DaanHoogland commented on code in PR #12773:
URL: https://github.com/apache/cloudstack/pull/12773#discussion_r2912260918
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java:
##########
@@ -57,7 +57,7 @@ public class KVMStoragePoolManager {
private final Map<String, StoragePoolInformation> _storagePools = new
ConcurrentHashMap<String, StoragePoolInformation>();
private final Map<String, StorageAdaptor> _storageMapper = new
HashMap<String, StorageAdaptor>();
- private StorageAdaptor getStorageAdaptor(StoragePoolType type) {
+ public StorageAdaptor getStorageAdaptor(StoragePoolType type) {
Review Comment:
have to agree with the slop here. I don’t see this used outside this file.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]