Red Hat Bugzilla – Bug 1621901
[ceph-volume]: After reboot, ceph-volume based filestore osds fails to start on cluster with custom name
Last modified: 2018-10-29 07:10:44 EDT
Created attachment 1478339 [details] ceph-volume log Description of problem: If custom cluster name is used and OSD node is rebooted, the hosts OSDs created by ceph-volume they will fail to start. Version-Release number of selected component (if applicable): ceph version 12.2.5-23redhat1xenial - ubuntu How reproducible: always Steps to Reproduce: 1. Install cluster with ceph-volume based filestore osds, with custom cluster name. 2. Reboot the osd node containing ceph-volume based osds Actual results: OSDs does not come back up after reboot. Expected results: OSDs should be up after reboot. Additional info: Workaround: 1. Create Symlink from custom cluster configuration file to ceph.conf $sudo ln -s /etc/ceph/<custom-name>.conf /etc/ceph/ceph.conf 2. Reboot the node.