spof: ensure stonith is really disabled
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -47,7 +47,7 @@ class cloud::spof(
|
|||||||
Package['corosync'] ->
|
Package['corosync'] ->
|
||||||
cs_property {
|
cs_property {
|
||||||
'no-quorum-policy': value => 'ignore';
|
'no-quorum-policy': value => 'ignore';
|
||||||
'stonith-enabled': value => false;
|
'stonith-enabled': value => 'false';
|
||||||
'pe-warn-series-max': value => 1000;
|
'pe-warn-series-max': value => 1000;
|
||||||
'pe-input-series-max': value => 1000;
|
'pe-input-series-max': value => 1000;
|
||||||
'cluster-recheck-interval': value => '5min';
|
'cluster-recheck-interval': value => '5min';
|
||||||
|
|||||||
Reference in New Issue
Block a user