Imported Upstream version 0.8.3
[platform/upstream/multipath-tools.git] / README
1         multipath-tools for Linux <http://christophe.varoqui.free.fr/>
2
3
4 This package provides the following binaries to drive the Device Mapper
5 multipathing driver:
6
7 multipath - Device mapper target autoconfig.
8 multipathd - Multipath daemon.
9 mpathpersist - Manages SCSI persistent reservations on dm multipath devices.
10 kpartx - Create device maps from partition tables.
11
12
13 Releases
14 ========
15 Tarballs are not generated anymore, to get a specific release do:
16 git clone https://git.opensvc.com/multipath-tools/.git
17 cd multipath-tools
18 git tag
19 git archive --format=tar.gz --prefix=multipath-tools-X.Y.Z/ X.Y.Z > ../multipath-tools-X.Y.Z.tar.gz
20
21 Alternatively it may be obtained from gitweb, go to:
22 https://git.opensvc.com/?p=multipath-tools/.git;a=tags
23 select a release-tag and then click on "snapshot". Or get it with
24 wget "https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;sf=tgz;h=refs/tags/X.Y.Z" -O multipath-tools-X.Y.Z.tar.gz
25
26
27 Source code
28 ===========
29 To get latest devel code: git clone https://git.opensvc.com/multipath-tools/.git
30 Gitweb: https://git.opensvc.com/?p=multipath-tools/.git
31
32
33 Add storage devices
34 ===================
35 Follow the instructions in the libmultipath/hwtable.c header.
36
37
38 Mailing list (subscribers-only)
39 ============
40 To subscribe and archives: https://www.redhat.com/mailman/listinfo/dm-devel
41 Searchable: https://marc.info/?l=dm-devel
42
43
44 Changelog
45 =========
46 pre-0.4.5: https://web.archive.org/web/20070309224034/http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=ChangeLog
47 post-0.4.5: https://git.opensvc.com/?p=multipath-tools/.git;a=log
48
49
50 Maintainer
51 ==========
52 Christophe Varoqui <christophe.varoqui@opensvc.com>
53 Device-mapper development mailing list <dm-devel@redhat.com>
54
55 Licence
56 =======
57 The multipath-tools source code is covered by several different
58 licences. Refer to the individual source files for details.
59 Source files which do not specify a licence are shipped under
60 LGPL-2.0 (see LICENSES/LGPL-2.0).