Skip to content

Commit

Permalink
Fix: systemd: make corosync wait for sbd-start to complete
Browse files Browse the repository at this point in the history
If sbd fails to start it prevents pacemaker from starting, but corosync
continues to start without errors. This generates a quorum vote for the
current node although the sbd and pacemaker components are not alive.
  • Loading branch information
Valentin Vidic authored and Valentin Vidic committed Apr 14, 2019
1 parent c38c5e6 commit 69e1587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sbd.service.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Shared-storage based fencing daemon
Documentation=man:sbd(8)
Before=corosync.service
Before=pacemaker.service
Before=dlm.service
After=systemd-modules-load.service iscsi.service
Expand Down

0 comments on commit 69e1587

Please sign in to comment.