Project

General

Profile

Feature #8231

Updated by Samuel Just almost 10 years ago

ceph-filestore-dump ... <pgid> <object> (get|set)-bytes <from> <to> 
 ceph-filestore-dump ... <pgid> <object> (get|set|rm)-(attr|omap) (get|set|rm)-omap <key> 
 ceph-filestore-dump ... <pgid> <object> list-attrs 
 ceph-filestore-dump ... <pgid> <object> get-keys-after <lower-bound> <max num> 
 ceph-filestore-dump ... <pgid> <object> remove 

 --skip-journal-replay 
 --skip-mount-omap 

 One part of this is that we need a way to specify ghobject_t for <object>.    I suggest letting the user specify a json object and decoding that. 

Back