Bug 1859317
Summary: | Volume expansion should time out after certain number of retries | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | Jilju Joy <jijoy> | ||||
Component: | csi-driver | Assignee: | Humble Chirammal <hchiramm> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Elad <ebenahar> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.5 | CC: | hchiramm, madam, ocs-bugs, rcyriac | ||||
Target Milestone: | --- | ||||||
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: | 2020-08-11 11:39:01 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: | |||||||
Attachments: |
|
Description
Jilju Joy
2020-07-21 17:30:07 UTC
Created attachment 1701952 [details]
Screenshot showing 74 tries in 4 hours
The number of retries are from OCP and its not specific to "resize" , this is same as "create" or "delete" where as long as driver returns "failure" on the operations, the controller retries. Its also in the kube norm that, try to reach to the desired state eventually.. I would like to close this as "NOT A BUG" and work as designed. If not at all we are in agreement to close this, please open a bug against OCP and give a try. (In reply to Humble Chirammal from comment #3) > The number of retries are from OCP and its not specific to "resize" , this > is same as "create" or "delete" where as long as driver returns "failure" on > the operations, the controller retries. Is there a manual recovery mechanism in these cases ? > Its also in the kube norm that, try > to reach to the desired state eventually.. I would like to close this as > "NOT A BUG" and work as designed. > > If not at all we are in agreement to close this, please open a bug against > OCP and give a try. (In reply to Jilju Joy from comment #4) > (In reply to Humble Chirammal from comment #3) > > The number of retries are from OCP and its not specific to "resize" , this > > is same as "create" or "delete" where as long as driver returns "failure" on > > the operations, the controller retries. > Is there a manual recovery mechanism in these cases ? > yes, correct the mistake for the failure or delete the object thats in general. Specifically for 'resize' there is a documented process too. (In reply to Humble Chirammal from comment #5) > (In reply to Jilju Joy from comment #4) > > (In reply to Humble Chirammal from comment #3) > > > The number of retries are from OCP and its not specific to "resize" , this > > > is same as "create" or "delete" where as long as driver returns "failure" on > > > the operations, the controller retries. > > Is there a manual recovery mechanism in these cases ? > > > > > yes, correct the mistake for the failure or delete the object thats in > general. > Specifically for 'resize' there is a documented process too. are we in agreement to close this based on above comments? Closing this for now as we cant do anything from OCS to stop the retry in case of a failure in general. IN upstream there is an enhancement in place which could help to recover from failed attempts by reducing the size of the PVC.. Mentioning it here for future references. |