rbd: allow escaping in config string
commit16a06b24306b5733a4ef2e585964838e47735a54
authorSage Weil <sage@newdream.net>
Mon, 19 Sep 2011 20:35:26 +0000 (19 13:35 -0700)
committerKevin Wolf <kwolf@redhat.com>
Tue, 20 Sep 2011 12:34:17 +0000 (20 14:34 +0200)
treef41e1673407847f3e5401fb6a43f1f570dff56b6
parentcf26a4e6f82c5fa2efd8e7dc43d2496b14b0e595
rbd: allow escaping in config string

The config string is variously delimited by =, @, and /, depending on the
field.  Allow these characters to be escaped by preceeding them with \.

Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/rbd.c