This command releases locks on a specified file path.
Usage
cluster release-lock --path PATH
[--cluster-id ID]
[--tenant-id ID]
[--recursively]
[--unlock-type ALL|SINGLE]
[--unlock-id ID]
[--lock-type TYPE]
Required Parameters
| Specify a file path within the tenant. This can be a path to a file or, if the |
Options
| Specifies the cluster ID. You can verify the cluster ID by running Default: 1. |
| Specify the ID of the tenant where the file resides. If this option is not specified, the default tenant is used. |
| Recursively deletes all locks under the path. |
| The type of unlock operation to perform:
|
| If |
| If
|
Example
vcli: admin> cluster release-lock --path /dev/test.txt --unlock-type ALL