DaanHoogland commented on code in PR #10496: URL: https://github.com/apache/cloudstack/pull/10496#discussion_r1979511268
########## 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: @rohityadavcloud , i'm not sure if it is equivilent (and if so it might not be a drop in replacement) but cgconfig.service is the fedora way of configuring cgroups. I'll be reading up on it and updating here. -- 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