++snapshot ideas

This commit is contained in:
Nico Schottelius 2020-02-23 09:18:16 +01:00
parent dc5092be71
commit 26449d3159

View file

@ -16,6 +16,13 @@ class Command(BaseCommand):
print("Snapshotting")
#getattr(self, options['command'])(**options)
def get_disks_of_vm(self, vmuuid):
""" Returns the disks used by a VM in the format
( ceph_name, size )
"""
pass
@classmethod
def monitor(cls, **_):
while True: