From d89b56273fd1df7aa2bd655a8d4b67336e19713e Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 22 Sep 2022 14:35:37 +0100 Subject: [PATCH] Fix systemd ceph-osd.target Forwarded: no Last-Update: 2021-01-28 This helps when rebooting. Gbp-Pq: Name fix-ceph-osd-systemd-target.patch --- systemd/ceph-osd.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/ceph-osd.target b/systemd/ceph-osd.target index e4d1b9f07..ce601534e 100644 --- a/systemd/ceph-osd.target +++ b/systemd/ceph-osd.target @@ -1,7 +1,7 @@ [Unit] Description=ceph target allowing to start/stop all ceph-osd@.service instances at once PartOf=ceph.target -After=ceph-mon.target +After=ceph-mon.target systemd-udev-settle.service Before=ceph.target Wants=ceph.target ceph-mon.target -- 2.30.2