Remove is_backup flag for snapshots

This won't be needed for anything.
This commit is contained in:
2024-05-21 15:10:28 -04:00
parent 2b1082590e
commit fbd5b3cca3
5 changed files with 22 additions and 59 deletions

View File

@ -725,7 +725,6 @@ class ZKSchema(object):
"domain_snapshot": {
"name": "", # The root key
"timestamp": "/timestamp",
"is_backup": "/is_backup",
"xml": "/xml",
"rbd_snapshots": "/rbdsnaplist",
},