diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-02 09:20:43 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-02 09:20:43 +0000 |
commit | 7066d916202f986c088941f2a0e482fc6d0e2728 (patch) | |
tree | c35a48f4b64c4dd03b2552d60ae2d5847b15682b | |
parent | Don't alert immediately for DRDB/HA Proxy checks, 1 minute grace (diff) | |
download | config-7066d916202f986c088941f2a0e482fc6d0e2728.tar.bz2 config-7066d916202f986c088941f2a0e482fc6d0e2728.tar.xz config-7066d916202f986c088941f2a0e482fc6d0e2728.zip |
We don't use drbd9
-rw-r--r-- | etc/drbd.d/global_common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/drbd.d/global_common.conf b/etc/drbd.d/global_common.conf index 107e327..6af2570 100644 --- a/etc/drbd.d/global_common.conf +++ b/etc/drbd.d/global_common.conf @@ -5,8 +5,8 @@ global { common { handlers { - fence-peer "/usr/lib64/drbd/crm-fence-peer.9.sh"; - unfence-peer "/usr/lib64/drbd/crm-unfence-peer.9.sh"; + fence-peer "/usr/lib64/drbd/crm-fence-peer.sh"; + unfence-peer "/usr/lib64/drbd/crm-unfence-peer.sh"; } startup { |