Bug 1372458
Summary: | persistent volume claim stuck in pending | ||
---|---|---|---|
Product: | OKD | Reporter: | Max Whittingham <mwhittin> |
Component: | Storage | Assignee: | Bradley Childs <bchilds> |
Status: | CLOSED DUPLICATE | QA Contact: | Jianwei Hou <jhou> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.x | CC: | aos-bugs, eparis, jsafrane, jstracha, mwhittin |
Target Milestone: | --- | Keywords: | UpcomingRelease |
Target Release: | --- | ||
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: | 2016-09-06 14:49:30 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1303130 |
Description
Max Whittingham
2016-09-01 18:57:16 UTC
Attaching the node logs would be very helpful. This looks very similar to #1369977 OpenShift master logs (with log level 5) from master start to would be very helpful indeed! I also need some steps to reproduce - what did you do? What is PV pv-1-rh-idev-master-46a1e-vol-fe696d5b and PV nexus-storage? How did you create the PVC (i.e. the input yaml)? Did nexus-storage or pv-1-rh-* exist at that moment? I believe that nexus-storage is the name of the pvc to claim the pv pv-1-rh-idev-master-46a1e-vol-fe696d5b oc describe pv pv-1-rh-idev-master-46a1e-vol-fe696d5b Name: pv-1-rh-idev-master-46a1e-vol-fe696d5b Labels: type=ebs Status: Bound Claim: jrawlings/nexus-storage Reclaim Policy: Retain Access Modes: RWO Capacity: 1Gi Message: Source: Type: AWSElasticBlockStore (a Persistent Disk resource in AWS) VolumeID: aws://us-east-1c/vol-fe696d5b FSType: ext4 Partition: 0 ReadOnly: false Based on the timestamp of creation, the pv was created before the pvc. interesting, from pvc yaml I can read nexus-storage PVC is bound to nexus-storage PV: kind: PersistentVolumeClaim metadata: name: nexus-storage spec: volumeName: nexus-storage Was there any nexus-storage PV? *** This bug has been marked as a duplicate of bug 1370312 *** |