Back to bug 1313560
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Stefanie Forrester | 2016-03-01 22:44:43 UTC | CC | dakini | |
| Dan McPherson | 2016-03-02 13:12:54 UTC | Priority | unspecified | medium |
| CC | mmccomas | |||
| Component | Deployments | Image | ||
| Assignee | pweil | bparees | ||
| QA Contact | yinzhou | haowang | ||
| Severity | unspecified | medium | ||
| Ben Parees | 2016-03-02 13:52:16 UTC | Component | Image | Storage |
| Assignee | bparees | bchilds | ||
| QA Contact | haowang | jhou | ||
| Bradley Childs | 2016-03-02 15:18:06 UTC | Assignee | bchilds | swagiaal |
| Sami Wagiaalla | 2016-03-02 16:39:18 UTC | Status | NEW | ASSIGNED |
| Wang Haoran | 2016-03-02 17:04:47 UTC | CC | haowang | |
| Stefanie Forrester | 2016-03-02 17:38:19 UTC | CC | dakini | |
| Stefanie Forrester | 2016-03-02 18:18:42 UTC | CC | dakini | |
| Andy Grimm | 2016-03-03 14:15:46 UTC | CC | agrimm | |
| Blocks | 1303130 | |||
| Dan McPherson | 2016-03-03 19:50:23 UTC | Severity | medium | urgent |
| Bradley Childs | 2016-03-04 20:03:01 UTC | CC | hchen | |
| CC | jsafrane | |||
| CC | bchilds | |||
| Andy Grimm | 2016-03-08 19:15:14 UTC | Component | Storage | Storage |
| Version | 3.x | 3.1.0 | ||
| Product | OpenShift Origin | Atomic Enterprise Platform and OpenShift Enterprise | ||
| Scott Dodson | 2016-03-09 21:34:03 UTC | CC | sdodson | |
| Jeremy Eder | 2016-03-11 15:08:54 UTC | CC | jeder | |
| Scott Dodson | 2016-03-14 14:55:46 UTC | Status | ASSIGNED | MODIFIED |
| errata-xmlrpc | 2016-03-14 15:03:36 UTC | Status | MODIFIED | ON_QA |
| Scott Dodson | 2016-03-14 15:14:53 UTC | Doc Text | Cause: EBS volume attachment data cannot be cached reliably. Consequence: Volumes that had been detached were not made available as they should have been. Fix: We no longer rely on cached volume attachment data and instead check on each request to mount or unmount an EBS volume. Result: EBS volume attachment tasks are much more reliable. |
|
| Scott Dodson | 2016-03-14 15:15:59 UTC | Fixed In Version | atomic-openshift-3.1.1.6-4.git.26.9549be3.el7aos | |
| Scott Dodson | 2016-03-14 15:22:35 UTC | Blocks | 1317577 | |
| Matt Woodson | 2016-03-15 00:15:18 UTC | CC | mwoodson | |
| Wang Haoran | 2016-03-15 05:12:53 UTC | Status | ON_QA | ASSIGNED |
| Wenjing Zheng | 2016-03-15 05:47:05 UTC | CC | wzheng | |
| Xiaoli Tian | 2016-03-15 08:29:33 UTC | CC | xtian | |
| Wang Haoran | 2016-03-15 09:57:45 UTC | Flags | needinfo?(mwoodson) | |
| Josep 'Pep' Turro Mauri | 2016-03-15 11:54:58 UTC | CC | pep | |
| Blocks | 1267746 | |||
| Matt Woodson | 2016-03-15 14:02:34 UTC | Flags | needinfo?(mwoodson) | |
| Bradley Childs | 2016-03-15 16:00:01 UTC | Status | ASSIGNED | ON_QA |
| Wang Haoran | 2016-03-16 01:09:21 UTC | Flags | needinfo?(jsafrane) | |
| Wang Haoran | 2016-03-16 01:09:40 UTC | Flags | needinfo?(mwoodson) | |
| Xiaoli Tian | 2016-03-16 06:20:12 UTC | Status | ON_QA | ASSIGNED |
| Jan Safranek | 2016-03-16 08:08:50 UTC | Blocks | 1318161 | |
| Jan Safranek | 2016-03-16 08:09:42 UTC | Blocks | 1318161 | |
| Jan Safranek | 2016-03-16 08:15:42 UTC | Status | ASSIGNED | ON_QA |
| Flags | needinfo?(jsafrane) needinfo?(mwoodson) | |||
| Wenjing Zheng | 2016-03-16 09:52:42 UTC | Status | ON_QA | ASSIGNED |
| Flags | needinfo?(mwoodson) | |||
| Matt Woodson | 2016-03-16 14:41:05 UTC | Flags | needinfo?(mwoodson) | |
| Matt Woodson | 2016-03-16 14:41:31 UTC | Status | ASSIGNED | ON_QA |
| Wang Haoran | 2016-03-17 05:05:46 UTC | Status | ON_QA | ASSIGNED |
| Jianwei Hou | 2016-03-17 06:53:13 UTC | Depends On | 1318518 | |
| Scott Dodson | 2016-03-17 20:39:46 UTC | Doc Text | Cause: EBS volume attachment data cannot be cached reliably. Consequence: Volumes that had been detached were not made available as they should have been. Fix: We no longer rely on cached volume attachment data and instead check on each request to mount or unmount an EBS volume. Result: EBS volume attachment tasks are much more reliable. | Cause: EBS volume attachment data cannot be cached reliably. Additionally after a claim is released it retains a referenc to the claim to which it was bound. Consequence: Volumes that had been detached were not made available as they should have been. Also, if a claim is deleted and the volume it was bound to is released if another claim is created with the same name it will try to bind the old PV. Fix: We no longer rely on cached volume attachment data and instead check on each request to mount or unmount an EBS volume. We also now check the claim's UID when trying to bind a PV based on the claim to ensure that the correct claim matches the correct PV Result: EBS volume attachment tasks are much more reliable. |
| Scott Dodson | 2016-03-17 20:40:38 UTC | Doc Text | Cause: EBS volume attachment data cannot be cached reliably. Additionally after a claim is released it retains a referenc to the claim to which it was bound. Consequence: Volumes that had been detached were not made available as they should have been. Also, if a claim is deleted and the volume it was bound to is released if another claim is created with the same name it will try to bind the old PV. Fix: We no longer rely on cached volume attachment data and instead check on each request to mount or unmount an EBS volume. We also now check the claim's UID when trying to bind a PV based on the claim to ensure that the correct claim matches the correct PV Result: EBS volume attachment tasks are much more reliable. | Cause: EBS volume attachment data cannot be cached reliably. Additionally after a claim is released it retains a referenc to the claim to which it was bound. Consequence: Volumes that had been detached were not made available as they should have been. Also, if a claim is deleted and the volume it was bound to is released and another claim is created with the same name it will try to bind the old PV. Fix: We no longer rely on cached volume attachment data and instead check on each request to mount or unmount an EBS volume. We also now check the claim's UID when trying to bind a PV based on the claim to ensure that the correct claim matches the correct PV Result: EBS volume attachment tasks are much more reliable. |
| Scott Dodson | 2016-03-17 20:44:52 UTC | Summary | postgresql-persistent template pv enters failed state when started from the web ui | EBS persistent volume claims fail on re-use |
| Matt Woodson | 2016-03-17 20:54:46 UTC | Status | ASSIGNED | ON_QA |
| Jianwei Hou | 2016-03-18 10:07:03 UTC | Status | ON_QA | VERIFIED |
| errata-xmlrpc | 2016-03-24 00:29:31 UTC | Status | VERIFIED | RELEASE_PENDING |
| errata-xmlrpc | 2016-03-24 15:53:40 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2016-03-24 11:53:40 UTC | |||
| Eric Rich | 2016-03-29 20:31:43 UTC | Target Release | --- | 3.1.1 |
| Scott Dodson | 2016-04-06 14:55:08 UTC | Depends On | 1305417 | |
| John Skeoch | 2016-06-07 22:47:12 UTC | CC | mmcgrath |
Back to bug 1313560