Bug 1917678
Summary: | Could not provision pv when no symlink and target found on rhel worker | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Chao Yang <chaoyang> |
Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
Storage sub component: | Local Storage Operator | QA Contact: | Chao Yang <chaoyang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, jsafrane |
Version: | 4.7 | Keywords: | Reopened |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:54:35 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
Chao Yang
2021-01-19 06:22:40 UTC
All the flakes are caused by connection to API server being rejected or times out. We track it in 1890131. I did not notice a single flake of the test caused by storage / fsgroup implementation in the past 7 days. *** This bug has been marked as a duplicate of bug 1890131 *** Sorry, wrong bug. This is not a duplicate. spec: accessModes: - ReadWriteOnce capacity: storage: 1Gi local: path: /mnt/local-storage/lvs/xvdf nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - ip-10-0-60-36.us-east-2.compute.internal persistentVolumeReclaimPolicy: Delete storageClassName: lvs volumeMode: Block status: phase: Available sh-4.2# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT xvda 202:0 0 30G 0 disk |-xvda1 202:1 0 1M 0 part `-xvda2 202:2 0 30G 0 part / xvdf 202:80 0 1G 0 disk sh-4.2# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) local-storage-operator.4.7.0-202101262230.p0 Local Storage 4.7.0-202101262230.p0 Succeeded 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633 |