]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rados: Fix bug in export of xattr which dropped first char of key on import
authorDavid Zafman <dzafman@redhat.com>
Wed, 15 Jul 2015 00:45:58 +0000 (17:45 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 15 Jul 2015 21:12:30 +0000 (14:12 -0700)
commit1b3f899c142be814177426df7aacad06e1644edc
treeb806f4d5282d399ffb1dd749f71cc42f3e84b5e9
parent57fdafbf1151ccc4e528681493184e7ffe6d7f82
rados: Fix bug in export of xattr which dropped first char of key on import

This was caused because the user xattrs exported in a pg includes a underscore
prepended to the xattr key.

Signed-off-by: David Zafman <dzafman@redhat.com>
src/tools/rados/PoolDump.cc