platform/upstream/multipath-tools.git
19 years ago[kpartx]
root [Thu, 12 May 2005 16:49:36 +0000 (18:49 +0200)]
[kpartx]
Try another approach at fixing the dev_t definition glitch with glibc headers

19 years ago[multipathd]
root [Thu, 12 May 2005 09:23:36 +0000 (11:23 +0200)]
[multipathd]
Refresh devmap list and initiate DM event waiter threads housekeeping upon device map add/remove uevent.

19 years ago[multipathd]
root [Mon, 9 May 2005 14:11:40 +0000 (16:11 +0200)]
[multipathd]
Remove unsupported getopt() flags, mistakenly inherited from multipath

19 years ago[multipathd]
root [Mon, 9 May 2005 14:10:05 +0000 (16:10 +0200)]
[multipathd]
Use load_config() in the daemon too.

19 years ago[libmultipath]
root [Mon, 9 May 2005 14:01:38 +0000 (16:01 +0200)]
[libmultipath]
In load_config(), don't bother allocating a new struct config if already allocated. Don't override a previously set conf->verbosity (by getopt for example)

19 years ago[libmultipath]
root [Mon, 9 May 2005 13:57:18 +0000 (15:57 +0200)]
[libmultipath]
Remove a signal remnent in struct config and load_config()

19 years ago[multipathd]
root [Thu, 5 May 2005 22:07:16 +0000 (00:07 +0200)]
[multipathd]
Logging code in multipathd cause unaligned access
which, on ia64, yields logs on both console and syslog like:
unaligned access to 0x60000000000141d1, ip=0x4000000000009d81

It's harmless except for the slight performance effect.
However, it's annoying for users and better to fix.

Attached patch aligns the la->tail to pointer size.

Jun'ichi Nomura, NEC

19 years ago[multipath]
root [Wed, 4 May 2005 15:46:28 +0000 (17:46 +0200)]
[multipath]
0:0:0:0 is a valid host/bus/target/lun tuple, so don't print that for disappeared paths that are kept in the map in case they come back up.
print_path now prints #:#:#:# instead.

19 years ago[multipathd]
root [Wed, 4 May 2005 15:29:04 +0000 (17:29 +0200)]
[multipathd]
path_discovery() and store_pathinfo() need the "|DI_WWID" flag for set_path_owner to work().
This should fix the problem with proactive path failing not working.

19 years ago[multipathd]
root [Wed, 4 May 2005 11:03:19 +0000 (13:03 +0200)]
[multipathd]
path_discovery() should at least fetch DI_SYSFS to set the dev_t for checkers
Also removed unused sysfs_path param in path_discovery_locked() prototype

19 years ago[multipath]
root [Wed, 4 May 2005 10:47:08 +0000 (12:47 +0200)]
[multipath]
'-l' flag now displays only info provided by sysfs and DM
'-ll' flag displays what '-l' used to display
Man page updated accordingly

19 years ago[multipath]
root [Wed, 4 May 2005 08:38:42 +0000 (10:38 +0200)]
[multipath]
Update version string to 0.4.5

19 years ago[multipath][multipathd]
Christophe Varoqui [Tue, 3 May 2005 21:45:17 +0000 (14:45 -0700)]
[multipath][multipathd]
Remove remnents of the '-S' flag handling.
Benjamin Marzinski, RedHat

19 years ago[multipathd]
Christophe Varoqui [Tue, 3 May 2005 21:18:55 +0000 (14:18 -0700)]
[multipathd]
Apply blacklist to uevents too.
Indeed, we don't want too add a checker on /dev/dm-0 when this devmap comes up.

19 years ago[multipathd]
Christophe Varoqui [Mon, 2 May 2005 21:19:48 +0000 (14:19 -0700)]
[multipathd]
Log only once the failure messages in loops.
Should close https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156641

19 years ago[multipathd]
Christophe Varoqui [Mon, 2 May 2005 21:05:34 +0000 (14:05 -0700)]
[multipathd]
Definitely kill the "initial map reconfigure" at daemon startup.
The daemon shouldn't do surprising things like that.

19 years ago[libmultipath]
Christophe Varoqui [Mon, 2 May 2005 20:55:57 +0000 (13:55 -0700)]
[libmultipath]
Clariion arrays need the "queue_if_no_path" feature for the system to survive a firmware rolling upgrade. Set it by default in hwtable.c
Suggested by Edward Goggin, EMC

19 years ago[multipath]
Christophe Varoqui [Sun, 1 May 2005 23:17:46 +0000 (16:17 -0700)]
[multipath]
Check for root privilege before running.
Avoids failing on first DM ioctl.

19 years ago[build]
Christophe Varoqui [Sun, 1 May 2005 22:10:03 +0000 (15:10 -0700)]
[build]
Don't include ".git" in recursive make

19 years agoInitial git import.
Christophe Varoqui [Sun, 1 May 2005 22:05:22 +0000 (15:05 -0700)]
Initial git import.
Release 0.4.5-pre2