rohityadavcloud commented on code in PR #10496: URL: https://github.com/apache/cloudstack/pull/10496#discussion_r1981096489
########## 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: I checked and found these are to be run only for EL6 🤦 - I went ahead and addressed the issue. -- 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