Bug 1565295
Summary: | introspection should report /dev/disk/by-path name of block devices (OSP 10) | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Sean Merrow <smerrow> |
Component: | openstack-ironic-python-agent | Assignee: | Ilya Etingof <ietingof> |
Status: | CLOSED ERRATA | QA Contact: | bjacot |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 10.0 (Newton) | CC: | amcleod, bengland, bfournie, ietingof, jefbrown, johfulto, jtaleric, mburns, mkovacik, mlammon, racedoro, rhel-osp-director-maint, rsussman, sclewis, slinaber, srevivo, twilkins, vinayak.ram |
Target Milestone: | z9 | Keywords: | Triaged, ZStream |
Target Release: | 10.0 (Newton) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | PerfScale | ||
Fixed In Version: | openstack-ironic-python-agent-1.5.2-4.el7ost python-ironic-lib-2.1.3-2.el7ost | Doc Type: | Enhancement |
Doc Text: |
With this update, bare metal node introspection reports both the /dev/XXX block device name and the /dev/disk/by-path/XXX name. Unlike the /dev/XXX name, the /dev/disk/by-path/XXX name does not change at system reboot and may be the same across similarly configured hardware. This update improves reliability of deployments by using /dev/disk/by-path/XXX information in the cloud configuration.
|
Story Points: | --- |
Clone Of: | 1445451 | Environment: | |
Last Closed: | 2018-09-17 16:59:20 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: | 1445451 | ||
Bug Blocks: | 1335593, 1368482, 1475550 |
Comment 2
Sean Merrow
2018-04-09 19:49:29 UTC
I have tested this backport on OSP10 - seems to work: $ openstack baremetal introspection start controller-0 $ openstack baremetal introspection data save controller-0 | python -m json.tool ... "disks": [ { "by_path": "/dev/disk/by-path/pci-0000:00:08.0", "model": "", "name": "/dev/vda", "rotational": true, "serial": null, "size": 32212254720, "vendor": "0x1af4", "wwn": null, "wwn_vendor_extension": null, "wwn_with_extension": null } ], ... installed latest OSP10 $ cat /etc/yum.repos.d/latest-installed 10 -p 2018-08-04.1 Verfied Gerrit changes were commited. Ran openstack baremetal intorspection data save $UUID | jq '.inventory.disks' verified output shows the /dev/disk/ in the output. Please reopen if issue is still present. openstack baremetal introspection data save 9683dcc9-7f9f-45d6-81df-07270b525292 | jq '.inventory.disks' [ { "size": 32212254720, "serial": null, "rotational": true, "vendor": "0x1af4", "name": "/dev/vda", "wwn_vendor_extension": null, "wwn_with_extension": null, "by_path": "/dev/disk/by-path/pci-0000:00:08.0", "model": "", "wwn": null } ] Hi there, If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to -. Thanks, Alex 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-2018:2671 |