mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4459: fix silly bug, one more time
This commit is contained in:
parent
88114350c7
commit
a96f6b306b
|
|
@ -129,7 +129,7 @@ public class LibvirtStoragePool implements KVMStoragePool {
|
|||
try {
|
||||
disk = this._storageAdaptor.getPhysicalDisk(volumeUuid, this);
|
||||
} catch (CloudRuntimeException e) {
|
||||
if ((this.getStoragePoolType() != StoragePoolType.NetworkFilesystem) ||
|
||||
if ((this.getStoragePoolType() != StoragePoolType.NetworkFilesystem) &&
|
||||
(this.getStoragePoolType() != StoragePoolType.Filesystem)) {
|
||||
throw e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue