Description of problem: After installing ovirt-imageio-daemon the log directory /var/log/ovirt-imageio-daemon is owned by by root:root, it should be by-default vdsm:kvm Version-Release number of selected component (if applicable): rhevm-4.0.3 Actual results: The /var/log/ovirt-imageio-daemon is incorrectly owned by root:root, this needs to be vdsm:kvm Expected results: The /var/log/ovirt-imageio-daemon should be owned by vdsm:kvm Additional info: ovirt-imageio-daemon service fails to start with error message IOError: [Errno 13] Permission denied: '/var/log/ovirt-imageio-daemon/daemon.log' ovirt-imageio-daemon.service: main process exited, code=exited, status=1/FAILURE Failed to start oVirt ImageIO Daemon. To start the ovirt-imageio-daemon service chnaged the ownership to vdsm:kvm : # chmod 700 /var/log/ovirt-imageio-daemon # chown vdsm.kvm /var/log/ovirt-imageio-daemon # systemctl restart ovirt-imageio-daemon
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days