Oyvind Albrigtsen
Oyvind Albrigtsen
ok to test
Regarding the lack of stop-action. Doesnt the node get fenced when you disable the resource and monitor still reports it as running?
The Dummy approach should make it able to detect being stopped by running touch/rm in start/stop-actions and `if ! -f ... return $OCF_NOT_RUNNING` to return early for the monitor/status actions...
This is what the utilization_hv_memory and utilization_hv_memory_reservation parameters are for in the NodeUtilization agent.
It seems like you can use the `autoset_utilization_hv_memory` parameter in the `VirtualDomain` agent to do this: https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/VirtualDomain#L229-L236
Seems like you just need to set `utilization_hv_memory=false` for the NodeUtilization agent to avoid this issue.
No worries. You can also edit it and use the Preview tab to see if it's looking as expected. In this case you probably want the ` ``` ` on...
That's strange. Sounds like fuser somehow doesnt detect the processes as using files on that specific mount. You could try setting `force_unmount=safe` to see if that solves the issue (it...
Great. Glad to hear it.