Accepting request 629363 from network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/629363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=69
This commit is contained in:
commit
68a5ac4522
6
_service
6
_service
@ -7,10 +7,10 @@
|
|||||||
To update to a new release, change "revision" to the desired
|
To update to a new release, change "revision" to the desired
|
||||||
git commit hash and bump "version" if necessary
|
git commit hash and bump "version" if necessary
|
||||||
|
|
||||||
<param name="version">9.0.14</param>
|
<param name="version">9.0.15-1</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">9.0.14+git.%h</param>
|
<param name="versionformat">9.0.15+git.%h</param>
|
||||||
<param name="revision">62f906cf44ef02a30ce0c148fec223b40c51c533</param>
|
<param name="revision">c46d27900f471ea0f5ba587592439a9ddde1d08b</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c788f99784ef051137929e33e05b15123471dcf48aa2e2c46aef8cbad5b2ffb
|
|
||||||
size 317653
|
|
3
drbd-9.0.15+git.c46d2790.tar.bz2
Normal file
3
drbd-9.0.15+git.c46d2790.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75820bf5d61b805171a5dce919adf06de5bf8cd27971dfcf579677b46cc0d651
|
||||||
|
size 318576
|
21
drbd.changes
21
drbd.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 23 02:32:47 UTC 2018 - nwang@suse.com
|
||||||
|
|
||||||
|
- Update to 9.0.15-1
|
||||||
|
* fix tracking of changes (on a secondary) against the lost disk of a
|
||||||
|
primary and also fix re-attaching in case the disk is replaced
|
||||||
|
* fix live migrate of VMs on DRBD when migrated to/from diskless nodes
|
||||||
|
* fix an IO deadlock in DRBD when the activity log on a secondary runs
|
||||||
|
full
|
||||||
|
* fix hanging demote after IO error followed by attaching the disk
|
||||||
|
again and the corresponding resync
|
||||||
|
* fix DRBD dopping connection after an IO error on the secondary node
|
||||||
|
* improve details when online changing devices from diskless to with
|
||||||
|
disk and vice versa. (Including peers freeing bitmap slots)
|
||||||
|
* new module parameter to disable support for older protocol versions
|
||||||
|
* improve details when online changing devices from diskless to with disk
|
||||||
|
* remove no longer relevant compat tests
|
||||||
|
* expose openers via debugfs
|
||||||
|
* optimize IO submit code path
|
||||||
|
* compat for v4.18 kernel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 3 01:04:29 UTC 2018 - nwang@suse.com
|
Thu May 3 01:04:29 UTC 2018 - nwang@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: drbd
|
Name: drbd
|
||||||
Version: 9.0.14+git.62f906cf
|
Version: 9.0.15+git.c46d2790
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DRBD driver for Linux
|
Summary: DRBD driver for Linux
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
@ -1 +1 @@
|
|||||||
GIT-hash: 62f906cf44ef02a30ce0c148fec223b40c51c533
|
GIT-hash: c46d27900f471ea0f5ba587592439a9ddde1d08b
|
||||||
|
Loading…
Reference in New Issue
Block a user