Revisions of multipath-tools
Martin Wilck (mwilck)
accepted
request 950712
from
Martin Wilck (mwilck)
(revision 270)
- Version 0.8.8+45+suse.628d603e * fix handling of historical-service-time path selector (bsc#1195425) * fix marking multipath devices as failed prematurely on startup (bsc#1195426) * multipathd.service: remove LimitCORE=infinity directive This should only be enabled for debugging. * multipathd.service: don't load scsi_dh modules (bsc#1195397) This is done via modules-load.d functionality on (open)SUSE - Upstream fixes: * Fix claiming of paths with "find_multipaths strict" * Avoid unnecessary read-only reloads
Martin Wilck (mwilck)
committed
(revision 269)
Trying to resolve link conflict - Version 0.8.8+13+suse.79c3556f * code-wise identical to 0.8.8+38+suse.2bdd3a14 (previous version number was too high by mistake)
Martin Wilck (mwilck)
committed
(revision 268)
- Version 0.8.8+13+suse.79c3556f * code-wise identical to 0.8.8+38+suse.2bdd3a14 (previous version number was too high by mistake)
Martin Wilck (mwilck)
committed
(revision 267)
- Update to 0.8.8+38+suse.2bdd3a14.obscpio * upstream version bump. Code-wise identical to 0.8.7+138+suse.7c9afe31 ------------------------------------------------------------------
Martin Wilck (mwilck)
committed
(revision 266)
Fixed wrong revision in _service file
Martin Wilck (mwilck)
committed
(revision 265)
* Since 0.8.6, libmultipath and libmpathpersist have got proper ABI versioning, and rpmbuild auto-generates dependencies on libmultipath.so.0(LIBMULTIPATH_13.0.0) etc.
Martin Wilck (mwilck)
committed
(revision 264)
- Drop versioned dependency on libmpath0 again (bsc#1190622) * Since 0.8.6, multipathd uses proper ABI versioning, and rpmbuild generates dependencies on libmultipath.so.0(LIBMULTIPATH_13.0.0) etc.
Martin Wilck (mwilck)
committed
(revision 263)
Removed duplicate .obscpio file
Martin Wilck (mwilck)
accepted
request 935253
from
Martin Wilck (mwilck)
(revision 262)
- Update to version 0.8.7+138+suse.7c9afe31: New upstream version (pre-0.8.8) * deprecate "config_dir" and "multipath_dir" config options (will be removed in future version) * remove dependency on systemd-udevd-settle.service (boo#1193336) * fix crash in remove_map (boo#1193334) * CLI: add path wildcard "%I" for init state * CLI: add "reconfigure all" command * allow multiple pending "reconfigure" commands (bsc#1189551) * speed up "reconfigure" by avoiding unnecessary map reloads (bsc#1189551) * rework of CLI command handler (unix socket handler) to avoid hanging CLI commands (bsc#1189551) * fix multipathd startup after stop during reconfigure (boo#1193338) * improve error detection and warning messages in config file parser * fix exit status of multipath -T (bsc#1191900) * fix defects reported by coverity (boo#1193342) - avoid sleeping with locks held - exit if bindings file is broken - set umask before mkstemp - add bounds and consistency checks in SCSI VPD parsing code * add hardware table entry for DellEMC/ME4 (PowerVault ME4)
Martin Wilck (mwilck)
committed
(revision 261)
- Add a versioned dependency of multipath-tools on libmpath0 (bsc#1190622)
Martin Wilck (mwilck)
accepted
request 918046
from
Martin Wilck (mwilck)
(revision 260)
- Update to version 0.8.7+14+suse.5a09bfa1: * Fix possible string overflows (bsc#1188148) - Upstream fixes / changes * better string handling * multipath: print warning if multipathd isn't running * mpathpersist: better error msg when no usable paths exist * fixes from 0.8.6+32+suse.f11c192 merged upstream
Martin Wilck (mwilck)
committed
(revision 259)
- Spec file: remove compatibility code for SLE <= SLE15-SP2
Martin Wilck (mwilck)
committed
(revision 258)
- Update to version 0.8.6+32+suse.f11c192: * libmultipath:fix compilation with glibc 2.34 (bsc#1189099) * libmultipath: avoid buffer size warning with systemd 240+ (bsc#1189176) * libmultipath: use uint64_t for sg_id.lun (bsc#1187534) - Upstream bug fixes: * multipath-tools: make HUAWEI/XSG1 config work with alua and multibus * multipath-tools: add info about HPE Alletra 6000 and 9000 * multipathd: cli_getprkey(): fix return value and "aptpl" support * multipathd: don't rescan_path on wwid change in uev_update_path * kpartx: Don't leak memory when getblock returns NULL * multipath: free vectors in configure * multipathd: fix ev_remove_path return code handling * multipathd: remove duplicate orphan_paths in flush_map * multipathd: don't fail to remove path once the map is removed * multipathd: fix compilation issue with liburcu < 0.8
buildservice-autocommit
accepted
request 898496
from
Martin Wilck (mwilck)
(revision 257)
baserev update by copy to link target
Martin Wilck (mwilck)
accepted
request 898310
from
Ludwig Nussel (lnussel)
(revision 256)
- install to /usr (boo#1029961)
buildservice-autocommit
accepted
request 894440
from
Martin Wilck (mwilck)
(revision 255)
baserev update by copy to link target
Martin Wilck (mwilck)
committed
(revision 254)
(bsc#1184260)
Martin Wilck (mwilck)
accepted
request 894131
from
Martin Wilck (mwilck)
(revision 253)
- Update to version 0.8.6+10+suse.47711374: * Github workflows: add CI for SUSE-specific branches - Disabled LTO for multipath-tools * The test for is_valid_path fails if LTO is enabled, just disabling it for %check is insufficient. - Update to version 0.8.6+9+suse.6c05a61: Update to upstream 0.8.6. * add eh_deadline option to avoid endless SCSI error handling * add wwid_recheck option to detect storage configuration changes * add library versioning for libmultipath, libmpathpersist etc. and to libmultipath plugins * move some global symbols to libmultipath (udev, logsink, etc) and provide default implementations for get_multipath_config() etc. This allows simplifiying libmpathpersist_example.c drastically. * fixes for shutdown issues and various race conditions on exit * improve cleanup on exit, fix memory leaks * add libmpathvalid library * fixes for SAS expanders (bsc#1178377, bsc#1178379, bsc#1177081) * Avoid access to root FS while queueing IO (bsc#1178049, bsc#1181234) * lots of bug fixes, additions to built-in hardware table, and CI improvements (bsc#1186212) * kpartx: free loop device after listing partitions (boo#1107187) Bug fixes on top of 0.8.5 mentioned below are also included in this upstream version. (bsc#1182072, bsc#1177371) (bsc#1181435, bsc#1183666)
buildservice-autocommit
accepted
request 882546
from
Martin Wilck (mwilck)
(revision 252)
baserev update by copy to link target
Martin Wilck (mwilck)
committed
(revision 251)
- Update to version 0.8.5+30+suse.633836e: * multipathd: give up "add missing path" after multiple failures (bsc#1183963)
Displaying revisions 81 - 100 of 350