Pearl1594 commented on a change in pull request #4329:
URL: https://github.com/apache/cloudstack/pull/4329#discussion_r695803301



##########
File path: 
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41510to41600.java
##########
@@ -64,6 +66,7 @@ public boolean supportsRollingUpgrade() {
 
     @Override
     public void performDataMigration(Connection conn) {
+        updateVMwareSystemvVMTemplateField(conn, 
SystemVmTemplateRegistration.NewTemplateNameList.get(Hypervisor.HypervisorType.VMware));

Review comment:
       This was done as there was a change in  upgrade workflow made in 4.15 - 
I've now reverted it, as we have gone back to the old w/f of first updating the 
schema and then registering the template(s)




-- 
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]


Reply via email to