You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a 2 node cluster with stonith disabled, create 2 primitive resources and try to apply an order on them.
What are you seeing
Checking the pacemaker configuration (crm configure show) after a puppet run, the orders are not applied.
What behaviour did you expect instead
I expect the order to be applied.
Output log
Debug: Cs_order[redis_master_before_ip](provider=crm): Loading update: order redis_master_before_ip INFINITY: ms_redis_server:demote failover_ip:stop symmetrical=trueDebug: PuppetX::Voxpupuli::Corosync::Provider::Crmsh: Executing ["/sbin/crm", "configure", "load", "update", "/tmp/puppet_crm_update20190716-7369-13emwtd"] in the CIBDebug: Executing: '/sbin/crm configure load update /tmp/puppet_crm_update20190716-7369-13emwtd'Error: /Cs_order[redis_master_before_ip]: Could not evaluate: Execution of '/sbin/crm configure load update /tmp/puppet_crm_update20190716-7369-13emwtd' returned 1: ERROR: (unpack_config) warning: Blind faith: not fencing unseen nodes(get_ordering_type) warning: Support for 'score' in rsc_order is deprecated and will be removed in a future release (use 'kind' instead)Warnings found during check: config may not be valid
Any additional information you'd like to impart
Adding the generated order manually via crm configure edit results in an yes/no prompt after saving.
(get_ordering_type) warning: Support for 'score' in rsc_order is deprecated and will be removed in a future release (use 'kind' instead)
Warnings found during check: config may not be valid
Do you still want to commit (y/n)?
A quick and dirty workaround might be, to pipe yes to the command.
For a clean solution, the module could use the new syntax to avoid the deprecation warning.
The text was updated successfully, but these errors were encountered:
and0x000
changed the title
fails to create order with pacemaker 2.0.1
fails to create order with pacemaker 2.0.1 (Debian 10)
Jul 18, 2019
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
On a 2 node cluster with stonith disabled, create 2 primitive resources and try to apply an order on them.
What are you seeing
Checking the pacemaker configuration (
crm configure show
) after a puppet run, the orders are not applied.What behaviour did you expect instead
I expect the order to be applied.
Output log
Any additional information you'd like to impart
Adding the generated order manually via
crm configure edit
results in an yes/no prompt after saving.A quick and dirty workaround might be, to pipe
yes
to the command.For a clean solution, the module could use the new syntax to avoid the deprecation warning.
The text was updated successfully, but these errors were encountered: