shwstppr commented on code in PR #9559:
URL: https://github.com/apache/cloudstack/pull/9559#discussion_r1726394779
##########
engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java:
##########
@@ -888,4 +901,17 @@ public void doInTransactionWithoutResult(final
TransactionStatus status) {
}
});
}
+
+ public String getNfsVersion(long storeId) {
+ final String configKey = "secstorage.nfs.version";
Review Comment:
@weizhouapache it doesn't seem to be possible to use ConfigKey in
`SystemVmTemplateRegistration` class as it is part of `engine-schema` module.
Other configs are accessed the same way. I tried but it creates a cyclical
dependency
--
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]