weizhouapache commented on code in PR #12773:
URL: https://github.com/apache/cloudstack/pull/12773#discussion_r2912833124


##########
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:
   reverted @DaanHoogland 
   
   the change was part of a different solution which did not work well. I have 
reverted other changes but forgot to revert this.



-- 
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]

Reply via email to