nvazquez opened a new pull request, #7304: URL: https://github.com/apache/cloudstack/pull/7304
### Description This PR fixes an issue on KVM environments where the user and group set on the /etc/libvirt/qemu.conf file is not root:root. - A common user and group to be used is qemu:qemu. - This PR allows different user within the qemu group to access the certificates for the VNC TLS encryption on the VM console access ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [x] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [x] Major - [ ] Minor - [ ] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? On KVM hosts, edit the /etc/libvirt/qemu.conf file and set user="qemu" and group="qemu", then restart the libvritd service. Try to deploy a new VM. Before the fix -> ERROR: cannot access the certificates -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
