Comment 3 for bug 1416855

Revision history for this message
Ryan Moe (rmoe) wrote : Re: Ceph OSD disks are lost at node reboot

When Fuel deploys Ceph we set the GPT partition typecode (using sgdisk [0]) for OSD and journal partitions. Ceph installs udev rules [1] that will find all partitions containing these GUIDs and activate them as needed. If you're going to deploy new OSDs manually you'll probably want to set the partition GUIDs.

[0] https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/cobbler/templates/scripts/pmanager.py#L885
[1] https://github.com/ceph/ceph/blob/master/udev/95-ceph-osd.rules