Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1919375

Summary: Document how to Create volumesnapshotclass for Cinder csi driver
Product: OpenShift Container Platform Reporter: Matthew Booth <mbooth>
Component: StorageAssignee: Eric Duen <eduen>
Storage sub component: OpenStack CSI Drivers QA Contact: Jon Uriarte <juriarte>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: high CC: aos-bugs, mfedosin, pprinett, wduan
Version: 4.7Keywords: Documentation, Triaged
Target Milestone: ---   
Target Release: 4.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1905849 Environment:
Last Closed: 2021-05-27 10:31:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 3 Mike Fedosin 2021-05-27 10:25:31 UTC
In 4.8 VolumeSnapshotClass is created automatically by the operator: https://github.com/openshift/openstack-cinder-csi-driver-operator/pull/40 I think there is no need to document it anymore.

Comment 4 Mike Fedosin 2021-05-27 10:31:32 UTC
It's called "standard-csi" and it is available right after installation
❯ oc get volumesnapshotclass
NAME                   DRIVER                     DELETIONPOLICY   AGE
standard-csi           cinder.csi.openstack.org   Delete           19m

Therefore I'm going to close this bz as it is not relevant anymore.