forked from pool/multipath-tools
Marcus Meissner
8538b4dfd0
- Rework patch 'move filter_devnode under vector lock' (bsc#982348) - multipathd: Fixup definition of set_unlocked_handler_callback() - mpathcmd.h: Update Free Software Foundation address - Do not install header file with mode 755 - Update to latest upstream version 0.6.1 * Merge suse-specific patches * Drop multipath.conf.* files * Update to version 0.6.1 * multipathd: move 'filter_devnode' under vector lock * libmultipath: use poll() in uevent_listen() * Increase kpartx retries * Merge Dell MD3XXX hardware table entries * multipathd: Add 'sysfs' prioritizer (bsc#927040) * libmultipath: call get_vpd_uid() if no uid_attribute is set * multipathd: update defaults - Update to latest upstream version 0.6.0 (FATE#319406) * Update documentation * Fix memory leak and segfault in reconfigure * Add wwn keyword to weightedpath prioritizer * Use 64-bit int for command key * check partions unused before removing * print 'fail' when remove fails * add exclusive_pref_bi for alua prioritizer * kpartx: verify parition devices * multipathd: delay reloads during creation OBS-URL: https://build.opensuse.org/request/show/399973 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=93
15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">multipath-tools</param>
|
|
<param name="version">0.6.1</param>
|
|
<param name="revision">sles12-sp2</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*multipath-tools*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|