1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: multipath-tools
Section: admin
Priority: extra
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 5.0.45), po-debconf, libdevmapper-dev (>= 2:1.02.20), libreadline-dev, quilt (>= 0.40), libaio-dev
XS-Vcs-Git: git://git.debian.org/git/pkg-lvm/multipath-tools.git
XS-Vcs-Browser: http://git.debian.org/?p=pkg-lvm/multipath-tools.git
Standards-Version: 3.8.4
Package: multipath-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>= 0.124), initscripts (>= 2.85-16),
kpartx (>= ${binary:Version}), lsb-base (>= 3), libaio1 (>= 0.3.106-8)
Conflicts: multipath-tools-initramfs (<= 1.0.1),
multipath-tools-boot (<= 0.4.8+git0.761c66f-2~)
Suggests: multipath-tools-boot
Description: maintain multipath block device access
These tools are in charge of maintaining the disk multipath device maps and
react to path and map events.
.
If you install this package you may have to change the way you address block
devices. See README.Debian for details.
Package: kpartx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>> 0.086), dmsetup (>= 2:1.02.24)
Replaces: multipath-tools (<< 0.4.7-3)
Description: create device mappings for partitions
Kpartx can be used to set up device mappings for the partitions of any
partitioned block device. It is part of the Linux multipath-tools.
Package: multipath-tools-boot
Architecture: all
Depends: ${misc:Depends}, initramfs-tools,
multipath-tools (>= ${source:Version}), multipath-tools (<< ${source:Version}.1~)
Replaces: multipath-tools-initramfs (<< 1.0.1+nmu1)
Conflicts: multipath-tools-initramfs (<< 1.0.1+nmu1)
Description: Support booting from multipath devices
This package contains the necessary support for booting from a multipath
device:
.
* copy over multipath.conf and persistent bindings if necessary
* load the necessary kernel modules
* detect multipath block devices
.
Don't install this package if you're not booting from a multipath device.
Package: multipath-udeb
XC-Package-Type: udeb
Architecture: any
Depends: ${shlibs:Depends}, multipath-modules
Section: debian-installer
Description: maintain multipath block device access
This is a udeb, or a microdeb, for the debian-installer.
.
These tools are in charge of maintaining the disk multipath device maps and
react to path and map events.
|