Bug 1841035
Summary: | The regular user should have access right for volumesnapshots.snapshot.storage.k8s.io and volumesnapshotclasses.snapshot.storage.k8s.io APIs | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qin Ping <piqin> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Storage sub component: | Operators | QA Contact: | Wei Duan <wduan> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | aos-bugs, jsafrane |
Version: | 4.5 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:01:56 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Qin Ping
2020-05-28 08:09:29 UTC
All PRs have been merged. Verified pass [wduan@MINT azuredisk]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-07-16-211200 True False 7h6m Cluster version is 4.6.0-0.nightly-2020-07-16-211200 Execute as testuser-0 testuser-0 could list the volumesnapshotclasses created by cluster admin [wduan@MINT azuredisk]$ oc get volumesnapshotclasses NAME DRIVER DELETIONPOLICY AGE csi-snapclass disk.csi.azure.com Delete 40s testuser-0 could create/list the volumesnapshot [wduan@MINT azuredisk]$ oc create -f VolumeSnapshot_withclass.yaml volumesnapshot.snapshot.storage.k8s.io/mysnapshot01 created [wduan@MINT azuredisk]$ oc get volumesnapshot mysnapshot01 NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE mysnapshot01 true pvc-ori 2Gi csi-snapclass snapcontent-a9c6fb76-17f8-44e2-85e5-684d952a1962 4m53s 7m5s Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |