Accepting request 243670 from home:hreinecke:branches:Base:System

- Skip unhandled device types (bnc#881125)
- use 'uid_attribute' per default when generating WWID (bnc#881125)
- Use a default dev_loss_tmo of 600 (bnc#889927)
- Fixup device-mapper 'cookie' handling (bnc#886743)
- Remove last argument from verify_paths()
- Add paths with a size of '0' as 'ghost' paths
- Remove sysfs_get_dev()
- Use glibc 'major' and 'minor' macros
- Whitespace cleanup in mpath_persist

OBS-URL: https://build.opensuse.org/request/show/243670
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=76
This commit is contained in:
Robert Milasan 2014-08-08 12:56:52 +00:00 committed by Git OBS Bridge
parent c0444dd550
commit 60419b1fc6
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bded5f0acc074c0c94a53d7485ffc6cdb147525f0b8f32692295212fbd0353b
size 45854
oid sha256:a3a8e3fe77e71910c9c7a446556fbce08692d17689173461c873674ce56e62a7
size 50268

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 5 12:34:04 CEST 2014 - hare@suse.de
- Skip unhandled device types (bnc#881125)
- use 'uid_attribute' per default when generating WWID (bnc#881125)
- Use a default dev_loss_tmo of 600 (bnc#889927)
- Fixup device-mapper 'cookie' handling (bnc#886743)
- Remove last argument from verify_paths()
- Add paths with a size of '0' as 'ghost' paths
- Remove sysfs_get_dev()
- Use glibc 'major' and 'minor' macros
- Whitespace cleanup in mpath_persist
-------------------------------------------------------------------
Mon Jul 28 10:18:43 CEST 2014 - hare@suse.de