OSDN Git Service

rbd: Use bdrv_open options instead of filename
authorKevin Wolf <kwolf@redhat.com>
Fri, 12 Apr 2013 16:05:35 +0000 (18:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Apr 2013 08:27:59 +0000 (10:27 +0200)
commita9ccedc3daa06723821663c6b3b02c1760035bb9
treeea4f0967d07288a2c937c0dbc282fffab20d6bc7
parent60beb3412dfa9a6341338c93d0ef44312a9c4f66
rbd: Use bdrv_open options instead of filename

This is only to convert the internal interface that is used for passing
the "filename" to be parsed, but converting to actual fine grained
options is left for another day, as it doesn't look trivial.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/rbd.c