[ceph-users] OSD systemd unit files makes it look failed

2014-11-20 Thread Anthony Alba
Hi the current OSD systemd unit files starts the OSD daemons correctly and ceph is HEALTH_OK. However there are some process tracking issues and systemd thinks the service has failed. systemctl stop ceph-osd@0 cannot stop the OSDs. [Service] EnvironmentFile=-/etc/sysconfig/ceph

Re: [ceph-users] OSD systemd unit files makes it look failed

2014-11-20 Thread Sage Weil
Hi Anthony, There is a discussion going on ceph-maintainers about the systemd unit files. Dmitry Smirnov has posted his version at http://anonscm.debian.org/cgit/pkg-ceph/ceph.git/commit/?h=experimentalid=3c22e192d964789365e8dc21c168c5fd8985f7d8 though we've made some progress since then.

Re: [ceph-users] OSD systemd unit files makes it look failed

2014-11-20 Thread Anthony Alba
HI Sage, Cephers (I'm not on ceph-devel at the moment, will switch in a moment.) Thanks. I am testing on RHEL7/CentOS 7. As quick workaround setting the .service file to [Service] Type=forking ExecStart= ceph-osd -i #without --foreground) ExecPreStart = works for the moment . Is there

Re: [ceph-users] OSD systemd unit files makes it look failed

2014-11-20 Thread Dmitry Smirnov
On Thu, 20 Nov 2014 06:56:43 Sage Weil wrote: Moving this thread to ceph-devel. I don't have time to work on this at the moment but would be very happy to hear feedback on Dmitry's latest (and review pull requests :). Hi guys, please do not expect pull requests from me -- I'm leaving systemd