[Qemu-devel] [Bug 1027525] Re: Unable to insert cd media located on ro nfs mount

2017-01-29 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1027525 Title: Unable to

[Qemu-devel] [Bug 1027525] Re: Unable to insert cd media located on ro nfs mount

2016-11-30 Thread Thomas Huth
Can you still reproduce this problem with the latest version of QEMU? If so, could you please refresh your patch and send it to the qemu-devel mailing list? (we do not accept patches from the bug tracker) ** Changed in: qemu Status: New => Incomplete -- You received this bug notification

[Qemu-devel] [Bug 1027525] Re: Unable to insert cd media located on ro nfs mount

2012-08-01 Thread Kevin Shanahan
Looks like the read_only flag in the block device state never gets set. This needs to be set otherwise qmp_change_blockdev tries to open the device read only. This patch works for me. ** Patch added: Proposed fix

[Qemu-devel] [Bug 1027525] Re: Unable to insert cd media located on ro nfs mount

2012-08-01 Thread Kevin Shanahan
Of course, I mean qmp_change_blockdev tries to open the device read- write. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1027525 Title: Unable to insert cd media located on ro nfs mount Status

[Qemu-devel] [Bug 1027525] Re: Unable to insert cd media located on ro nfs mount

2012-07-22 Thread Kevin Shanahan
I ran strace while running the test and I see few times: open(/srv/kvm/iso/ubuntu-12.04-server-amd64.iso, O_RDONLY|O_NONBLOCK) = 12 fstat(12, {st_mode=S_IFREG|0666, st_size=717533184, ...}) = 0 close(12) But the final open looks like this: open(/srv/kvm/iso/ubuntu-12.04-server-amd64.iso,