From bd3d21faa9f90426927341820a8886f3cb1294c7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 25 Feb 2020 22:04:04 +0100 Subject: [PATCH] add thoughts for health checking --- uncloud/uncloud_vm/management/commands/vmhealth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uncloud/uncloud_vm/management/commands/vmhealth.py b/uncloud/uncloud_vm/management/commands/vmhealth.py index 6109af7..9397b16 100644 --- a/uncloud/uncloud_vm/management/commands/vmhealth.py +++ b/uncloud/uncloud_vm/management/commands/vmhealth.py @@ -20,5 +20,7 @@ class Command(BaseCommand): # 3. Migrate VMs if necessary # 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")