Skip to content

Commit b69581a

Browse files
Update engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 04e69aa commit b69581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ protected boolean filter(ExcludeList avoid, StoragePool pool, DiskProfile dskCh,
372372
return false;
373373
}
374374
} catch (StorageUnavailableException e) {
375-
logger.warn("Could not verify storage policy complaince against storage pool [{}] due to exception [{}]", pool.getUuid(), e.getMessage());
375+
logger.warn("Could not verify storage policy compliance against storage pool [{}] due to exception [{}]", pool.getUuid(), e.getMessage());
376376
return false;
377377
}
378378
}

0 commit comments

Comments
 (0)