Displaying Views

Prev Next

Displaying Views via VAST Web UI

To see the existing views configured on the cluster, select Element Store and then Views from the left navigation menu.

The following information can be displayed for each view:

Tip

To display or hide fields, click column_menu.png to the right of a column title, and then click columns.png to open a dropdown where you can select or unselect fields.

ID

The view ID, used to specify the view when running commands from the VAST CLI or performing REST API operations.

Path

The full path from the top level of the storage system on the cluster to the location exposed by the view.

Alias

An alias for the mount path of an NFS export.

Share

For SMB shares, the share name.

Bucket

Name of the S3 bucket used to access the view via S3, if there is one.

Bucket Owner

User name of the S3 bucket owner.

Policy Name

The view policy. Click the policy name to switch to the View Policies tab and view the configuration of the view policies.

Protocols

The protocol(s) the view is exposed to. Possible values:

  • NFSv3. Refers to NFS version 3.

  • NFSv4.1. Refers to NFS version 4.1.

  • SMB. Refers to the SMB protocol.

  • S3 BUCKET. The view has an S3 bucket.

  • S3 ENDPOINT. This means the view is a template for creating S3 buckets via the S3 API.  It specifies a path under which buckets can be created, a view policy that will be attached to any bucket view created using the template, and the users and groups who can use the template to create buckets.  

  • DATABASE. This protocol exposes tabular data to database query engines. This value is used for each view that VAST Cluster creates when a user chooses to create a database on the cluster. For more information, see Configuring the VAST Cluster for Database Access.Configuring the VAST Cluster for Database Access

Bulk Permission Update State

Shows the status of the bulk permission update task run for this view.

Bulk Permission Update Progress

Shows the progress of the  bulk permission update task running on this view.

S3 Versioning

Applicable if S3 Bucket is enabled.

Indicates if S3 object versioning is enabled on the view.

Locking

Applicable if S3 Bucket is enabled.

Indicates if object locking is enabled on the view.

S3 Retention Mode

Applicable if S3 Bucket and S3 object locking are enabled on the view.

Possible values:

  • None (default).  Object versions that are placed in the bucket have no automatic protection but can be configured with a retention period or legal hold.

  • Governance. Object versions that are placed in the bucket are automatically protected with a retention lock with retention mode set to governance.  

  • Compliance. Object versions that are placed in the bucket are automatically protected with a retention lock with retention mode set to compliance.

Physical Capacity

The amount of physical capacity used by the view.  

Logical Capacity

The amount of data logically written to the view directory prior to data reduction.

Live Monitor

Indicates if live monitoring is enabled (yes) or not (no). Live monitoring can be enabled for up to ten views at one time.

Analytics data for views is polled every 5 minutes by default and every 10 seconds with live monitoring.

Creation Time

The date and time when the view was created.

Tenant

The tenant associated with the view. Views are associated by default with a default tenant.

QoS Policy

If the view is associated with a QoS policy, the name of the QoS policy is displayed here.

ABE Protocols

If Access-Based Enumeration (ABE) is enabled for the view, shows SMB. No value means ABE is disabled for the view.

Global Synchronization

Indicates if Global Synchronization is enabled or not.

Global Synchronization is an enhancement to asynchronous replication. It enables the synchronization of file handles between multiple views in a replication relationship. If this setting is enabled, then, in the event of failover to one of the destination peers in a replication group, NFSv3 clients will be able to continue working without the need to remount the view.

Displaying Views via VAST CLI

Run the view list or view show command.