< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

View Volume Snapshot Details

This section describes how to view the details of a volume snapshot.

Prerequisites

  • KubeSphere Storage should have been installed and enabled.

  • You should join a cluster or a project and have the Volume Snapshots Viewing permission within the cluster or the project. For more information, refer to "Cluster Roles" and "Project Roles".

Steps

  1. Log in to the KubeSphere web console with a user who has the Volume Snapshots Viewing permission, and enter your cluster or project.

  2. Click Storage > Volume Snapshots in the left navigation pane.

  3. Click the name of a volume snapshot in the volume snapshot list to open its details page.

  4. View the resource attributes of the volume snapshot in the Attributes area on the left side of the details page.

    ParameterDescription

    Project

    The project to which the volume snapshot belongs.

    Status

    The current status of the volume snapshot.

    • Ready: The volume snapshot and the corresponding volume snapshot content have been successfully created.

    • Not Ready: The volume snapshot and the corresponding volume snapshot content are being created, failed to create, or the volume snapshot is being deleted.

    Capacity

    The capacity of the persistent volume corresponding to the volume snapshot.

    Snapshot Class

    The volume snapshot class corresponding to the storage system used to save snapshot data.

    Volume Snapshot Content

    The name of the volume snapshot content.

    Creation Time

    The creation time of the volume snapshot.

    Creator

    The user who created the volume snapshot.

  5. View the information of the persistent volume claim used to create the snapshot in the Data Source tab on the right side of the details page.

    ParameterDescription

    Name

    The name of the persistent volume claim.

    Storage Class

    The storage class requested by the Persistent Volume Claim.

    Creation Time

    The creation time of the persistent volume claim.

    Provisioner

    The storage plugin used by the storage class.

    Access Mode

    The access modes of Persistent Volumes.

    • RWO (ReadWriteOnce): Allows a single node to read from and write to the Persistent Volume.

    • ROX (ReadOnlyMany): Allows multiple nodes to read from the Persistent Volume.

    • RWX (ReadWriteMany): Allows multiple nodes to read from and write to the Persistent Volume.

    Capacity

    The capacity of the backend storage area.

  6. Click the Events tab on the right side of the details page to view the events of the volume snapshot.

    ParameterDescription

    Type

    The type of the event, including Normal and Warning.

    Reason

    The reason for the event.

    Occurred

    The time when the event occurred.

    Source

    The component that reported the event.

    Message

    The content of the event message.

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

What’s on this Page