[all] User friendly names patch
authorChristophe Varoqui <root@xa-s05.(none)>
Tue, 25 Oct 2005 13:22:12 +0000 (15:22 +0200)
committerChristophe Varoqui <root@xa-s05.(none)>
Tue, 25 Oct 2005 13:22:12 +0000 (15:22 +0200)
commit1b0040b431f102e05f817468f5f5c775a6ece4db
treea5d9550cd36efe812a115fe726574ef31e6c9023
parent2985d5ca6ec46ea6f15dc675ae625fa15d356404
[all] User friendly names patch

This is a patch to add the option of more user friendly names for the
multipath maps, in the form of mpath<n>.  It adds a configuration option
"user_friendly_names". If set, it will cause multipath to check a bindings
file for the names. The bindings file (/var/lib/multipath/bindings) has
alias to wwid mappings. If multipath finds its wwid in the file, it uses
the associated alias. If not, it creates a new alias, and adds the binding
to the bindings file. If the config option is not set, multipath defaults
to it's regular behavior. Specific aliases in /etc/multipath.conf override
this behavior.

Benjamin Marzinski, Redhat
libmultipath/Makefile
libmultipath/config.h
libmultipath/devmapper.h
libmultipath/dict.c
libmultipath/propsel.c
libmultipath/uxsock.h
multipath.conf.annotated
multipath.conf.synthetic
multipath/main.c
multipathd/main.c