I want to use advisory file locks (flock(), with some Node.js wrapper) in a volume.
When starting, the system, the directory with locks should be cleared, to ensure no stale locks from possible past crashes.
But if there is more than one machine, how to define “when starting”? One machine would mistakenly delete locks by another one, when starting.