]> git.proxmox.com Git - qemu.git/commit
nbd: fixes to read-only handling
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Nov 2012 09:34:17 +0000 (10:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Nov 2012 09:34:50 +0000 (10:34 +0100)
commitc8969eded252058e90e91f12f75f32aceae46ec9
tree14e528a0f44ee303a92b714ae6fefaa54ae2886e
parent4057725f35abe00ea371f85c6e27dd25eafd9ddf
nbd: fixes to read-only handling

We do not need BLKROSET if the kernel supports setting flags.
Also, always do BLKROSET even for a read-write export, otherwise
the read-only state remains "sticky" after the invocation of
"qemu-nbd -r".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd.c