Accepting request 835377 from home:wanghaisu:branches:network:ha-clustering:Factory
bsc#1175257, Update to 9.0.25~rc1 OBS-URL: https://build.opensuse.org/request/show/835377 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd?expand=0&rev=115
This commit is contained in:
parent
29fb152658
commit
856d411622
4
_service
4
_service
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
This will download branch first instead of tag.
|
This will download branch first instead of tag.
|
||||||
<param name="revision">drbd-9.0</param>
|
<param name="revision">drbd-9.0</param>
|
||||||
<param name="version">9.0.24~1</param>
|
<param name="version">9.0.25~0</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">9.0.24~1+git.%h</param>
|
<param name="versionformat">9.0.25~0+git.%h</param>
|
||||||
<param name="revision">drbd-9.0</param>
|
<param name="revision">drbd-9.0</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56e28dc14bf917c105fe506a58cd0c06ef7d84245373f690804b036dec4aa18e
|
|
||||||
size 358888
|
|
3
drbd-9.0.25~0+git.bd41626d.tar.bz2
Normal file
3
drbd-9.0.25~0+git.bd41626d.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2caec13ee4d3936ebf296a8d52c17197a6c90c4504e6c2c066a844f630ef355
|
||||||
|
size 355097
|
20
drbd.changes
20
drbd.changes
@ -1,7 +1,23 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 02:45:28 UTC 2020 - nick wang <nwang@suse.com>
|
Fri Sep 18 07:38:21 UTC 2020 - nick wang <nwang@suse.com>
|
||||||
|
|
||||||
- bsc#1175257, use the latest drbd-9.0.24-1
|
- bsc#1175257, update to 9.0.25-0rc1
|
||||||
|
* fix a race condition between receiving UUIDs and finishing a resync
|
||||||
|
that can lead to a false-positive split-brain detection later on
|
||||||
|
* fix access after free of peer_req objects, that only happened when
|
||||||
|
a resync target node is paused sync source at the same time
|
||||||
|
* fix abortion of local state changes in case they can not proceed due
|
||||||
|
to loss of connection
|
||||||
|
* fix corner cases with reconciliation resync and parallel promote
|
||||||
|
* fix an issue establishing a connection when the multipath feature is
|
||||||
|
used to connect to a stacked resource without a dedicated service IP
|
||||||
|
* fix sometimes a peer-disk state to another resync-target staying Outdated
|
||||||
|
after two resyncs from the same sync source node finish
|
||||||
|
* fix an (unlikely) deadlock while establishing a connection
|
||||||
|
* deactivate the kref_debug code, it has performance implicatios
|
||||||
|
* Introduce the "disconnected" hander; it receives the last connection
|
||||||
|
state in the evnironment variable DRBD_CSTATE
|
||||||
|
- Changes of drbd-9.0.24-1
|
||||||
* fix deadlock when connecting drbd-9 to drbd-8.4 and the drbd-9
|
* fix deadlock when connecting drbd-9 to drbd-8.4 and the drbd-9
|
||||||
side becomes sync-source
|
side becomes sync-source
|
||||||
* fix an issue with 3 (or more) node configurations; with a diskless node
|
* fix an issue with 3 (or more) node configurations; with a diskless node
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Name: drbd
|
Name: drbd
|
||||||
Version: 9.0.24~1+git.17730ea3
|
Version: 9.0.25~0+git.bd41626d
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux driver for the "Distributed Replicated Block Device"
|
Summary: Linux driver for the "Distributed Replicated Block Device"
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1 +1 @@
|
|||||||
GIT-hash: 17730ea36f2aa2137cfdd11fb2770d748e04116e
|
GIT-hash: bd41626d3fdc7b6f575532020ff9ce1c9c4bf29b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user