Not sure where this should go so cross posting:
CentOS 5.6 with kernel 2.6.37.6 and device-mapper-multipath-0.4.7-42.el5_6.2.
When I run multipath -v9 -d I get:
sdg: not found in pathvec
sdg: mask = 0x1f
Segmentation fault
If I strace the command I see:
stat("/sys/block/sdg/device", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
write(1, "sdg: not found in pathvec\n", 26sdg: not found in pathvec
) = 26
write(1, "sdg: mask = 0x1f\n", 17sdg: mask = 0x1f
) = 17
readlink("/sys/block/sdg/device", "../../../6:0:0:16"..., 256) = 17
lstat("/6:0:0:16", 0x7fff04d304c0) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
If I strace multipath -ll I see:
lstat("/sys/block/sdf", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat("/sys/block/sdf", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/sys/block/sdf",
"../devices/platform/host6/session2/target6:0:0/6:0:0:9/block/sdf"..., 256) =
64
lstat("/sys/block/sdg", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat("/sys/block/sdg", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/sys/block/sdg",
"../devices/platform/host6/session2/target6:0:0/6:0:0:16/block/sdg"..., 256) =
65
lstat("/sys/block/sdh", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat("/sys/block/sdh", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/sys/block/sdh",
"../devices/platform/host6/session2/target6:0:0/6:0:0:17/block/sdh"..., 256) =
65
lstat("/sys/block/sr0", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
lstat("/sys/block/sr0", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
readlink("/sys/block/sr0",
"../devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5:1.0/host4/target4:0:0/4:0:0:0/block/sr0"...,
256) = 87
stat("/sys/block/sdg/device", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
readlink("/sys/block/sdg/device", "../../../6:0:0:16"..., 256) = 17
lstat("/6:0:0:16", 0x7ffff7243660) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
All those devices are presented from a Nexenta Z200. Am using the latest stable
release of the Open-iSCSI tools (2.0-872).
Any ideas what is wrong please ?
--
Thanks, Phil
--
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/open-iscsi?hl=en.