diff options
Diffstat (limited to 'etc')
-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 { |