diff --git a/crmsh/constants.py b/crmsh/constants.py index d8f924b78a..f6c117f00b 100644 --- a/crmsh/constants.py +++ b/crmsh/constants.py @@ -223,7 +223,7 @@ ) ms_meta_attributes = common_meta_attributes + ( "clone-max", "clone-node-max", "notify", "globally-unique", "ordered", - "interleave", "master-max", "master-node-max", "description", + "interleave", "promoted-max", "promoted-node-max", "description", ) bundle_meta_attributes = common_meta_attributes alert_meta_attributes = ( diff --git a/scripts/drbd/main.yml b/scripts/drbd/main.yml index 29ba472aaf..7b1103c4c3 100644 --- a/scripts/drbd/main.yml +++ b/scripts/drbd/main.yml @@ -38,4 +38,4 @@ actions: op monitor interval="29s" role="Master" op monitor interval="31s" role="Slave" ms ms-{{id}} {{id}} - meta master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 notify=true + meta promoted-max=1 promoted-node-max=1 clone-max=2 clone-node-max=1 notify=true