crm configure
requires both deprecated
and obsoletes
params
#370
Labels
crm configure
requires both deprecated
and obsoletes
params
#370
If a resource's metadata contains a deprecated param (
deprecated="1"
) and a new one that obsoletes it, and both params haverequired="1"
, thencrm configure
requires both parameters. This is unexpected behavior. Only one or the other param should be specified in the CIB.Example/reproducer:
If the problem is that the
deprecated
andobsoletes
params should not both haverequired="1"
, then I can open an issue or BZ againstfence-agents
.A secondary, closely related concern is that this tool requires
plug
, whenpcmk_host_map
should take care of that requirement. I am likewise unsure here whether the issue should be against crmsh (for metadata parsing) or fence-agents (for metadata output).The text was updated successfully, but these errors were encountered: