Comment 1 for bug 1976553

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/844300
Committed: https://opendev.org/starlingx/config/commit/c0eb3fefea0e480a2fd6655a9912341e28fac0d6
Submitter: "Zuul (22348)"
Branch: master

commit c0eb3fefea0e480a2fd6655a9912341e28fac0d6
Author: Felipe Sanches Zanoni <email address hidden>
Date: Wed Jun 1 09:56:27 2022 -0400

    Properly handle multipath disks in the inventory

    Command host-disk-list is listing mpath partitions and
    disks that are part of multipath group.
    It was filtering by udev required field ID_PART_ENTRY_NUMBER,
    but udev is not always giving correct information for mpath devices.
    This fix is necessary to workaround the unexpected behavior.

    Udev issue will be tracked in bug 1976553.

    Related-Bug: #1976553
    Story: 2010046
    Task: 45518

    Test Plan:
    PASS: Standard + Storage, with Ceph, 4 osd (CentOS with multipath)

    Signed-off-by: Felipe Sanches Zanoni <email address hidden>
    Signed-off-by: Jackie Huang <email address hidden>
    Change-Id: I18e6fd44d9d5c79a13ac44ddf3a3d40972c93315