Searched hist:bfb15b4becf2c9cf484bc3bf893a37c8f3c15cb3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | rbd.c | diff bfb15b4becf2c9cf484bc3bf893a37c8f3c15cb3 Wed Apr 04 10:40:45 CDT 2018 Jeff Cody <jcody@redhat.com> block/rbd: remove processed options from qdict
Commit 4bfb274 added some QAPIfication of option parsing in qemu_rbd_open(). We need to remove all the options we processed, otherwise in bdrv_open_inherit() we will think the remaining options are invalid.
(This needs to go in 2.12 to avoid a regression that prevents rbd from being opened.)
Suggested-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Jeff Cody <jcody@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
|