search for: qemuopenfilea

Displaying 3 results from an estimated 3 matches for "qemuopenfilea".

Did you mean: qemuopenfileas
2020 Aug 14
1
Constant error logging
...VM is running on another node, the local storage is Secondary, meaning that it can't be read or otherwise touched. As such, virsh thinks there is no storage and constantly prints errors like: ==== Aug 14 19:25:24 mk-a02n01.digimer.ca libvirtd[1655]: 2020-08-14 23:25:24.812+0000: 1679: error : qemuOpenFileAs:3119 : Failed to open file '/dev/drbd/by-res/srv01-sql/0': No such file or directory Aug 14 19:25:24 mk-a02n01.digimer.ca libvirtd[1655]: 2020-08-14 23:25:24.812+0000: 1679: error : qemuOpenFileAs:3119 : Failed to open file '/dev/drbd/by-res/srv01-sql/1': No such file or directory...
2015 Nov 08
2
Re: virDomainCoreDumpWithFormat files created as root
2015 Nov 18
0
Re: virDomainCoreDumpWithFormat files created as root
On 08.11.2015 12:43, noxdafox wrote: > I've been spending a bit of time looking into libvirt's code and I > believe this is not implemented as Daniel first said. > > The issue is in the qemuOpenFileAs function in src/qemu/qemu_driver.c > which ignores the dynamic ownership flag and does not set correct > ownership on the file. > > The qemuOpenFileAs function is used by other ones as well, so I wonder > if this affects other QEMU features. > > I tried to fix and test it in...