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