Skip to content

Nova barclamp lists all the paths to the same LUN even though MultiPath at the OS level is configured #1628

Open
@hrushig

Description

Baremetal hardware has been configured to have a dedicated LUN from HP EVA 8400 using multipath. When applying Nova proposal, just below the volume settings, I see 8 disks sdb to sdi with identical sector size. There are 8 multiple paths to this LUN. Before applying Nova proposal, following steps were done to support multiple path and setup a physical raw device to be configured as Nova-volume:

  1. After OS installation, install multipath-tools
    apt-get install multipath-tools
  2. Run the following to get WWID for the dedicated LUN
    /lib/udev/scsi_id -g -u -d /dev/sdb
  3. Copy the template multipath.conf file to /etc folder:
    cp -ip /usr/share/doc/multipath-tools/examples/multipath.conf.synthetic /etc/multipath.conf
  4. Edit the /etc/multipath.conf file to replace the following:

defaults {
user_friendly_names yes

multipaths {
multipath (
wwid <derived from step 4.>
alias

  1. Reboot the machine
  2. Validate if shows up in the folder /dev/mapper

Please point if I missed any specific step.

Regards~hrushi

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions