mirror of https://github.com/apache/cloudstack.git
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7256bded9a
commit
e0416397bc
|
|
@ -259,7 +259,7 @@ public class KVMStoragePoolManager {
|
|||
String waitTime = details.get(StorageManager.STORAGE_POOL_DISK_WAIT.toString());
|
||||
if (StringUtils.isNotEmpty(waitTime)) {
|
||||
waitTimeInSec = Integer.valueOf(waitTime).intValue();
|
||||
logger.debug(String.format("%s set to %s", waitTimeInSec, StorageManager.STORAGE_POOL_DISK_WAIT.toString()));
|
||||
logger.debug(String.format("%s set to %s", StorageManager.STORAGE_POOL_DISK_WAIT.toString(), waitTimeInSec));
|
||||
}
|
||||
} else {
|
||||
// wait at least 60 seconds even if input was lower
|
||||
|
|
|
|||
Loading…
Reference in New Issue