r302 - in multipath-tools/trunk: . debian libmultipath
Bastian Blank
waldi at costa.debian.org
Wed Mar 29 10:12:19 UTC 2006
Author: waldi
Date: Wed Mar 29 10:12:17 2006
New Revision: 302
Modified:
multipath-tools/trunk/debian/NEWS
multipath-tools/trunk/debian/changelog
multipath-tools/trunk/debian/control
multipath-tools/trunk/libmultipath/defaults.h
multipath-tools/trunk/libmultipath/hwtable.c
multipath-tools/trunk/multipath.conf.annotated
multipath-tools/trunk/multipath.conf.synthetic
Log:
* debian/NEWS, debian/changelog: Update.
* debian/control: Depend against newer udev.
* libmultipath/defaults.h, libmultipath/hwtable.c,
multipath.conf.annotated, multipath.conf.synthetic:
Update path of scsi_id.
Closes: 358985
Modified: multipath-tools/trunk/debian/NEWS
==============================================================================
--- multipath-tools/trunk/debian/NEWS (original)
+++ multipath-tools/trunk/debian/NEWS Wed Mar 29 10:12:17 2006
@@ -1,11 +1,19 @@
+multipath-tools (0.4.7-2) unstable; urgency=low
+
+ The default config now uses /lib/udev/scsi_id instead of /sbin/scsi_id.
+ If you have a /etc/multipath.conf you need to update the paths
+ by hand.
+
+ -- Bastian Blank <waldi at debian.org> Wed, 29 Mar 2006 12:08:32 +0200
+
multipath-tools (0.4.5-1) unstable; urgency=low
- * This version removes creation of devices via udev in /dev. All
- device-mapper devices are created by libdevmapper in /dev/mapper.
+ This version removes creation of devices via udev in /dev. All
+ device-mapper devices are created by libdevmapper in /dev/mapper.
- To readd the creation of devices in /dev, add the following line to
- the udev rules (e.g. /etc/udev/rules.d/multipath.rules):
- KERNEL=="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c", OPTIONS+="last_rule"
+ To readd the creation of devices in /dev, add the following line to
+ the udev rules (e.g. /etc/udev/rules.d/multipath.rules):
+ KERNEL=="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c", OPTIONS+="last_rule"
-- Bastian Blank <waldi at debian.org> Mon, 19 Sep 2005 15:03:31 +0200
Modified: multipath-tools/trunk/debian/changelog
==============================================================================
--- multipath-tools/trunk/debian/changelog (original)
+++ multipath-tools/trunk/debian/changelog Wed Mar 29 10:12:17 2006
@@ -1,3 +1,9 @@
+multipath-tools (0.4.7-2) UNRELEASED; urgency=low
+
+ * Use /lib/udev/scsi_id. (closes: #358985)
+
+ -- Bastian Blank <waldi at debian.org> Wed, 29 Mar 2006 12:09:43 +0200
+
multipath-tools (0.4.7-1) unstable; urgency=low
* New upstream version.
Modified: multipath-tools/trunk/debian/control
==============================================================================
--- multipath-tools/trunk/debian/control (original)
+++ multipath-tools/trunk/debian/control Wed Mar 29 10:12:17 2006
@@ -8,7 +8,7 @@
Package: multipath-tools
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>> 0.070), initscripts (>= 2.85-16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>> 0.086), initscripts (>= 2.85-16)
Description: Command-line utilities for administering multipath disk access
These tools are in charge of maintaining the disk multipath device maps and
react to path and map events.
Modified: multipath-tools/trunk/libmultipath/defaults.h
==============================================================================
--- multipath-tools/trunk/libmultipath/defaults.h (original)
+++ multipath-tools/trunk/libmultipath/defaults.h Wed Mar 29 10:12:17 2006
@@ -1,4 +1,4 @@
-#define DEFAULT_GETUID "/sbin/scsi_id -g -u -s /block/%n"
+#define DEFAULT_GETUID "/lib/udev/scsi_id -g -u -s /block/%n"
#define DEFAULT_UDEVDIR "/dev"
#define DEFAULT_SELECTOR "round-robin 0"
#define DEFAULT_FEATURES "0"
Modified: multipath-tools/trunk/libmultipath/hwtable.c
==============================================================================
--- multipath-tools/trunk/libmultipath/hwtable.c (original)
+++ multipath-tools/trunk/libmultipath/hwtable.c Wed Mar 29 10:12:17 2006
@@ -128,7 +128,7 @@
{
.vendor = "EMC",
.product = "SYMMETRIX",
- .getuid = "/sbin/scsi_id -g -u -ppre-spc3-83 -s /block/%n",
+ .getuid = "/lib/udev/scsi_id -g -u -ppre-spc3-83 -s /block/%n",
.getprio = NULL,
.features = DEFAULT_FEATURES,
.hwhandler = DEFAULT_HWHANDLER,
Modified: multipath-tools/trunk/multipath.conf.annotated
==============================================================================
--- multipath-tools/trunk/multipath.conf.annotated (original)
+++ multipath-tools/trunk/multipath.conf.annotated Wed Mar 29 10:12:17 2006
@@ -47,9 +47,9 @@
# # scope : multipath
# # desc : the default program and args to callout to obtain a unique
# # path identifier. Absolute path required
-# # default : /sbin/scsi_id -g -u -s
+# # default : /lib/udev/scsi_id -g -u -s
# #
-# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
+# getuid_callout "/lib/udev/scsi_id -g -u -s /block/%n"
#
# #
# # name : prio_callout
@@ -275,9 +275,9 @@
# # scope : multipath
# # desc : the program and args to callout to obtain a unique
# # path identifier. Absolute path required
-# # default : /sbin/scsi_id -g -u -s
+# # default : /lib/udev/scsi_id -g -u -s
# #
-# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
+# getuid_callout "/lib/udev/scsi_id -g -u -s /block/%n"
#
# #
# # name : prio_callout
Modified: multipath-tools/trunk/multipath.conf.synthetic
==============================================================================
--- multipath-tools/trunk/multipath.conf.synthetic (original)
+++ multipath-tools/trunk/multipath.conf.synthetic Wed Mar 29 10:12:17 2006
@@ -7,7 +7,7 @@
# polling_interval 10
# selector "round-robin 0"
# path_grouping_policy multibus
-# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
+# getuid_callout "/lib/udev/scsi_id -g -u -s /block/%n"
# prio_callout /bin/true
# path_checker readsector0
# rr_min_io 100
@@ -48,7 +48,7 @@
# vendor "COMPAQ "
# product "HSV110 (C)COMPAQ"
# path_grouping_policy multibus
-# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
+# getuid_callout "/lib/udev/scsi_id -g -u -s /block/%n"
# path_checker readsector0
# path_selector "round-robin 0"
# hardware_handler "0"
More information about the pkg-lvm-commits
mailing list