Re: [ceph-users] Ceph object recovery

2017-07-27 Thread Daniel K
So I'm not sure if this was the best or right way to do this but -- using rados I confirmed the unfound object was in the cephfs_data pool # rados -p cephfs_data ls|grep 001c0ed4 using the osdmap tool I found the pg/osd the unfound object was in -- # osdmaptool --test-map-object

[ceph-users] Ceph object recovery

2017-07-25 Thread Daniel K
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 162.001c0ed4 get-bytes filename.obj What's the