We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca46453 commit 35ac91eCopy full SHA for 35ac91e
1 file changed
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java
@@ -2047,7 +2047,7 @@ private void waitForBackup(String vmName) throws CloudRuntimeException {
2047
try {
2048
Thread.sleep(10000);
2049
} catch (InterruptedException e) {
2050
- throw new CloudRuntimeException(e);
+ logger.trace("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
2051
}
2052
2053
0 commit comments