forked from pool/multipath-tools
Accepting request 229720 from home:hreinecke:branches:Base:System
- Install multipath rule under 56-multipath.rules (bnc#873151) - Implement option '-u' for uevents (bnc#873151) - Remove trailing linefeed from sysfs attributes - Make checker_put() and prio_put() idempotent - Implement 'list path' CLI command - Disable reassign maps per default - Allow for NULL path when printing information - Fixup wwid blacklist printing - Use SCSI_IDENT_.* as the default property whitelist (bnc#872929) - Do not call 'blkid' in kpartx.rules - Allow empty wwids during discovery (bnc#872712) - Always set verbosity to '0' when checking devices (bnc#867840) - Fixup multipath rules for booting (bnc#870764) - Fixup dependencies in multipathd.service (bnc#872712) - Do not print empty device strings during discovery (bnc#872712) - Use multipath wwid if path wwid is empty (bnc#872712) - Set the correct PID when running in debug mode - Fixup ordering cycle with systemd (bnc#863218) OBS-URL: https://build.opensuse.org/request/show/229720 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=60
This commit is contained in:
parent
9f0bb81bc3
commit
97af7c8922
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dabb37590314fbec02dcc94b99be68a991004686b98da1379325c527e144e374
|
oid sha256:0ce8681e4124a3ffe20e043d268e357370cb369365c5fb79bf8054db2a0f722f
|
||||||
size 21106
|
size 24756
|
||||||
|
@ -1,7 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 12:23:29 CEST 2014 - hare@suse.de
|
||||||
|
|
||||||
|
- Install multipath rule under 56-multipath.rules (bnc#873151)
|
||||||
|
- Implement option '-u' for uevents (bnc#873151)
|
||||||
|
- Remove trailing linefeed from sysfs attributes
|
||||||
|
- Make checker_put() and prio_put() idempotent
|
||||||
|
- Implement 'list path' CLI command
|
||||||
|
- Disable reassign maps per default
|
||||||
|
- Allow for NULL path when printing information
|
||||||
|
- Fixup wwid blacklist printing
|
||||||
|
- Use SCSI_IDENT_.* as the default property whitelist (bnc#872929)
|
||||||
|
- Do not call 'blkid' in kpartx.rules
|
||||||
|
- Allow empty wwids during discovery (bnc#872712)
|
||||||
|
- Always set verbosity to '0' when checking devices (bnc#867840)
|
||||||
|
- Fixup multipath rules for booting (bnc#870764)
|
||||||
|
- Fixup dependencies in multipathd.service (bnc#872712)
|
||||||
|
- Do not print empty device strings during discovery (bnc#872712)
|
||||||
|
- Use multipath wwid if path wwid is empty (bnc#872712)
|
||||||
|
- Set the correct PID when running in debug mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:28:10 CET 2014 - hare@suse.de
|
Fri Mar 21 12:28:10 CET 2014 - hare@suse.de
|
||||||
|
|
||||||
- Fixup ordering cycle with systemd (bnc#862773)
|
- Fixup ordering cycle with systemd (bnc#863218)
|
||||||
- Rebase git repository to match with upstream
|
- Rebase git repository to match with upstream
|
||||||
- Revert 'display uevent sequence number'; not required anymore
|
- Revert 'display uevent sequence number'; not required anymore
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ fi
|
|||||||
%doc AUTHOR COPYING README ChangeLog
|
%doc AUTHOR COPYING README ChangeLog
|
||||||
%doc multipath.conf*
|
%doc multipath.conf*
|
||||||
%{_udevrulesdir}/11-dm-mpath.rules
|
%{_udevrulesdir}/11-dm-mpath.rules
|
||||||
%{_udevrulesdir}/40-multipath.rules
|
%{_udevrulesdir}/56-multipath.rules
|
||||||
/%{_lib}/libmultipath.so.0
|
/%{_lib}/libmultipath.so.0
|
||||||
/%{_lib}/libmpathpersist.so.0
|
/%{_lib}/libmpathpersist.so.0
|
||||||
/%{_lib}/multipath
|
/%{_lib}/multipath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user