Jan Pokorný
Jan Pokorný
This may help, however the degenerate case of burning everything down shall rather be prevented in any case, since causality precludes it would ever be the right thing to do...
EDIT: the root cause detailed in the next comment: https://github.com/ClusterLabs/resource-agents/issues/1304#issuecomment-473525495 but this is the next real threat there, which would likely be triggered at some point, too, were there not...
Actually, referenced issue is not necessarily of that "parallel execution" sort, but it's a generally valid concern nonetheless, for "self-inflicted failure to start/stop" if the two parallel actions go in...
Immediate solution here is likely along the lines of https://github.com/ClusterLabs/resource-agents/issues/1304#issuecomment-473005913 since destroyed world including its master is the worst outcome possible at any scenario. Regarding wider surface, locking (journaling) like...
Perhaps it'd be enough if mounting over an existing `bind` mount point failed as unsupported, but that could cause a regression in some extreme corner cases. Discretion preventing the agent...
On 18/03/19 03:54 -0700, Oyvind Albrigtsen wrote: > @jnpkrn Did you mean `safe` in your last comment > `force_unmount=strict`? Anything but `true` or `safe` is treated as > `false` for...
Vaguely, it would only solve the `/` rooted scenario, which is just a subset of the general case, I think (have also some comments on the "how" for said #1362,...
Few notes: - using `/var/run` (aka `SOCKETDIR` on standard Linux `./configure` pass) for a shared memory mapped files location (further: `shmdir`) would not be very fortunate as this is still...
At this time, I can only guess that perhaps the original approach was meant to eventually serve a nice-to-have real-time communication tracing tool, which I perceive could still be useful...
Note that, in the envisioned split, the effect of ``` [repomanager of choice] [install command] resource-agents ``` would remain exactly the same, as (presumably) `resource-agents` would depend on both `resource-agents-lib-shell`...