[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #70: Added new option to change default cmk config file.

2020-12-10 Thread GitBox
weizhouapache commented on pull request #70: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/70#issuecomment-742413849 @rhtyd can you look at this pr ? it works in my testing. This is an automated message from

Re: [ASK] ACPI-based reboot for KVM?

2020-12-10 Thread Wei ZHOU
Hi Rohit, As I remember, in very old OS versions (for example CentOS 5), acpi is not supported by default, to support it, kernel modules (e.g. acpiphp and pci_hotplug) need to be loaded manually. In modern OS versions, acpi is built into the linux kernel by default. However users can still disabl

[GitHub] [cloudstack-cloudmonkey] soreana commented on a change in pull request #70: Added new option to change default cmk config file.

2020-12-10 Thread GitBox
soreana commented on a change in pull request #70: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/70#discussion_r540071433 ## File path: config/config.go ## @@ -324,10 +325,13 @@ func (c *Config) UpdateConfig(key string, value string, update bool) { } // NewCo