Description of problem: Race condition check currently makes fence_aws unable to power off nodes from outside AWS network. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Run "fence_aws ... -o off" outside AWS's network. 2. 3. Actual results: Fails. Expected results: Works when you add "--skip-race-check". Additional info: https://github.com/ClusterLabs/fence-agents/pull/534
Additional patch to fail when power action request fails instead of going into status-loop: https://github.com/ClusterLabs/fence-agents/pull/536
Hi folks, when is this fix expected to be released?