Usage

LDLM server is distributed as 2 applications:

Server

Start the LDLM server with

ldlm-server --listen_address=0.0.0.0:3144

See also

See command line options and ldlm-server --help.

Lock Tool

The ldlm-lock command is used to manipulate locks in a running LDLM server on the CLI. It must be run on the same environment (machine, container, et al.) as a running LDLM server

See also

See IPC configuration and ldlm-lock --help

Commands

ldlm-lock list

This prints a list of locks and their keys.

ldlm-lock unlock <lock name>

Force unlocks the lock named by <lock name>.