Jump to content
Updated Privacy Statement

Stuart Rickards

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Stuart Rickards

  1. Hopefully someone can help with this issue.

     

    I am trying to configure a shared iscsi storage repository in xenserver 7.1, however when i try via the cli i get 

    the target device is a fujitsu eternus DX60 s3 which is on the HCL

     

    SR_BACKEND_FAILURE_1

    Error reporting error, unknown key DMP failed to activate mapper path,

     

    i get the same error via xen center.

     

    multipath -ll gives

     

    mpatha (3600000e00d290000002908f600000000) dm-1 FUJITSU ,ETERNUS_DXL     

    size=18T features='1 queue_if_no_path' hwhandler='0' wp=rw

    `-+- policy='round-robin 0' prio=5 status=active

      |- 75:0:0:0 sdb 8:16 active ready running

      |- 79:0:0:0 sdc 8:32 active ready running

      |- 81:0:0:0 sde 8:64 active ready running

      `- 80:0:0:0 sdd 8:48 active ready running

     

     

    my multipath.conf file is as below

     

    # This configuration file is used to overwrite the built-in configuration of

    # multipathd.

    # For information on the syntax refer to `man multipath.conf` and the examples

    # in `/usr/share/doc/device-mapper-multipath-*/`.

    # To check the currently running multipath configuration see the output of

    # `multipathd -k"show conf"`.

    defaults {

    user_friendly_names     yes

    queue_without_daemon    no

    #find_multipaths yes

    }

    blacklist {

    devnode "^nvme.*"

    }

    # Leave this section in place even if empty

    blacklist_exceptions {

    }

    devices {

    device {

    vendor "FUJITSU"

    product "ETERNUS_DXL"

    prio alua

    path_grouping_policy    group_by_prio

    path_selector "round-robin 0"

    failback immediate

    no_path_retry 10

    path_checker tur

    dev_loss_tmo 2097151

    fast_io_fail_tmo 1

    }

    }

×
×
  • Create New...