[multipathd]
authorroot <root@xa-s05.(none)>
Mon, 16 May 2005 13:08:19 +0000 (15:08 +0200)
committerroot <root@xa-s05.(none)>
Mon, 16 May 2005 13:08:19 +0000 (15:08 +0200)
commitd9f6f22ca7e6ab359a384791fc075db78a4ad0d9
treee5bb12309df918f41b63a339fdc936f77241d332
parentdc297f10a83c938952c3cb2528816e9fd31b17b6
[multipathd]

Jumbo patch :

o get rid of the last multipath configurator call
o introduce the native path group switching logic.
  For now only two behaviours :
  o FAILBACK_MANUAL
  o FAILBACK_IMMEDIATE
o get rid of path group ids unused bits
o paths and multipaths full scan is only done once now.
  Moved one step earlier, in child(). Lists housekeeping done
  through uevents (well, the mpvec part is yet to come)
libmultipath/Makefile
libmultipath/devmapper.c
libmultipath/dmparser.c
libmultipath/structs.c
libmultipath/structs.h
libmultipath/switchgroup.c [new file with mode: 0644]
libmultipath/switchgroup.h [new file with mode: 0644]
multipath/main.c
multipathd/Makefile
multipathd/log_pthread.c
multipathd/main.c