From 9bfc490e8574cce9813d0e654ea9cdc786e5865b Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 5 Nov 2018 18:58:43 +0100 Subject: [PATCH] systemd: enable ceph-rbd-mirror.target MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without this the rbd-mirror units will never start after a system reboot. The rbd-mirror unit requires ceph-rbd-mirror.target to start since it currently does not get enabled the daemon won't start after a reboot. Signed-off-by: Sébastien Han --- systemd/50-ceph.preset | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/50-ceph.preset b/systemd/50-ceph.preset index da3ee0b7b0b..ca8f4d2c6f6 100644 --- a/systemd/50-ceph.preset +++ b/systemd/50-ceph.preset @@ -3,5 +3,6 @@ enable ceph-mds.target enable ceph-mgr.target enable ceph-mon.target enable ceph-osd.target +enable ceph-rbd-mirror.target enable ceph-radosgw.target enable ceph-crash.service -- 2.39.5