Bug 1686336
Summary: | [3.10] Failed to mount iscsi on atomic host | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Liang Xia <lxia> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Status: | CLOSED ERRATA | QA Contact: | Liang Xia <lxia> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.10.0 | CC: | aos-bugs, aos-storage-staff, jsafrane, sdodson |
Target Milestone: | --- | ||
Target Release: | 3.10.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
The node system container did not properly mount /var/lib/iscsi rw, now it does avoiding problems mounting iscsi volumes.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-11 09:30:48 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: | 1686266 |
Description
Liang Xia
2019-03-07 09:47:37 UTC
The issue exist on atomic host + system container, but does not exist on atomic host + docker container. Related bug, https://bugzilla.redhat.com/show_bug.cgi?id=1598271 Filled https://github.com/openshift/origin/pull/22289 In the meantime, can you please check that it really helps? Follow https://bugzilla.redhat.com/show_bug.cgi?id=1598271#c1 and report any issues. Jenkins has failed to give me 3.10 on Atomic Host. Build is ready, Changelog * Mon Mar 11 2019 AOS Automation Release Team <aos-team-art> 3.10.125-1 - Bindmount /var/lib/iscsi rw for iscsi attach (mawong) Tested on below version: openshift v3.10.127 kubernetes v1.10.0+b81c8f8 # uname -a Linux ip-172-18-6-162.ec2.internal 3.10.0-862.11.6.el7.x86_64 #1 SMP Fri Aug 10 16:55:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/redhat-release Red Hat Enterprise Linux Atomic Host release 7.5 ISCSI works well. # oc get pods -n pxdtd NAME READY STATUS RESTARTS AGE iscsi-pxdtd 1/1 Running 0 16m # oc exec -it iscsi-pxdtd -n pxdtd bash bash-4.2$ ls /mnt/iscsi/ hello iscsi_testfile lost+found bash-4.2$ touch /mnt/iscsi/wehe bash-4.2$ ls /mnt/iscsi/ hello iscsi_testfile lost+found wehe bash-4.2$ exit 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/RHBA-2019:0786 |