DaanHoogland commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r797739089
##########
File path:
engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java
##########
@@ -690,7 +679,13 @@ public void
registerTemplate(Pair<Hypervisor.HypervisorType, String> hypervisorA
}
}
- public static void parseMetadataFile() {
+ /**
+ * This method parses the metadata file consisting of the systemVM
templates information
+ * @return the version of the systemvm template that is to be used. This
is done to in order
+ * to fallback on the latest available version of the systemVM template
when there does not
+ * exist a template corresponding to the current code version.
+ */
Review comment:
good application of javadoc, btw
--
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]