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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: multipath-tools
Section: admin
Priority: optional
Maintainer: Debian DM Multipath Team <team+linux-blocks@tracker.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>,
Ritesh Raj Sarraf <rrs@debian.org>,
Chris Hofstaedtler <zeha@debian.org>
Build-Depends: debhelper-compat (= 13),
libaio-dev,
libdevmapper-dev,
libedit-dev,
libjson-c-dev,
libsystemd-dev,
libudev-dev,
liburcu-dev,
pkg-config,
systemd
Vcs-Git: https://salsa.debian.org/linux-blocks-team/multipath-tools.git
Vcs-Browser: https://salsa.debian.org/linux-blocks-team/multipath-tools
Standards-Version: 3.9.8
Homepage: http://christophe.varoqui.free.fr/
Rules-Requires-Root: no
Package: multipath-tools
Architecture: linux-any
Depends: kpartx (>= ${binary:Version}),
libaio1,
lsb-base,
sg3-utils-udev,
udev,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
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: linux-any
Depends: dmsetup,
udev,
${misc:Depends},
${shlibs:Depends}
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, but is useful on any
device-mapper using system.
Package: multipath-tools-boot
Architecture: all
Depends: initramfs-tools | linux-initramfs-tool,
lsb-base,
multipath-tools (<< ${source:Version}.1~),
multipath-tools (>= ${source:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
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
Package-Type: udeb
Architecture: linux-any
Depends: kpartx-udeb,
multipath-modules,
${misc:Depends},
${shlibs:Depends}
Section: debian-installer
Description: maintain multipath block device access - udeb package
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.
Package: kpartx-udeb
Package-Type: udeb
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Section: debian-installer
Description: create device mappings for partitions - udeb package
This is a udeb, or a microdeb, for the debian-installer.
.
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.
|