Accepting request 532108 from home:wanghaisu:branches:network:ha-clustering:Factory

bsc#1061981, update to 9.0.9

OBS-URL: https://build.opensuse.org/request/show/532108
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=54
This commit is contained in:
nick wang
2017-10-06 07:59:30 +00:00
committed by Git OBS Bridge
parent 984d8f8306
commit 760895e2d0
7 changed files with 32 additions and 34 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Oct 6 07:48:08 UTC 2017 - nwang@suse.com
- bsc#1061981, update to 9.0.9
* fix occasionally forgotten resyncs in installations where
diskless primaries are present.
* fix an issue that causes unexpected split-brain upon connect.
* in a cluster with a diskless primary, when a server goes away,
and is not outdated, outdate it upon reconnect.
* fix update of exposed data UUID on diskless primaries.
* fix a possible OOPS when in a debug message regarding bitmap
locking
* fix discard bigger than 1MiB
* fix left over bits in bitmap on SyncSource after resync
* fix peers becoming unexpectedly displayed as D_OUTDATED at the
end of a resync
* fix a race between auto promote and auto demote of multiple volumes
in a single resource
* Speed up down of many resources by using call_rcu() instead
of synchronize_rcu()
* Make it compatible with the soon to be released 4.13 kernel
- Modify reproducible.patch since part of the patch is merged
-------------------------------------------------------------------
Wed Jul 19 05:01:10 UTC 2017 - bwiedemann@suse.com