Tools to Manage Multipathed Devices with the device-mapper
This package provides the tools to manage multipathed devices by
instructing the device-mapper multipath module what to do. The tools
are:
- multipath: scans the system for multipathed devices, assembles
them, and updates the device-mapper's maps
- multipathd: waits for maps events then execs multipath
- devmap-name: provides a meaningful device name to udev for devmaps
- kpartx: maps linear devmaps to device partitions, which makes
multipath maps partionable
- Sources inherited from project SUSE:SLE-15-SP7:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/multipath-tools && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000689 689 Bytes | |
_servicedata | 0000000245 245 Bytes | |
dm-parts.conf | 0000000147 147 Bytes | |
dont-del-part-nodes.rules | 0000000572 572 Bytes | |
libmpathpersist-example.c | 0000000681 681 Bytes | |
modprobe_d-scsi_dh.conf | 0000000545 545 Bytes | |
multipath-dracut.conf | 0000000162 162 Bytes | |
multipath-tools-0.10.0+103+suse.0fc97cd.obscpio | 0002966028 2.83 MB | |
multipath-tools.changes | 0000145995 143 KB | |
multipath-tools.obsinfo | 0000000122 122 Bytes | |
multipath-tools.spec | 0000010103 9.87 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
- Update to 0.10.0+103+suse.0fc97cd - Update to upstream 0.10.0 (see also NEWS.md) * The `multipathd show daemon` command now shows `(reconfigure pending)` if a reconfiguration has been triggered but not finished yet. * Refactored the path checker loop. Paths are now checked for each multipath map in turn * Renamed public functions, variables, and macros to comply with the glibc policy for reserved names (gh#opensvc/multipath-tools#91) * Fixed bug that caused queueing to be always disabled if flushing a map failed (bug introduced in 0.9.8). (bsc#1229898) * Fixed failure to remove maps even with `deferred_remove` (bug introduced in 0.9.9). (bsc#1229898) * Fixed old mpathpersist bug leading to the error message "configured reservation key doesn't match: 0x0" when `reservation_key` was configured in the multipaths section of `multipath.conf`. (bsc#1228926, gh#opensvc/multipath-tools#92) * Fixed output of `multipath -t` and `multipath -T` for the options `force_sync` and `retrigger_tries`. (bsc#1229898, gh#opensvc/multipath-tools#88) * Fixed adding maps by WWID in CLI (command `add map $WWID`). (bsc#1229898) - Update to version 0.9.9+161+suse.0c835ef: * Update to upstream reviewed code path (787e00d) * Added hardware defaults for Huawei storage arrays and XSG1 vendors * Refactored and improved the libultipath / libdevmapper interface * Fixed bug that caused queueing to be always disabled if flushing a map failed (bug introduced in 0.9.8). (bsc#1229898) * Fixed failure to remove maps even with `deferred_remove` (bug introduced in 0.9.9). (bsc#1229898) * CI improvements * Documentation fixes
Comments 0