Description of problem: shutdown_wait option of cman Postgres-8 RA is ignored by clufter while it could be converted to "stop" option in pcs. Version-Release number of selected component (if applicable): 6653eb19834b66b3dde4dafc1e4533e4a00df748 from next branch How reproducible: always Steps to Reproduce: 1. try converting cluster.conf containing postgres-8 resource with defined shutdown_wait timeout Actual results: ignored Expected results: should be migrated to "stop" Additional info: none
If I am not mistaken this is actually a bug in resource-agents: https://github.com/ClusterLabs/resource-agents/pull/584 and hence intentionally omitted in the conversion (as that parameter had actually no effect in the past).
Alternatively give that parameter a meaning and then it would be a bug in the conversion/clufter.
This discrepancy introduced with https://github.com/ClusterLabs/resource-agents/commit/5e026d222796c4a898b9e157c4a90ac15b0206d9 ([bug 694816])