Skip to content

Commit b9739ad

Browse files
committed
fixup
1 parent 9fec1a6 commit b9739ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/com/cloud/storage/StorageManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3197,8 +3197,8 @@ protected boolean checkPoolforSpace(StoragePool pool, long allocatedSizeWithTemp
31973197

31983198
if (usedPercentage > storageAllocatedThreshold) {
31993199
if (logger.isDebugEnabled()) {
3200-
logger.debug("Insufficient un-allocated capacity on: {} for storage allocation since its allocated percentage: {}" +
3201-
+ " has crossed the allocated pool.storage.allocated.capacity.disablethreshold: {}", pool, usedPercentage, storageAllocatedThreshold);
3200+
logger.debug("Insufficient un-allocated capacity on: {} for storage allocation since its allocated percentage: {}" +
3201+
" has crossed the allocated pool.storage.allocated.capacity.disablethreshold: {}", pool, usedPercentage, storageAllocatedThreshold);
32023202
}
32033203
if (!forVolumeResize) {
32043204
return false;

0 commit comments

Comments
 (0)