This command displays details of a view.
vcli: admin> view show --id 3 +---------------------------------+---------------------+ | ID | 3 | | Path | /io_agent | | Alias | | | Share | | | Bucket | | | Bucket-owner | None | | Policy | default | | Protocols | ['NFS'] | | Cluster | mycluster | | Physical-capacity | 259570682320 | | Logical-capacity | 551381676999 | | S3-locks | False | | NFS-interop | Disabled | | Is-remote | False | | Created time | 2023-05-12 05:11:22 | | Live Monitoring | False | | Qos-policy | None | | Tenant-id | 1 | | Bulk-permission-update-state | N/A | | Bulk-permission-update-progress | 0 | +---------------------------------+---------------------+
This example displays S3 details of a view:
vcli: admin> view show --id 26 --s3 +---------------------------+-------------------------+ | Path | /bucket-jovial-lyrebird | | Bucket | bucket-jovial-lyrebird | | Bucket-owner | lean-cerberus | | S3-versioning | False | | Allow-s3-anonymous-access | False | | Bucket Creators (Users) | [] | | Bucket Creators (Groups) | [] | | S3-unverified-lookup | False | +---------------------------+-------------------------+
This example shows share-level ACL details for a view.
vcli: admin> view show --id 5 --share-level-acl Share-level ACL is disabled Share-level ACL is not configured
Comments
0 comments
Article is closed for comments.