Skip to content

Commit bb60c88

Browse files
authored
Update plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCleanupVMCommandWrapper.java
1 parent 0f177c2 commit bb60c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCleanupVMCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public Answer execute(final CleanupVMCommand command, final CitrixResourceBase c
4848
final Connection conn = citrixResourceBase.getConnection();
4949
final Set<VM> vms = VM.getByNameLabel(conn, vmName);
5050
if (vms.isEmpty()) {
51-
return new Answer(command, false, "VM does not exist");
51+
return new Answer(command, true, "VM does not exist");
5252
}
5353
// destroy vm which is in HALTED state on this host
5454
final Iterator<VM> iter = vms.iterator();

0 commit comments

Comments
 (0)