DennisKonrad commented on issue #3923: cputune shares in domain xml set without CPU cap enabled URL: https://github.com/apache/cloudstack/issues/3923#issuecomment-595667425 @weizhouapache The why is due to our way of provisioning the hosts. It does not seem CS related. Could be more documented maybe. To solve the issue we just configured the cpu controllers in the qemu.conf on the hosts. There's already an example in the config file that you can adapt to your needs: `cgroup_controllers = [ "cpu", "devices", "memory", "blkio", "cpuset", "cpuacct" ]` To allow for the shares to be passed through corretly we needed to activate at least cpu and cpuacct.
---------------------------------------------------------------- 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
