SHA256
1
0
forked from pool/drbd

Accepting request 603346 from network:ha-clustering:Unstable

Update to 9.0.14-1

OBS-URL: https://build.opensuse.org/request/show/603346
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=70
This commit is contained in:
nick wang
2018-05-03 05:55:03 +00:00
committed by Git OBS Bridge
parent 2dedcb784d
commit 2da0b071cc
6 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu May 3 01:04:29 UTC 2018 - nwang@suse.com
- Update to 9.0.14-1
* fix regression in 9.0.13: call after-split-brain-recovery
handlers no auto-recovery strategies (not even the default:
disconnect) would be applied, nodes would stay connected
and all nodes would try to become the source of the resync.
* fix spurious temporary promotion failure: if after Primary
loss failover happened too quickly, transparently retry internally.
* fixup recently introduced P_ZEROES to actually work as intended
* fix online-verify to account for skipped blocks; otherwise,
it won't notice that it has finished, apparently being stuck
near "100% done"
* expose more resync and online-verify statistics and details
* improve accounting of "in-flight" data and resync requests
* allow taking down an already useless minor device during "down",
even if it is (temporarily) opened by for example udev scanning
* fix for a node staying "only" Consistent and not returning
to UpToDate in certain scenarios when fencing is enabled
* fix data generation UUID propagate during resync
* compat for upstream kernels up to v4.17
-------------------------------------------------------------------
Sun Apr 8 02:00:53 UTC 2018 - nwang@suse.com