Comment 6 for bug 1549828

Revision history for this message
Silvan Kaiser (2-silvan) wrote : Re: permission denied on console.log during some migrations

Might this be the point where console.log is created with root:root 600 ?
https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L6676

Then a solution would be to add a chown right afterwards or change the call to use the correct ownership.

I'm not sure why there's two or three chown calls for the console.log file, througout the driver.py file. Shouldn't this be set right at the creation of this file?

I'll probably add a change for further discussion on this.