ctdb-locking: Pass additional arguments to debug locks script
authorAmitay Isaacs <amitay@gmail.com>
Tue, 24 Nov 2020 02:25:04 +0000 (13:25 +1100)
committerAmitay Isaacs <amitay@samba.org>
Fri, 28 May 2021 06:46:29 +0000 (06:46 +0000)
commitd07875330a6dbf44c1d65c029af80b53e5836d2d
tree618a89d6ceb6e86fb1cd2a720533fa02115339c0
parent2c7dbb043f3b7c0fa31791a033f21e249593d9f7
ctdb-locking: Pass additional arguments to debug locks script

1. PID of lock helper waiting for lock
2. Scope of lock: "record" or "db"
3. Path to database that lock helper is trying to lock
4. Whether the database uses mutexes: "mutex" or "fcntl"

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_lock.c