Accepting request 716725 from network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/716725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=77
This commit is contained in:
commit
50f1945649
6
_service
6
_service
@ -7,10 +7,10 @@
|
||||
To update to a new release, change "revision" to the desired
|
||||
git commit hash and bump "version" if necessary
|
||||
|
||||
<param name="version">9.0.18-1</param>
|
||||
<param name="version">9.0.19-1</param>
|
||||
-->
|
||||
<param name="versionformat">9.0.18+git.%h</param>
|
||||
<param name="revision">08cff482579f0dbbc0aed76b65d9b1a1870d2292</param>
|
||||
<param name="versionformat">9.0.19+git.%h</param>
|
||||
<param name="revision">6f5fa5d348a99e5eeb09d83c49853d72e614fd07</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:530631b92b2f07be5e81bbcc5d9d6c5f528db56ff2540a3a4372b6c7d4a48152
|
||||
size 331095
|
3
drbd-9.0.19+git.6f5fa5d3.tar.bz2
Normal file
3
drbd-9.0.19+git.6f5fa5d3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83a6e0f8ec301b6067f3dc6d408e6627baddc6c3a215aa47a33ba63768fc69fb
|
||||
size 333165
|
19
drbd.changes
19
drbd.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 03:06:11 UTC 2019 - nwang@suse.com
|
||||
|
||||
- Update to 9.0.19-1
|
||||
* check on CAP_SYS_ADMIN instead of CAP_NET_ADMIN for certain operations
|
||||
* fix detection of unstable resync
|
||||
* fix possible stuck resync when resync started from an other secondary
|
||||
and later continued from a primary
|
||||
* fix NULL dereference with disk-timeout enabled; was introduced in 9.0.9
|
||||
* retry connect when own current UUID changes during UUID exchange
|
||||
* fix quorum tie-breaker diskless logic for settings other than "majority"
|
||||
* disable quorum tie-breaker for 0 voters
|
||||
* fix dax_direct_access() error return check
|
||||
* fix resync stuck at near completion; bug was intorduces with 9.0.17
|
||||
* unblock IO when on-quorum-lost policy is changed (suspend -> io-error)
|
||||
* introduce allow-remote-read configuration option; set it to "no" for
|
||||
DR links you only want to write, but never read
|
||||
* only complain about UUID changes during initial handshake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 05:52:07 UTC 2019 - nwang@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: drbd
|
||||
Version: 9.0.18+git.08cff482
|
||||
Version: 9.0.19+git.6f5fa5d3
|
||||
Release: 0
|
||||
Summary: DRBD driver for Linux
|
||||
License: GPL-2.0+
|
||||
|
@ -1 +1 @@
|
||||
GIT-hash: 08cff482579f0dbbc0aed76b65d9b1a1870d2292
|
||||
GIT-hash: 6f5fa5d348a99e5eeb09d83c49853d72e614fd07
|
||||
|
Loading…
Reference in New Issue
Block a user