Accepting request 691395 from network:ha-clustering:Unstable

Update to 9.0.17-1.

OBS-URL: https://build.opensuse.org/request/show/691395
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=84
This commit is contained in:
nick wang
2019-04-04 07:09:30 +00:00
committed by Git OBS Bridge
parent 2120f01a81
commit db253bee42
8 changed files with 88 additions and 15 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Mar 22 02:10:17 UTC 2019 - nwang@suse.com
- Upgrade to 9.0.17-1
* Fix UUID handling of a diskless primary that has not peer with
usable data may not touch the current UUID
* Fix resync-after dependencies; cross-resource dependencies
and missing resources
* Fix resync when the sync source suddenly connects to a more recent
data set via an other connection and becomes sync target on that
other connection; pause first resync; fix wrong display of negative
resync progress percentage in this case
* Fix volume numbers between 32767 and 65534
* Fix the data integrity implementation; it was broken since drbd-9.0
and reported only false positives
* Fix for a corner-case when a promote action happens concurrently with
a reconciliation resync
* Improve resync code to be able to fully utilize fast storage
backend devices and fast networks with resync traffic; as a side
effect the settling time of the resync controller got shorter in
for most cases
* Show in the user-visible message who the opener is if if demote/down
fails doe to someone holding a drbd device open
* docker file for a "load drbd module container" and allow to disable
user-mode-helpers, which is necessary for this container
- Add patch fix-make-error.patch for build error of make against TW.
-------------------------------------------------------------------
Thu Jan 10 02:16:03 UTC 2019 - nwang@suse.com