Skip to content

Commit b2c0083

Browse files
JoaoJandreCopilot
andcommitted
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7aa0558 commit b2c0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ private void waitForBackup(String vmName) throws CloudRuntimeException {
20442044
try {
20452045
Thread.sleep(10000);
20462046
} catch (InterruptedException e) {
2047-
throw new CloudRuntimeException(e);
2047+
logger.debug("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
20482048
}
20492049
}
20502050

0 commit comments

Comments
 (0)