On 07/29/2015 06:50 PM, Vasiliy Angapov wrote: > Hi colleagues, > > I see some systemd-related actions here. Can you please also have a > look at how I managed to rule Ceph with systemd - > https://github.com/angapov/ceph-systemd/ ? > It uses systemd generator script, which is called every time host > boots up or when we issue "systemctl daemon-reload". It automates all > the routine job of adding/removing systemd unit files. It also has a > convenient ceph-osd and ceph-mon targets, which allows to start/stop > OSDs/MONs all at once. > I got production cluster working with it already, so this is fine for > me. It handles only OSD and MON daemons for the moment but RGW can be > added in a seconds. > > The idea of systemd generators adds much more flexibility to Ceph like > the original init script has. I have tried to use generators some time ago, but since all generators where run before root was mounted, or disks where detected, this caused issues on rebooting. How did you work around this? If you didnt what OS and version of systemd are you using? Best regards Owen -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html