From: Thomas Goirand Date: Mon, 9 Jan 2023 10:41:27 +0000 (+0000) Subject: Fix systemd ceph-osd.target X-Git-Tag: archive/raspbian/16.2.10+ds-5+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ed12bfbff25b229f3c0209456ba6c22b58bc0c4;p=ceph.git 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 --- 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