This command lists open file handles.
Usage
cluster list-open-protocol-handles --file-path FILE_PATH [--share SHARE] [--cluster-id ID] [--tenant-name TENANT_NAME]
Required Parameters
|
Specifies the file path. Specify |
Options
Specifies the name of the share in which the file resides. |
|
|
You can verify the cluster ID by running Default: 1. |
|
Do not include this parameter. (Reserved for future use.) |
Example
vcli: admin> cluster list-open-protocol-handles --file-path /run_bg/p_smb-f_SMB-windows--saucy-woodpecker File handle +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ | ehandle | clone_id | delete_pending | has_any_lease | lease_break_in_progress | number_open_protocol_handles | +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ | 0xec4b600e1132e090 | 0x0 | False | False | False | 1 | +--------------------+----------+----------------+---------------+-------------------------+------------------------------+ Open protocol handles +-----------------+-----------------+---------------+--------------+-------------+-----------+------------+----------+------------+------------+------------------+---------------------+ | session_id | unique_id | client_ip | share_access | access_mask | has_lease | is_durable | username | proto_type | nfs4_seqid | is_nfs_expirable | nfs_expiration_time | +-----------------+-----------------+---------------+--------------+-------------+-----------+------------+----------+------------+------------+------------------+---------------------+ | 0x350a200000003 | 0x350a200000534 | 172.19.222.78 | R+W+D | 0x100081 | False | False | UNKNOWN | SMB | N/A | N/A | N/A | +-----------------+-----------------+---------------+--------------+-------------+-----------+------------+----------+------------+------------+------------------+---------------------+
Comments
0 comments
Article is closed for comments.