DaanHoogland commented on code in PR #10475: URL: https://github.com/apache/cloudstack/pull/10475#discussion_r1973200956
########## plugins/storage-allocators/random/src/main/java/org/apache/cloudstack/storage/allocator/RandomStoragePoolAllocator.java: ########## @@ -66,7 +66,7 @@ public List<StoragePool> select(DiskProfile dskCh, VirtualMachineProfile vmProfi StoragePool pol = (StoragePool)this.dataStoreMgr.getPrimaryDataStore(pool.getId()); if (filter(avoid, pol, dskCh, plan)) { - logger.trace(String.format("Found suitable local storage pool [%s], adding to list.", pool)); + logger.trace("Found suitable random storage pool [{}], adding to list.", pool); Review Comment: I don't think the word 'random' is helpfull here. maybe just leave it out or put primary instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org