weizhouapache commented on code in PR #12773:
URL: https://github.com/apache/cloudstack/pull/12773#discussion_r2912817592
##########
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:
```suggestion
private StorageAdaptor getStorageAdaptor(StoragePoolType type) {
```
--
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]