Re: [ceph-users] OSD recovery problem

2014-07-04 Thread Loic Dachary
For the record here is a summary of what happened : http://dachary.org/?p=3131 On 04/07/2014 15:35, Loic Dachary wrote: > > > On 04/07/2014 15:25, Wido den Hollander wrote: >> On 07/04/2014 03:18 PM, Loic Dachary wrote: >>> Hi, >>> >>> I extracted a disk with two partitions (journal and data) an

Re: [ceph-users] OSD recovery problem

2014-07-04 Thread Loic Dachary
On 04/07/2014 15:25, Wido den Hollander wrote: > On 07/04/2014 03:18 PM, Loic Dachary wrote: >> Hi, >> >> I extracted a disk with two partitions (journal and data) and copied its >> content in the hope to restart the OSD and recover its content. >> >> mount /dev/sdb1 /mnt >> rsync -avH -

Re: [ceph-users] OSD recovery problem

2014-07-04 Thread Wido den Hollander
On 07/04/2014 03:18 PM, Loic Dachary wrote: Hi, I extracted a disk with two partitions (journal and data) and copied its content in the hope to restart the OSD and recover its content. mount /dev/sdb1 /mnt rsync -avH --numeric-ids /mnt/ /var/lib/ceph/osd/ceph-$(cat /mnt/whoami)/ I th