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
Log in to the KubeSphere web console with a user who has the Volume Snapshots Viewing permission, and enter your cluster or project.
Click Storage > Volume Snapshots in the left navigation pane.
Click the name of a volume snapshot in the volume snapshot list to open its details page.
View the resource attributes of the volume snapshot in the Attributes area on the left side of the details page.
Parameter Description 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.
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.
Parameter Description 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.
Click the Events tab on the right side of the details page to view the events of the volume snapshot.
Parameter Description 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.
Feedback
Was this page Helpful?
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.