Loading cloudcontrol/node/hypervisor/kvm.py +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class KVM(object): 'conflits with others cc-node objects') return # update Storage pools in case VM has volumes that were created self.storage.update() self.storage.update(retry=10) # if vm is redefined while running we need to refresh its devices # when stopped redefine_on_stop = False Loading Loading
cloudcontrol/node/hypervisor/kvm.py +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class KVM(object): 'conflits with others cc-node objects') return # update Storage pools in case VM has volumes that were created self.storage.update() self.storage.update(retry=10) # if vm is redefined while running we need to refresh its devices # when stopped redefine_on_stop = False Loading