rp- commented on code in PR #8887:
URL: https://github.com/apache/cloudstack/pull/8887#discussion_r1553879973
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java:
##########
@@ -692,6 +702,10 @@ public KVMStoragePool createStoragePool(String name,
String host, int port, Stri
sp.create(0);
}
+ if (type == StoragePoolType.NetworkFilesystem) {
+ checkNetfsStoragePoolMounted(name);
Review Comment:
as far as I understood, the `createNetfsStoragePool()` only defines the
libvirt XML storage pool
and it will activated/created/mounted in the `sp.create(0)` call
--
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]