nvazquez commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1740723217
##########
server/src/main/java/com/cloud/resource/ResourceManagerImpl.java:
##########
@@ -1213,6 +1215,11 @@ public Cluster updateCluster(UpdateClusterCmd cmd) {
}
}
+ if (architecture != null) {
Review Comment:
It cannot be unset but can be changed. Please note from the upgrade schema,
every existing cluster pre-upgrade will have a set default value (there will be
no unset arch values)
--
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]