rohityadavcloud commented on code in PR #10496: URL: https://github.com/apache/cloudstack/pull/10496#discussion_r1978935373
########## python/lib/cloudutils/serviceConfig.py: ########## @@ -452,6 +454,7 @@ def config(self): cfgline = "root:/usr/sbin/libvirtd cpu virt/\n" cfo.add_lines(cfgline) + # TODO: This doesn't work on EL10/Fedora 40 self.syscfg.svo.stopService("cgred", True) Review Comment: This isn't important or urgent at all, but we expect EL10 to be public by mid-2025. @weizhouapache @shwstppr @DaanHoogland @Pearl1594 do you know how/why cgroup setup code is run when `cloudstack-setup-agent` is called when adding KVM host to ACS? The `cgred` service is missing on Fedora 40 / EL 10. -- 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org