sureshanaparti commented on code in PR #10543:
URL: https://github.com/apache/cloudstack/pull/10543#discussion_r2003216795


##########
engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql:
##########
@@ -19,6 +19,9 @@
 -- Schema upgrade from 4.20.0.0 to 4.20.1.0
 --;
 
+-- Delete user vm details for guest CPU mode/model which are root admin only
+DELETE FROM `cloud`.`user_vm_details` WHERE `name` IN 
('guest.cpu.mode','guest.cpu.model');

Review Comment:
   @weizhouapache will this impact any VMs in existing deployments with these 
settings?



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