++snapshot ideas
This commit is contained in:
parent
dc5092be71
commit
26449d3159
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue