mirror of https://github.com/apache/cloudstack.git
Change exception treatment on incremental snapshot wait (#12665)
This commit is contained in:
parent
ca4645320e
commit
35ac91e58b
|
|
@ -2047,7 +2047,7 @@ public class KVMStorageProcessor implements StorageProcessor {
|
|||
try {
|
||||
Thread.sleep(10000);
|
||||
} catch (InterruptedException e) {
|
||||
throw new CloudRuntimeException(e);
|
||||
logger.trace("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue