commit | 16a06b24306b5733a4ef2e585964838e47735a54 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Sep 19 13:35:26 2011 -0700 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Sep 20 14:34:17 2011 +0200 |
tree | f41e1673407847f3e5401fb6a43f1f570dff56b6 | |
parent | cf26a4e6f82c5fa2efd8e7dc43d2496b14b0e595 [diff] |
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>