Project

General

Profile

Actions

Bug #18469

closed

ceph-obectstore-tool can get confused by some object names

Added by David Zafman over 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
David Zafman
Category:
-
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

"100011cf577.00000000" is some kind of valid json according to json_spirit::read(). The result is confusing error messages from ceph-objectstore-tool when trying to operate on an object by that name.

$ bin/ceph-objectstore-tool --data-path dev/osd2 100011cf577.00000000 dump
Without --pgid the object '100011cf577.00000000' must be a JSON array
$ bin/ceph-objectstore-tool --data-path dev/osd2 --pgid 1.5 100011cf577.00000000 dump
Decode object JSON error: value type is 4 not 0

Actions #1

Updated by David Zafman about 7 years ago

  • Status changed from 12 to Resolved
Actions

Also available in: Atom PDF