Displaying 10 results from an estimated 10 matches for "user_friendly_names".
2015 Apr 14
1
HBA enumeration and multipath configuration
...uration of this host we have had varying
combinations of the mapping of HBA to an enumerated /sys node. e.g.:
host0
host2
host3
or
host1
host3
host4
other combinations, etc.
This messes up our multipath filtering for weightedpath priority settings. From /etc/multipath.conf:
defaults {
user_friendly_names no
find_multipaths yes
prio weightedpath
prio_args "hbtl 0:.:.:.* 1 [1-9]:.:.:.* 10"
path_grouping_policy group_by_prio
path_selector "service-time 0"
failback immediate
polling_interval 5
no_path_retry 12
}
The se...
2012 Dec 18
0
dm-multipath do not autoscan partition table
...or accessing these disks I use dm-multipath, since I use 2 separate
networks for access. For these reasons I want host system to force not
to scan dm-multipath disks for partitions. According to multipath.conf
man there should be feature to do it
defaults {
find_multipaths yes
user_friendly_names no
# features "1 no_partitions"
}
However when I try this error:
Dec 8 21:45:40 vnode4 kernel: device-mapper: table: 253:41: multipath:
Unrecognised multipath feature request
Dec 8 21:45:40 vnode4 kernel: device-mapper: table: 253:41: multipath:
Unrecognised multipath feature...
2013 Oct 08
0
CentOS 6.4: Warning! Received an indication that the LUN assignments on this target have changed. The Linux SCSI layer does not automatically remap LUN assignments.
...evice-mapper-multipath-0.4.9-64.el6_4.2.x86_64
device-mapper-multipath-libs-0.4.9-64.el6_4.2.x86_64
device-mapper-persistent-data-0.1.4-1.el6.x86_64
~> sudo cat /etc/multipath.conf
multipaths {
multipath {
wwid <redacted>
alias <redacted>
}
}
defaults {
find_multipaths yes
user_friendly_names yes
}
~> sudo multipath -ll
<redacted> (<redacted>) dm-1 HP,P2000G3 FC/iSCSI
size=1.3T features='1 queue_if_no_path' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=130 status=active
| |- 2:0:0:12 sdd 8:48 active ready running
| `- 1:0:0:12 sdb 8:16 acti...
2010 Jun 09
1
Multipath pools - practical for use?
Hi all,
Writing up some Fedora documentation, and looking to figure out the best
way of mapping multipath network(!) LUNs to pools in libvirt.
ie Infiniband SRP LUNs, but would probably apply to Fibre Channel
equally as well.
There are two approaches I can think of easily:
a) Large LUNs (ie TB+) that are mapped to a host server as disk, with
each LUN being configured as an LVM
2008 Mar 04
0
Device-mapper-multipath not working correctly with GNBD devices
...Port : 14567
State : Open Connected Clear
Readonly : No
Sectors : 41941688
#
After, I have configured the device-mapper multipath by commenting the
"blacklist" section in /etc/multipath.conf and adding this "defaults"
section:
defaults {
user_friendly_names yes
polling_interval 5
#path_grouping_policy failover
path_grouping_policy multibus
rr_min_io 1
failback immediate
#failback manual
no_path_retry fail
#no_path_retry queue
}
Now I have the mpath device configured correctly...
2015 Mar 05
1
Cannot remount drive after lost iSCSI connection
The most recent message is:
[3108269.919256] sd 2:0:1:0: timing out command, waited 1080s
[3108269.919528] sd 2:0:1:0: [sdb] Unhandled error code
[3108269.919535] sd 2:0:1:0: [sdb] Result: hostbyte=DID_OK
driverbyte=DRIVER_OK
[3108269.919540] sd 2:0:1:0: [sdb] CDB: Read(10): 28 00 00 01 21 47 00 00
08 00
[3108269.919586] EXT4-fs error (device sdb1): ext4_find_entry: reading
directory #2 offset 0
2008 Jun 25
6
dm-multipath use
Are folks in the Centos community succesfully using device-mapper-multipath?
I am looking to deploy it for error handling on our iSCSI setup but there
seems to be little traffic about this package on the Centos forums, as far
as I can tell, and there seems to be a number of small issues based on my
reading the dm-multipath developer lists and related resources.
-geoff
Geoff Galitz
Blankenheim
2009 Sep 27
0
SUMMARY : multipath using defaults rather than multipath.conf contents for some devices (?) - why ?
The reason for the behaviour observed below turned out to be that the
device entry in /etc/multipath.conf was inadvertently appended *after* the devices
section , rather than inside it - so that we had
#devices {
# device {
# blah blah
# } (file has a bunch of defaults commented out)
# etc
#}
#
#
device {
our settings
}
*rather than*
2008 Apr 05
0
BUG(?): multipathd confusion leads to kernel panic in Xen 3.2.1-rc2
Hi all. While playing with iSCSI Enterprise Target + multipathd on CentOS
5.1 (both the target and the initiator/multipath/xen box are Cent 5.1), I
encountered a strange fault condition that leads to a kernel panic in a
version of Xen 3.2.1-rc2 pulled from a couple of days ago. My lab consists
of two Clovertown machines with dual GigE into separate switches. The
target box is softraid5
2009 Sep 17
1
multipath using defaults rather than multipath.conf contents for some devices (?) - why ?
hi all
We have a rh linux server connected to two HP SAN controllers, one an HSV200 (on the way out),
the other an HSV400 (on the way in). (Via a Qlogic HBA).
/etc/multipath.conf contains this :
device
{
vendor "(COMPAQ|HP)"
product "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"