cloudstack/scripts/vm/hypervisor
Remi Bergsma 87fdb521f0 CLOUDSTACK-8443: don't try to fix co-mounted cgroups
This setting works on CentOS 6 / RHEL 6 but does nothing, as
"cpu" cgroup is not mounted. On CentOS 7 / RHEL 7 systemd does
mount cgroups and "cpu" is co-mounted with "cpuacc". Hence, if
we specify "cpu" then this results in an error because it can
only use them both, or none.

By removing the setting, we rely on the default of qemu, which
is:
cgroup_controllers = ["cpu", "devices", "memory", "blkio", "cpuacct", "net_cls"]

Only if they are really mounted, they will be used. So, this will
work on both version 6 and 7.

The 'fix script' didn't work well, as after a reboot you'd still have qemu
throwing errors. Now we can handle the co-mountedcgroups.
2015-08-24 15:49:40 +02:00
..
kvm CLOUDSTACK-8443: don't try to fix co-mounted cgroups 2015-08-24 15:49:40 +02:00
ovm3 hypervisors: add OVM3 plugin that supports OVM 3.2.1/3.3.x 2015-03-12 11:33:42 +05:30
xenserver More typos 2015-08-20 13:04:29 +01:00
update_host_passwd.sh CLOUDSTACK-8607 - Changed update script to return exit code based on the result 2015-07-03 14:29:57 +02:00
versions.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00