Skip to content

Commit

Permalink
add parameters for sbd watchdog and msgwait timeouts 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed May 14, 2020
1 parent 2d10991 commit 132dbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/crmshmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def _manage_sbd(sbd_enabled, sbd_dev, sbd_timeout_watchdog, sbd_timeout_msgwait)
return_code = __salt__['cmd.retcode'](cmd)
if return_code:
raise exceptions.SaltInvocationError('sbd disks could not be formatted properly')
return return_code
return sbd_enabled, sbd_dev, sbd_timeout_watchdog, sbd_timeout_msgwait


def cluster_init(
Expand Down

0 comments on commit 132dbca

Please sign in to comment.