Re: [ceph-users] NO mon start after Jewel Upgrade using systemctl

2016-04-29 Thread Iban Cabrillo
Hi Karsten, It works! [root@cephmon03 ~]# systemctl enable ceph-mon@cephmon03 Created symlink from /etc/systemd/system/ceph-mon.target.wants/ceph-mon@cephmon03.service to /usr/lib/systemd/system/ceph-mon@.service. ceph 731 1 0 12:12 ?00:00:00 /usr/bin/ceph-mon -f --cluster c

Re: [ceph-users] NO mon start after Jewel Upgrade using systemctl

2016-04-28 Thread Karsten Heymann
Interesting, I have root@ceph-cap1-02:~# systemctl list-unit-files | grep ceph ceph-create-keys@.service static ceph-disk@.service enabled ceph-mds@.service disabled ceph-mon@.service enabled ceph-osd@.service

Re: [ceph-users] NO mon start after Jewel Upgrade using systemctl

2016-04-27 Thread Iban Cabrillo
Hi Karsten, I have checked taht files arethe same that git ones. -rw-r--r-- 1 root root 810 Apr 20 18:45 /lib/systemd/system/ceph-mon@ .service -rw-r--r-- 1 root root 162 Apr 20 18:45 /lib/systemd/system/ceph-mon.target [root@cephmon03 ~]# cat /lib/systemd/system/ceph-mon.target [Unit] Des

Re: [ceph-users] NO mon start after Jewel Upgrade using systemctl

2016-04-27 Thread Karsten Heymann
Hi Iban, the current jewel packages seem to be missing some important systemd files. Try to copy https://github.com/ceph/ceph/blob/master/systemd/ceph-mon.target to /lib/systemd/system and enable it: systemctl enable ceph-mon.target I also would disable the legacy init script with systemctl mas