This commit is contained in:
Pearl Dsilva 2026-03-13 17:56:02 -04:00
parent cc924c5b3a
commit ecba1b3e34
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrati
}
StoragePoolVO pool = _storagePoolDao.findById(volume.getPoolId());
if (pool == null || pool.getPoolType() != Storage.StoragePoolType.CLVM || pool.getPoolType() != Storage.StoragePoolType.CLVM_NG) {
if (pool == null || (pool.getPoolType() != Storage.StoragePoolType.CLVM && pool.getPoolType() != Storage.StoragePoolType.CLVM_NG)) {
continue;
}