cloudstack/scripts
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
..
common/keys scripts: use cloudmanagementserver.keystore instead of cloud.keystore 2015-02-28 17:06:27 +05:30
installer CLOUDSTACK-8416: added support for FIPS compliant checksum. It will now support md5, sha1, sha224, sha256, sha384 and sha512 checksums. 2015-04-30 14:38:44 +05:30
network CLOUDSTACK-6278 2014-10-06 16:03:19 -07:00
storage clean-ups in the file 2015-08-11 14:55:16 +02:00
util findbugs and PMD fixes 2015-04-15 11:30:04 +05:30
vm CLOUDSTACK-8443: don't try to fix co-mounted cgroups 2015-08-24 15:49:40 +02:00
.pydevproject License header updates for the scripts folder. 2012-08-03 09:38:28 -04:00