Bug 1878891
Summary: | [sig-storage] In-tree Volumes [Driver: aws] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand Verify if offline PVC expansion works | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lalatendu Mohanty <lmohanty> |
Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
Status: | CLOSED DUPLICATE | QA Contact: | Qin Ping <piqin> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.5 | CC: | aos-bugs, hekumar, jsafrane |
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: |
[sig-storage] In-tree Volumes [Driver: aws] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand Verify if offline PVC expansion works
|
|
Last Closed: | 2020-09-22 19:00:53 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
Lalatendu Mohanty
2020-09-14 19:39:44 UTC
This has same root cause as https://bugzilla.redhat.com/show_bug.cgi?id=1867929 and detach operation from previous node is taking longer than expected: 12793:2020-09-14T18:05:44.603553177Z I0914 18:05:44.603491 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 12815:2020-09-14T18:05:46.689160833Z I0914 18:05:46.689088 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 12859:2020-09-14T18:05:50.797136658Z I0914 18:05:50.797085 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 12951:2020-09-14T18:05:58.900854439Z I0914 18:05:58.900783 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 13176:2020-09-14T18:06:14.995626393Z I0914 18:06:14.995567 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 13539:2020-09-14T18:06:47.11220893Z I0914 18:06:47.112151 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 14190:2020-09-14T18:07:51.217544864Z I0914 18:07:51.215053 1 aws.go:2230] Waiting for volume "vol-05d3419109556a8bf" state: actual=detaching, desired=detached 15593:2020-09-14T18:09:18.001862519Z I0914 18:09:18.001622 1 operation_generator.go:225] VerifyVolumesAreAttached determined volume "kubernetes.io/aws-ebs/aws://us-west-1b/vol-05d3419109556a8bf" (spec.Name: "pvc-283f313f-f07b-4fa7-8b2e-ab31d66c9c68") is no longer attached to node "ip-10-0-225-178.us-west-1.compute.internal", therefore it was marked as detached. 16143:2020-09-14T18:09:59.291095034Z VolumeId: "vol-05d3419109556a8bf" 16145:2020-09-14T18:09:59.291095034Z I0914 18:09:59.291080 1 operation_generator.go:472] DetachVolume.Detach succeeded for volume "pvc-283f313f-f07b-4fa7-8b2e-ab31d66c9c68" (UniqueName: "kubernetes.io/aws-ebs/aws://us-west-1b/vol-05d3419109556a8bf") on node "ip-10-0-225-178.us-west-1.compute.internal" As evident detach from old node took more than 4 minutes and that would result in timeout for new pod. *** This bug has been marked as a duplicate of bug 1867929 *** |