sureshanaparti commented on code in PR #8887:
URL: https://github.com/apache/cloudstack/pull/8887#discussion_r1553595111
##########
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:
@rp- can check mounted or not after _createNetfsStoragePool()_ call above?
--
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]