ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 107 forks source link

ceph::mds doesn't start service automatically on fc20 and centos7 #145

Open hufman opened 10 years ago

hufman commented 10 years ago

While testing the recipe with test kitchen on these new targets, I found that attempts to mount cephfs don't work because the ceph-mds daemon isn't running. Restarting the /etc/init.d/ceph service and trying the mount again worked.

hufman commented 10 years ago

Perhaps for systemd systems we should ship https://github.com/ceph/ceph/tree/master/systemd and delete the sysvinit file? Any ideas when that will wind up in packaging?

hufman commented 10 years ago

I was able to get ceph-mds started by running /etc/init.d/ceph start mds