Comment 8 for bug 1549828

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

More testing done.

- Adding a chown prior to migrating helps but only in case console.log is already present
- console.log is created with root:root if it does not exist during the migration process, which fails because of this
- The weird fact is that despite qemu-kvm running as nova:cinder ownership the file console.log is still created with root:root ???

Seems to me this is related to an earlier issue i ran into: #1473116