Lars Ellenberg
Lars Ellenberg
Pacemaker-1.1.12, more specifically d170314 xml: Use an optimized xpath search function for applying patch sets introduced __xml_find_path(), which expects the path in elements of cib-diffs to be of a sequence...
If we re-open stdout and "drop" the O_APPEND, we get rather "unexpected" behavior, for example with repeated "systemd-run --pty >> some-log". fcntl F_GETFL first, check for O_APPEND, and add it...
986ebe18 (nfsserver: Fix NFSv4 lock failover: set NFS Server Scope (#1688), 2021-10-13) Prefixes all `ExecStart=.*` with an unshare --uts. It did not expect an existing "empty, resetting" `ExecStart=`, though, and...
Caution: advanced shell trickery. With many processes, scanning /proc can take significant time. Use only one find /proc, feed /proc/**/maps to grep via fifo and xargs, and send matching symlinks...
portblock: derive state file from parameters instead of instance The expected usage of this agent is to pair a "block" with an "unblock", and order startup and configuration of some...
344beb1 introduced status_check=rule (and set that as default). This breaks "monitor" and "probe" of "action=block" for existing setups. As soon as the "unblock" is "started", the rule is no longer...