Return a list of all granted file locks that the specified machine owns.
Parameters
Name
Description
Required
owner_name
The lock owner's name. The client provides the name. Typically, it is the client hostname.
No
owner_address
The lock owner's address. This is the IP address of the machine that acquires the lock. If the machine's IP address changes, any existing lock entries are still listed under the old address.
No
after
Return entries after the given key (keys are returned in the paging object)
No
limit
Return no more than this many entries; the system may choose a smaller limit.
No
Response
Codes
Code
Description
200
Return value on success
Schema
DELETE
Release all locks held by a particular client. This is dangerous, and should only be used after confirming that the client is dead.
Parameters
Name
Description
Required
owner_name
The lock owner's name. The client provides the name. Typically, it is the client hostname.
No
owner_address
The lock owner's address. This is the IP address of the machine that acquires the lock. If the machine's IP address changes, any existing lock entries are still listed under the old address.