mutex

  1. J

    PVE: facility for a cluster-wide mutex?

    I have a program that executes on proxmox PVE nodes and has to ensure that one of its critical sections will only run on *one* of all involved cluster node at the same time. It's a low-volume thing (the mutex will have to be acquired rarely), but it must work reliably. Will something to the...