Re: [ceph-users] How to replace a failed OSD

2013-11-20 Thread Loic Dachary
Hi, Let say disk /dev/sdb failed on node nodeA. I would hot remove it, plug a new one and ceph-deploy osd create nodeA:/dev/sdb There is more context about how this is actually managed by ceph and the operating system in http://dachary.org/?p=2428 Fully automated disks life cycle in a Ceph

Re: [ceph-users] How to replace a failed OSD

2013-11-20 Thread Alexis GÜNST HORN
Hello, It would be great to have a command like : ceph-deply out osd.xx Physically change the drive, then ceph-deploy replace osd.xx What do you think ? Best Regards - Cordialement Alexis 2013/11/20 Mark Kirkwood : > On 20/11/13 22:27, Robert van Leeuwen wrote: >> >> Hi, >> >> What is th

Re: [ceph-users] How to replace a failed OSD

2013-11-20 Thread Mark Kirkwood
On 20/11/13 22:27, Robert van Leeuwen wrote: Hi, What is the easiest way to replace a failed disk / OSD. It looks like the documentation here is not really compatible with ceph_deploy: http://ceph.com/docs/master/rados/operations/add-or-rm-osds/ It is talking about adding stuff to the ceph.conf

Re: [ceph-users] How to replace a failed OSD

2013-11-20 Thread Daniel Schwager
Hi Robert, > What is the easiest way to replace a failed disk / OSD. > It looks like the documentation here is not really compatible with > ceph_deploy: > http://ceph.com/docs/master/rados/operations/add-or-rm-osds/ I found the following thread useful: http://www.spinics.net/lists/ceph-u

[ceph-users] How to replace a failed OSD

2013-11-20 Thread Robert van Leeuwen
Hi, What is the easiest way to replace a failed disk / OSD. It looks like the documentation here is not really compatible with ceph_deploy: http://ceph.com/docs/master/rados/operations/add-or-rm-osds/ It is talking about adding stuff to the ceph.conf while ceph_deploy works in a different way. (