mirror of https://github.com/apache/cloudstack.git
log warning as opposed to throwing exception
This commit is contained in:
parent
45c3819fb2
commit
276916a7b4
|
|
@ -2309,7 +2309,7 @@ public class KVMStorageProcessor implements StorageProcessor {
|
|||
if (path == null) {
|
||||
path = details != null ? details.get(DiskTO.IQN) : null;
|
||||
if (path == null) {
|
||||
throw new CloudRuntimeException("The 'path' or 'iqn' field must be specified.");
|
||||
logger.warn("The 'path' or 'iqn' field must be specified.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue