This command displays NFSv4 delegations that are currently in effect for a tenant's file path.
Usage
tenant nfs4-delegs-list --file-path PATH
--tenant-id ID
[--xeystore-pagination-next-client-id COUNT]Required Parameters
| The file path for which to display NFSv4 file delegations. |
| The tenant to which the file path belongs. |
Options
| Paginates the output by the specified COUNT of client IDs. |
Example
To display delegations for the path /my/path/ on tenant 101:
vcli: admin> tenant nfs4-delegs-list --tenant-id 101 --file-path /my/path
+------------------------------------+-----------------+
| Delegate-info | [] |
| Delegate-info-count-total | 0 |
| Xeystore-pagination | False |
| Xeystore-pagination-next-client-id | 140737756803329 |
+------------------------------------+-----------------+