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 ! |
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 ! |
enable privatetmp in the systemd service files |
| Make the example config valid.patch | (download) |
conf/corosync.conf.example |
22 7 + 15 - 0 ! |
make the example config valid |
| corosync.conf.5 fix grammar.patch | (download) |
man/corosync.conf.5 |
2 1 + 1 - 0 ! |
corosync.conf.5: fix grammar |
| corosync.conf.5 typography fixes.patch | (download) |
man/corosync.conf.5 |
6 5 + 1 - 0 ! |
corosync.conf.5: typography fixes |
| AC_PROG_SED is already present.patch | (download) |
configure.ac |
1 0 + 1 - 0 ! |
ac_prog_sed is already present |
| Use the SED variable provided by configure.patch | (download) |
Makefile.am |
8 4 + 4 - 0 ! |
use the sed variable provided by configure |
| Use the AWK variable provided by configure.patch | (download) |
man/Makefile.am |
4 2 + 2 - 0 ! |
use the awk variable provided by configure |
| totemsrp Reduce MTU to left room second mcast.patch | (download) |
exec/totemsrp.c |
4 2 + 2 - 0 ! |
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> |
