I did some bad things to my cluster, broke 5 OSDs and wound up with 1
unfound object.

I mounted one of the OSD drives, used ceph-objectstore-tool to find and
exported the object:

ceph-objectstore-tool --data-path /var/lib/ceph/osd/ceph-10
10000000062.001c0ed4 get-bytes filename.obj


What's the best way to bring this object back into the active cluster?

Do I need to bring an OSD offline, mount it and do the reverse of the above
command?

Something like:
ceph-objectstore-tool --data-path /var/lib/ceph/osd/ceph-22
10000000062.001c0ed4 set-bytes filename.obj

Is there some way to do this without bringing down an osd?
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to