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

- Revert to ACT_RELOAD in domap() if the map exists
- multipathd: asynchronous configuration (bnc#891189)
- multipathd: timeout CLI commands when waiting for lock
  (bnc#891189)
- Remove dm_udev_XXX wrapper functions
- uxlsnr: use typedef for trigger function
- multipathd: lock cli client list
- multipathd: Use standard lists for CLI handling

- Use strlen() when checking for valid wwid
- kpartx: zero out cookie (bnc#890902)
- multipathd: Check for empty wwid when processing events
  (bnc#892214)

- Fixup device-mapper cookie handling yet again (bnc#890902)
- Allow zero-sized devices during configuration
- multipathd: issue warning on CLI command timeout (bnc#891189)

- Do not remove paths without uevent (bnc#890998)

- Fixup structure misalignment in config.h (bnc#890747)
- Do not print empty multipaths section
- Fixup 'uxsock_timeout' handling
- Reload map if reinstate failed (bnc#890854)

- Close memory leak in print_multipath_topology
- Implement 'uxsock_timeout' keyword (bnc#890551)
- Return error when receiving CLI packet (bnc#890551)
- multipath: do not print state 'orphan' for option '-l' (bnc#890551)
- Fix race conditions during uevent processing (bnc#890994)

OBS-URL: https://build.opensuse.org/request/show/245558
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=78
This commit is contained in:
Marcus Meissner 2014-08-21 13:30:30 +00:00 committed by Git OBS Bridge
parent 60419b1fc6
commit feed7c395c
2 changed files with 51 additions and 2 deletions

View File

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

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Thu Aug 21 12:16:53 CEST 2014 - hare@suse.de
- Revert to ACT_RELOAD in domap() if the map exists
- multipathd: asynchronous configuration (bnc#891189)
- multipathd: timeout CLI commands when waiting for lock
(bnc#891189)
- Remove dm_udev_XXX wrapper functions
- uxlsnr: use typedef for trigger function
- multipathd: lock cli client list
- multipathd: Use standard lists for CLI handling
-------------------------------------------------------------------
Tue Aug 19 12:33:19 CEST 2014 - hare@suse.de
- Use strlen() when checking for valid wwid
- kpartx: zero out cookie (bnc#890902)
- multipathd: Check for empty wwid when processing events
(bnc#892214)
-------------------------------------------------------------------
Mon Aug 18 16:24:05 CEST 2014 - hare@suse.de
- Fixup device-mapper cookie handling yet again (bnc#890902)
- Allow zero-sized devices during configuration
- multipathd: issue warning on CLI command timeout (bnc#891189)
-------------------------------------------------------------------
Wed Aug 13 20:04:34 CEST 2014 - hare@suse.de
- Do not remove paths without uevent (bnc#890998)
-------------------------------------------------------------------
Tue Aug 12 10:47:21 CEST 2014 - hare@suse.de
- Fixup structure misalignment in config.h (bnc#890747)
- Do not print empty multipaths section
- Fixup 'uxsock_timeout' handling
- Reload map if reinstate failed (bnc#890854)
-------------------------------------------------------------------
Mon Aug 11 17:03:25 CEST 2014 - hare@suse.de
- Close memory leak in print_multipath_topology
- Implement 'uxsock_timeout' keyword (bnc#890551)
- Return error when receiving CLI packet (bnc#890551)
- multipath: do not print state 'orphan' for option '-l' (bnc#890551)
- Fix race conditions during uevent processing (bnc#890994)
-------------------------------------------------------------------
Tue Aug 5 12:34:04 CEST 2014 - hare@suse.de