ClusterLabs / ClusterLabs/resource-agents
asterisk: resource is not stopped when validate fails
Open
bug
- Dominant language
- Shell
- Stars
- 519
- Forks
- 608
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 7
Description
Asterisk resource does not failover to the other node validate function fail during the stop command.
Because the stop will return negative answer (5)
Either use: [ "$1" != "stop" ] && asterisk_validate
Instead of asterisk_validate
or change the asterisk_validate function.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.