From 132dbcafbbf401ea163161370781a73106065800 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Thu, 14 May 2020 09:56:51 +0200 Subject: [PATCH] add parameters for sbd watchdog and msgwait timeouts 2 --- salt/modules/crmshmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/crmshmod.py b/salt/modules/crmshmod.py index 7a7b905c..fe0c59b3 100644 --- a/salt/modules/crmshmod.py +++ b/salt/modules/crmshmod.py @@ -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(