Skip to content

Commit

Permalink
Merge pull request ceph#15835 from SUSE/wip-flatten-systemd-target-hi…
Browse files Browse the repository at this point in the history
…erarchy-master

systemd: Add explicit Before=ceph.target

Reviewed-by: Nathan Cutler <[email protected]>
Reviewed-by: Boris Ranto <[email protected]>
  • Loading branch information
liewegas authored Jul 3, 2017
2 parents 32297cc + 357dfa5 commit a96ebf3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions systemd/ceph-fuse.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=remote-fs.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-mds.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-mgr.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-mon.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-osd.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-radosgw.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target
1 change: 1 addition & 0 deletions systemd/ceph-rbd-mirror.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=ceph target allowing to start/stop all [email protected] instances at once
PartOf=ceph.target
Before=ceph.target
[Install]
WantedBy=multi-user.target ceph.target

0 comments on commit a96ebf3

Please sign in to comment.