Bug 1309819
Summary: | iscsi initiatorname is identical for all overcloud nodes | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Scott Lewis <sclewis> |
Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
Status: | CLOSED ERRATA | QA Contact: | Dan Yasny <dyasny> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.0 (Kilo) | CC: | athomas, augol, chorn, derekh, dmacpher, dyasny, eharney, hbrock, jcoufal, jslagle, kbasil, mburns, mkrcmari, mtessun, nlevinki, ohochman, rhel-osp-director-maint, sgordon, skinjo, yeylon |
Target Milestone: | async | Keywords: | TestOnly, ZStream |
Target Release: | 7.0 (Kilo) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1244328 | Environment: | |
Last Closed: | 2016-03-09 20:02:33 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: | 1244328 | ||
Bug Blocks: | 1290377, 1304415 |
Comment 3
Omri Hochman
2016-02-21 09:39:18 UTC
(In reply to Omri Hochman from comment #3) > switch to dyasny to farther investigate : > > it looks to me the same : > > [stack@instack ~]$ for i in `nova list|grep ctlplane|cut -d"=" -f2 |cut -d' > ' -f1`; do echo $i; ssh heat-admin@$i cat /etc/iscsi/initiatorname.iscsi; > done > 192.0.2.15 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 > 192.0.2.20 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 > 192.0.2.21 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 > 192.0.2.16 > InitiatorName=iqn.1994-05.com.redhat:d8a911a745d > 192.0.2.18 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 > 192.0.2.17 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 > 192.0.2.19 > InitiatorName=iqn.1994-05.com.redhat:c8f55a4ec1c9 Omri, which of these are compute nodes, and what version are you running? If there has been an update, then from which to which version? Deployed 7.2GA with two computes Upgraded to 7.3 [stack@instack ~]$ for i in 7 8 9; do ssh heat-admin.2.$i cat /etc/iscsi/initiatorname.iscsi; done InitiatorName=iqn.1994-05.com.redhat:40f37cae9c56 InitiatorName=iqn.1994-05.com.redhat:77798cce3293 InitiatorName=iqn.1994-05.com.redhat:81101b60aa4 Setting to VERIFIED 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://rhn.redhat.com/errata/RHBA-2016-0424.html closed, no need for needinfo. |