You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Time in seconds to wait in acquiring lock to submit a vm worker job", false);
107
+
privatestaticfinalConfigKey<Boolean> HidePassword = newConfigKey<Boolean>("Advanced", Boolean.class, "log.hide.password", "true", "If set to true, the password is hidden", true, ConfigKey.Scope.Global);
Copy file name to clipboardExpand all lines: plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtDeleteVMSnapshotCommandWrapper.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
importorg.apache.log4j.Logger;
25
25
importorg.libvirt.Connect;
26
26
importorg.libvirt.Domain;
27
+
importorg.libvirt.DomainInfo.DomainState;
27
28
importorg.libvirt.DomainSnapshot;
28
29
importorg.libvirt.LibvirtException;
29
30
@@ -58,6 +59,9 @@ public Answer execute(final DeleteVMSnapshotCommand cmd, final LibvirtComputingR
0 commit comments