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

- Fixup race condition with udev (bnc#883878)
- Cleanup foreground operation handling in multipathd
- Fix some minor issues in path reordering code (bnc#870465)
- Patches from upstream:
  * Use existing user friendly names if possible
  * kpartx: fix extended partition size for >512b sectors
  * Mismatch between allocation length and transfer length in
    rdac prio
  * Mismatch between allocation length and transfer length in
    emc_clariion prio.

OBS-URL: https://build.opensuse.org/request/show/238460
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=67
This commit is contained in:
Robert Milasan 2014-06-26 06:52:27 +00:00 committed by Git OBS Bridge
parent 392b40e760
commit c059c44410
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91851cc679e9ed16d77b873ecde90ffc8aa71035f92821ad8b01432950917694
size 27676
oid sha256:4eca31a4258dcbbe2bf8c9a917b669615eccac3b626cbdbad0180139d42d674f
size 29970

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 24 09:45:57 CEST 2014 - hare@suse.de
- Fixup race condition with udev (bnc#883878)
- Cleanup foreground operation handling in multipathd
- Fix some minor issues in path reordering code (bnc#870465)
- Patches from upstream:
* Use existing user friendly names if possible
* kpartx: fix extended partition size for >512b sectors
* Mismatch between allocation length and transfer length in
rdac prio
* Mismatch between allocation length and transfer length in
emc_clariion prio.
-------------------------------------------------------------------
Fri Jun 13 10:51:48 CEST 2014 - hare@suse.de