SHA256
1
0
forked from pool/drbd

Accepting request 597913 from network:ha-clustering:Unstable

Update to 9.0.13.

OBS-URL: https://build.opensuse.org/request/show/597913
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=67
This commit is contained in:
nick wang
2018-04-19 01:17:35 +00:00
committed by Git OBS Bridge
parent d6faf29d73
commit 201d6f194e
7 changed files with 35 additions and 392 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Apr 8 02:00:53 UTC 2018 - nwang@suse.com
- Update to 9.0.13-1
* abort a resync if a resync source becomes weakly and the sync
targetis a neighbor of the primary
* fix UUID handling with multiple diskless nodes
* When a data-set gets into contact with an all diskless cluster,
make sure to either set it to "Consistent" or reject the attach
* correctly handle when a node that was marked as intentional
diskless should get a disk
* fix outdating of weakly connected nodes
* made returning from Ahead to SyncSource more reliable
* fix a hard to trigger deadlock in the receiver
* fix online resize in the presence of two or more diskless nodes
* fix online add of volumes to diskless nodes when it already has
established connections
* Set the SO_KEEPALIVE socket option on data sockets
* automatically solve a specific split brain when quorum is enabled
* Compat: Added support for kernels up to v4.15.x
* new wire packet P_ZEROES a cousin of P_DISCARD, following the
kernel as it introduced separated BIO ops for writing zeros
and discarding
* compat workaround for two RHEL 7.5 idiosyncrasies regarding
refcount_t and struct nla_policy
- Remove patch support-timer-setup.patch. Upstream fix 74b1cbb274
-------------------------------------------------------------------
Sun Feb 11 06:39:19 UTC 2018 - nwang@suse.com