We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b749f00 commit 4cdac7cCopy full SHA for 4cdac7c
cloudstackops/xenserver.py
@@ -166,6 +166,8 @@ def host_evacuate(self, host):
166
break
167
time.sleep(5)
168
print "Note: Done evacuating host " + host.name + " @ " + time.strftime("%Y-%m-%d %H:%M")
169
+ print "Note: Sleeping 2 minutes to allow Cosmic to sync the state of VMs.."
170
+ time.sleep(120)
171
return True
172
except:
173
return False
0 commit comments