On 04/20/2016 04:43 AM, Ruben Kerkhof wrote: > Hi all, > > I just installed 3 monitors, using ceph-deploy, on CentOS 7.2. Ceph is 10.1.2. > > My ceph-mon processes do not come up after reboot. This is what ceph-deploy > create-initial did: > > [ams1-ceph01-mon01][INFO ] Running command: sudo systemctl enable ceph.target > [ams1-ceph01-mon01][WARNIN] Created symlink from > /etc/systemd/system/multi-user.target.wants/ceph.target to > /usr/lib/systemd/system/ceph.target. > [ams1-ceph01-mon01][INFO ] Running command: sudo systemctl enable > ceph-mon@ams1-ceph01-mon01 > [ams1-ceph01-mon01][WARNIN] Created symlink from > /etc/systemd/system/ceph-mon.target.wants/[email protected] > to /usr/lib/systemd/system/[email protected]. > [ams1-ceph01-mon01][INFO ] Running command: sudo systemctl start > ceph-mon@ams1-ceph01-mon01 > > However, it did not enable ceph-mon.target: > $ sudo systemctl is-enabled ceph-mon.target > disabled > > Am I supposed to enable ceph-mon.target by hand? I did search the > documentation but haven't been able to find anything that says so.
Enablement of the various ceph targets should happen automatically at RPM install since https://github.com/ceph/ceph/commit/53b1a67, but that landed on approximately the same day as your email, so I guess wasn't in the packages you were using at the time. (If this is still a problem almost a month later, that'd be a bug...) Regards, Tim -- Tim Serong Senior Clustering Engineer SUSE [email protected] _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
