Bug 1484475
Summary: | Improve error messages for FailedMount | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Thom Carlin <tcarlin> |
Component: | Node | Assignee: | Seth Jennings <sjenning> |
Status: | CLOSED ERRATA | QA Contact: | weiwei jiang <wjiang> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:07:41 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: | 1724792 |
Description
Thom Carlin
2017-08-23 17:09:59 UTC
This change is already in origin/master via the kube 1.7 rebase. The question is should we pick it to 3.6. There has been a lot of focus in 3.6 on reducing API server requests/load. This generates yet another event on a per failing pod basis. It does provide useful information to the user, however. Let me ask around and see what we want to do. fixed in 3.7 via rebase with https://github.com/kubernetes/kubernetes/pull/42006 Checked with: # oc version oc v3.7.0-0.123.0 kubernetes v1.7.0+695f48a16f features: Basic-Auth GSSAPI Kerberos SPNEGO Server xxx openshift v3.7.0-0.123.0 kubernetes v1.7.0+695f48a16f And error messages for FailedMount are more clear now. 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, 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-2017:3188 |