HPE XP and NEC V: Host group name is not correct

Bug #2012515 reported by Atsushi Kawai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Unassigned

Bug Description

Host group[1] name formats, which is managed by cinder driver, for each storage models must be:
``HBSD-xxx`` for Hitachi storage(``xxx`` is WWPN of target host on FC, or IP address of target host)
``HPEXP-xxx`` for HPE-XP storage
``NEC-xxx`` for NEC V storage , but the format `HBSD-xxx` is used for OEM storage models because a bug in the merged patch https://review.opendev.org/c/openstack/cinder/+/866526 overwrites the prefix for Hitachi storage.

It should be fixed to use original prefixes.

[1] ``Host group``(or ``iSCSI target``), which is one of Hitachi and OEM storage parameter, is a group of multiple server hosts connecting to same storage port.

Following site would be help to know what host group is:
https://knowledge.hitachivantara.com/Documents/Management_Software/SVOS/9.1.x/Volume_Management_-_VSP_G130%2C_G%2F%2FF350%2C_G%2F%2FF370%2C_G%2F%2FF700%2C_G%2F%2FF900/Provisioning/11_About_LUN_Manager%2C_logical_units_(LUs)%2C_and_host_groups

Changed in cinder:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/879830
Committed: https://opendev.org/openstack/cinder/commit/61e7d1f83c0ca6bd821da0d8f398e4154868cdd7
Submitter: "Zuul (22348)"
Branch: master

commit 61e7d1f83c0ca6bd821da0d8f398e4154868cdd7
Author: Atsushi Kawai <email address hidden>
Date: Fri Apr 7 10:35:04 2023 +0900

    HPE XP and NEC V: Host group name is not correct

    Host group[1] name formats, which is managed by cinder driver,
    for each storage models must be:
    ``HBSD-xxx`` for Hitachi storage(``xxx`` is WWPN of target host on FC,
    or IP address of target host)
    ``HPEXP-xxx`` for HPE-XP storage
    ``NEC-xxx`` for NEC V storage , but the format `HBSD-xxx` is used for
    OEM storage models because a bug in the merged patch
    https://review.opendev.org/c/openstack/cinder/+/866526 overwrites the
    prefix for Hitachi storage.

    It should be fixed to use original prefixes.

    [1] ``Host group``(or ``iSCSI target``), which is one of Hitachi and
    OEM storage parameter,
    is a group of multiple server hosts connecting to same storage port.

    Following site would be help to know what host group is:
    https://knowledge.hitachivantara.com/Documents/Management_Software/SVOS/9.1.x/Volume_Management_-_VSP_G130%2C_G%2F%2FF350%2C_G%2F%2FF370%2C_G%2F%2FF700%2C_G%2F%2FF900/Provisioning/11_About_LUN_Manager%2C_logical_units_(LUs)%2C_and_host_groups

    Closes-Bug: #2012515
    Change-Id: I1c9677112caa0808dff17cbde2db6afbe25a2129

Changed in cinder:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 24.0.0.0rc1

This issue was fixed in the openstack/cinder 24.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/2023.2)

Fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/cinder/+/926729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/2023.1)

Fix proposed to branch: stable/2023.1
Review: https://review.opendev.org/c/openstack/cinder/+/926736

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/2023.2)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/926729
Committed: https://opendev.org/openstack/cinder/commit/e8e24a26185c648fb4156ceb59f278a0a4460f0b
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit e8e24a26185c648fb4156ceb59f278a0a4460f0b
Author: Atsushi Kawai <email address hidden>
Date: Fri Apr 7 10:35:04 2023 +0900

    HPE XP and NEC V: Host group name is not correct

    Host group[1] name formats, which is managed by cinder driver,
    for each storage models must be:
    ``HBSD-xxx`` for Hitachi storage(``xxx`` is WWPN of target host on FC,
    or IP address of target host)
    ``HPEXP-xxx`` for HPE-XP storage
    ``NEC-xxx`` for NEC V storage , but the format `HBSD-xxx` is used for
    OEM storage models because a bug in the merged patch
    https://review.opendev.org/c/openstack/cinder/+/866526 overwrites the
    prefix for Hitachi storage.

    It should be fixed to use original prefixes.

    [1] ``Host group``(or ``iSCSI target``), which is one of Hitachi and
    OEM storage parameter,
    is a group of multiple server hosts connecting to same storage port.

    Following site would be help to know what host group is:
    https://knowledge.hitachivantara.com/Documents/Management_Software/SVOS/9.1.x/Volume_Management_-_VSP_G130%2C_G%2F%2FF350%2C_G%2F%2FF370%2C_G%2F%2FF700%2C_G%2F%2FF900/Provisioning/11_About_LUN_Manager%2C_logical_units_(LUs)%2C_and_host_groups

    Closes-Bug: #2012515
    Change-Id: I1c9677112caa0808dff17cbde2db6afbe25a2129
    (cherry picked from commit 61e7d1f83c0ca6bd821da0d8f398e4154868cdd7)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/926736
Committed: https://opendev.org/openstack/cinder/commit/b977f12b76905f3bd2a0bf41626f41ae208379ea
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit b977f12b76905f3bd2a0bf41626f41ae208379ea
Author: Atsushi Kawai <email address hidden>
Date: Fri Apr 7 10:35:04 2023 +0900

    HPE XP and NEC V: Host group name is not correct

    Host group[1] name formats, which is managed by cinder driver,
    for each storage models must be:
    ``HBSD-xxx`` for Hitachi storage(``xxx`` is WWPN of target host on FC,
    or IP address of target host)
    ``HPEXP-xxx`` for HPE-XP storage
    ``NEC-xxx`` for NEC V storage , but the format `HBSD-xxx` is used for
    OEM storage models because a bug in the merged patch
    https://review.opendev.org/c/openstack/cinder/+/866526 overwrites the
    prefix for Hitachi storage.

    It should be fixed to use original prefixes.

    [1] ``Host group``(or ``iSCSI target``), which is one of Hitachi and
    OEM storage parameter,
    is a group of multiple server hosts connecting to same storage port.

    Following site would be help to know what host group is:
    https://knowledge.hitachivantara.com/Documents/Management_Software/SVOS/9.1.x/Volume_Management_-_VSP_G130%2C_G%2F%2FF350%2C_G%2F%2FF370%2C_G%2F%2FF700%2C_G%2F%2FF900/Provisioning/11_About_LUN_Manager%2C_logical_units_(LUs)%2C_and_host_groups

    Closes-Bug: #2012515
    Change-Id: I1c9677112caa0808dff17cbde2db6afbe25a2129
    (cherry picked from commit 61e7d1f83c0ca6bd821da0d8f398e4154868cdd7)
    (cherry picked from commit e8e24a26185c648fb4156ceb59f278a0a4460f0b)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 23.3.0

This issue was fixed in the openstack/cinder 23.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 22.3.0

This issue was fixed in the openstack/cinder 22.3.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.