]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: parse ceph.*.layout vxattr key/value content
authorSage Weil <sage@inktank.com>
Mon, 21 Jan 2013 05:53:37 +0000 (21:53 -0800)
committerSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 01:09:49 +0000 (17:09 -0800)
commit5551aa5b3b5c2e9e7006476b9cd8cc181d2c9a04
treeb9797460d5a143ae52fe4c5a93185ea11aeeebd5
parentb531aa3688d9e8831837c23abac0bdaba04ec793
mds: parse ceph.*.layout vxattr key/value content

Use qi to parse a strictly formatted set of key/value pairs.  Be picky
about whitespace.  Any subset of recognized keys is allowed.  Parse the
same set of keys as the ceph.*.layout.* vxattrs.

Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/misc/layout_vxattrs.sh
src/mds/Server.cc