Package: corosync / 3.0.1-2+deb10u1

Metadata

Package Version Patches format
corosync 3.0.1-2+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix various typos in ChangeLog.patch | (download)

ChangeLog | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix various typos in changelog

This file isn't present in the upstream VCS, but generated from the Git
commit messages during the release process.  Thus fixing typos in it
isn't upstreamable.

Enable PrivateTmp in the systemd service files.patch | (download)

init/corosync-notifyd.service.in | 1 1 + 0 - 0 !
init/corosync.service.in | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 enable privatetmp in the systemd service files


Make the example config valid.patch | (download)

conf/corosync.conf.example | 22 7 + 15 - 0 !
1 file changed, 7 insertions(+), 15 deletions(-)

 make the example config valid


corosync.conf.5 fix grammar.patch | (download)

man/corosync.conf.5 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 corosync.conf.5: fix grammar


corosync.conf.5 typography fixes.patch | (download)

man/corosync.conf.5 | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 corosync.conf.5: typography fixes


AC_PROG_SED is already present.patch | (download)

configure.ac | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ac_prog_sed is already present


Use the SED variable provided by configure.patch | (download)

Makefile.am | 8 4 + 4 - 0 !
conf/logrotate/Makefile.am | 10 5 + 5 - 0 !
init/Makefile.am | 2 1 + 1 - 0 !
lib/Makefile.am | 2 1 + 1 - 0 !
man/Makefile.am | 6 3 + 3 - 0 !
pkgconfig/Makefile.am | 4 2 + 2 - 0 !
test/Makefile.am | 2 1 + 1 - 0 !
tools/Makefile.am | 8 4 + 4 - 0 !
8 files changed, 21 insertions(+), 21 deletions(-)

 use the sed variable provided by configure


Use the AWK variable provided by configure.patch | (download)

man/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use the awk variable provided by configure


totemsrp Reduce MTU to left room second mcast.patch | (download)

exec/totemsrp.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 totemsrp: reduce mtu to left room second mcast

Messages sent during recovery phase are encapsulated so such message has
extra size of mcast structure. This is not so big problem for UDPU,
because most of the switches are able to fragment and defragment packet
but it is problem for knet, because totempg is using maximum packet size
(65536 bytes) and when another header is added during retransmition,
then packet is too large.

Solution is to reduce mtu by 2 * sizeof (struct mcast).

Signed-off-by: Jan Friesse <jfriesse@redhat.com>