Re: osd issue after adding node to ceph ** Start over **
thanks, I updated ceph wiki page .
To remove partition table and boot sector the following should be sufficient:
dd if=/dev/zero of=/dev/$DISK bs=1024 count=1
thanks, I updated ceph wiki page .