add thoughts for health checking
This commit is contained in:
parent
c7ded96658
commit
bd3d21faa9
1 changed files with 2 additions and 0 deletions
|
@ -20,5 +20,7 @@ class Command(BaseCommand):
|
||||||
# 3. Migrate VMs if necessary
|
# 3. Migrate VMs if necessary
|
||||||
# 4. Check that no VMs have been pending for longer than Y seconds
|
# 4. Check that no VMs have been pending for longer than Y seconds
|
||||||
|
|
||||||
|
# If VM snapshots exist without a VM -> notify user (?)
|
||||||
|
|
||||||
|
|
||||||
print("Nothing is good, you should implement me")
|
print("Nothing is good, you should implement me")
|
||||||
|
|
Loading…
Reference in a new issue