abh1sar commented on code in PR #8947: URL: https://github.com/apache/cloudstack/pull/8947#discussion_r1588767855
########## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ########## @@ -1232,6 +1281,30 @@ public void doInTransactionWithoutResult(TransactionStatus status) { return deleteDataStoreInternal(sPool, forced); } + @Override + public Pair<Map<String, String>, Boolean> getStoragePoolNFSMountOpts(StoragePool pool, Map<String, String> details) { + boolean details_added = false; + if (details == null) { Review Comment: Done -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org