rhtyd commented on a change in pull request #3898: vrouter: reload keepalived
instead of restart and fix password server issues when add/remove vpc tier
URL: https://github.com/apache/cloudstack/pull/3898#discussion_r381890494
##########
File path:
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
##########
@@ -377,6 +377,10 @@
static final ConfigKey<Boolean> HaVmRestartHostUp = new
ConfigKey<Boolean>("Advanced", Boolean.class, "ha.vm.restart.hostup", "true",
"If an out-of-band stop of a VM is detected and its host is up,
then power on the VM", true);
+ static final ConfigKey<Long> SystemVmRootDiskSize = new
ConfigKey<Long>("Advanced",
+ Long.class, "systemvm.root.disk.size", "-1",
Review comment:
Maybe set the default to `0`, update description to say greater than 0 has
an effect.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services