KVM HA configuration via database: Global Config parameters and enabling HA on uploaded templates #13100
-
|
Hi everyone, I would like to get some feedback regarding the following Global Configuration parameters related to KVM High Availability in our staging environment running Apache CloudStack. We know that these settings can be changed via the Web UI, API, or directly in the database. We would like to know if there are any concerns or restrictions regarding changing these parameters directly in the database. The parameters in question:
Some questions:
Additionally, we have a second concern: we have templates that were uploaded without HA enabled. Once a template is uploaded, the HA option is no longer available through the Web UI. In this case, is it safe to enable HA directly in the database for both the templates and the VMs that were deployed from them?
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
imho this should be fine, restart the management server afterwards. |
Beta Was this translation helpful? Give feedback.
@raniers1 , you would have to investigate the code to see how it is retrieved. Settings are quite old and basically two different ways of retrieving are still in use in the code-base. When restarting all management servers this would usually work (provided you use the right table, because there are configurations and (resource) details. Both of which appear as configuration at different levels.
Hope this explains,