On Thu, 29 Jan 2015 03:05:41 PM Alexis KOALLA wrote: > Hi, > Today we encountered an issue in our Ceph cluster in LAB. > Issue: The servers that host the OSDs have rebooted and we have observed > that after the reboot there is no auto mount of OSD devices and we need > to manually performed the mount and then start the OSD as below: > > 1- [root@osd.0] mount /dev/sdb2 /var/lib/ceph/osd/ceph-0 > 2- [root@osd.0] start ceph-osd id=0 As far as I'm aware, ceph does not handle mounting of the base filesystem - its up to you to create an fstab entry for it. The osd should autostart, but it will of course fail if the filesystem is not mounted. _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com