]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools: fix tabletool reset snap
authorJohn Spray <john.spray@redhat.com>
Wed, 29 Apr 2015 19:44:12 +0000 (20:44 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 12 May 2015 09:23:27 +0000 (10:23 +0100)
commit95becebac4479a148693ae3eca5674e90983e9cd
tree486f836ab1cdbe64db7a5e8cc55bd6f0ee8d94ef
parent7dc453b0adf25355cad95edd585cb032c0803ac8
tools: fix tabletool reset snap

SnapServer has an encode method defined that
is different to encode_state, whereas in InoTable
the two were synonmous.  This code was working
previously for inotable but not for snapserver.

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