CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@xxxxxxxxxxxxxx 2011-07-20 21:24:52 Modified files: libmultipath : discovery.c Log message: Fix for BZ# 703501. Change to cciss sysfs handling. Not applicable upstream Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/discovery.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.32.2.20&r2=1.32.2.21 --- multipath-tools/libmultipath/discovery.c 2011/04/05 18:41:45 1.32.2.20 +++ multipath-tools/libmultipath/discovery.c 2011/07/20 21:24:52 1.32.2.21 @@ -817,8 +817,7 @@ return 1; } - if(safe_sprintf(dev_path, "%s/device/cciss%u/c%ud%u", curpath->dev, - controller, controller, lun)) { + if(safe_sprintf(dev_path, "%s/device", curpath->dev)) { condlog(0, "dev_path too small"); return 1; } -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel