]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
objectstore_tool: parse new object description format
authorLoic Dachary <ldachary@redhat.com>
Wed, 26 Nov 2014 23:11:45 +0000 (00:11 +0100)
committerLoic Dachary <ldachary@redhat.com>
Fri, 5 Dec 2014 12:01:36 +0000 (13:01 +0100)
commitdf9d5c5cfd8b0ff793647a592c7661965cef5c92
tree41c5fd2a21fb6cff861148beb1d3b35dbd503560
parentc69aaceac7f370e5369d511bf17898adc338ae43
objectstore_tool: parse new object description format

The object format changed from

    {json object}

to

    [pgid,{json object}]

The parser is updated accordingly. If the --pgid is present, check that
it equals the pgid from the object description.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/tools/ceph_objectstore_tool.cc