]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools: fix tabletool reset of nonexistent sessionmap 4522/head
authorJohn Spray <john.spray@redhat.com>
Mon, 11 May 2015 11:53:52 +0000 (12:53 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 12 May 2015 09:23:27 +0000 (10:23 +0100)
commit676014580dadc48b4c7220794195e79f1a694b04
treebc68bd4bcff28e2f65b93859fef4bf5d4a247961
parenta4925933d37a720ae81f98392982b32d1b4a20ca
tools: fix tabletool reset of nonexistent sessionmap

If the object didn't exist, the omap clear was failing
and preventing the subsueent omap set header from
executing.  Set the FAILOK flag on the omap clear
sub-operation.

Signed-off-by: John Spray <john.spray@redhat.com>
src/tools/cephfs/TableTool.cc