From 1b651209fa36d3c713688921513cee43dfaff68f3b4a8715dc5e4070e6948fce Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 2 Dec 2010 15:10:24 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/corosync revision 5.0 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=7bae9192ddc9a56a28b47cd0f014476a From 9200bbe0541c3161e1a354366980b7e337624888fac2f2f75d1383e9f5a3b3e1 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Tue, 8 Feb 2011 13:42:25 +0000 Subject: [PATCH 2/2] - Update to corosync 1.3.0 - Set the max buffer size for sockets to reduce message dropping - diags: add a mechanism to trigger the writing the flight data - Add the UDPU transport (UDP transport for corosync) - Remove delay in library on corosync shutdown - Check for a properly configured multicast address. - cpg: fix sync'ing the downlist. - POLL: gracefully handle running out of file descriptors. - Return CS_ERR_NO_RESOURCES when the server is low on available file descriptors. - Remove checking of subparameters in service.d files. - Only allow corosync to run one copy via a lock file. - When used with the openais ckpt service, don't disconnect an ipc connection during configuration change that takes longer then 2 seconds. - Remove the token cancel retransmit timeout on receipt of a multicast message. OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=7 --- corosync-1.2.7.tar.gz | 3 --- corosync-1.3.0.tar.gz | 3 +++ corosync.changes | 21 +++++++++++++++++++++ corosync.spec | 7 ++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 corosync-1.2.7.tar.gz create mode 100644 corosync-1.3.0.tar.gz diff --git a/corosync-1.2.7.tar.gz b/corosync-1.2.7.tar.gz deleted file mode 100644 index 554f105..0000000 --- a/corosync-1.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f774cee5d9f5d3e20b146c8719115c029815015952b48de1b99b61b462367d1 -size 687322 diff --git a/corosync-1.3.0.tar.gz b/corosync-1.3.0.tar.gz new file mode 100644 index 0000000..80f3290 --- /dev/null +++ b/corosync-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9e399befcb595a1671f7ddb54dbf53e1faad6416da1415e2d787e6d2eb94a5 +size 683458 diff --git a/corosync.changes b/corosync.changes index a28675d..a990a3e 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Feb 8 13:03:11 UTC 2011 - tserong@novell.com + +- Update to corosync 1.3.0 +- Set the max buffer size for sockets to reduce message dropping +- diags: add a mechanism to trigger the writing the flight data +- Add the UDPU transport (UDP transport for corosync) +- Remove delay in library on corosync shutdown +- Check for a properly configured multicast address. +- cpg: fix sync'ing the downlist. +- POLL: gracefully handle running out of file descriptors. +- Return CS_ERR_NO_RESOURCES when the server is low on available file + descriptors. +- Remove checking of subparameters in service.d files. +- Only allow corosync to run one copy via a lock file. +- When used with the openais ckpt service, don't disconnect an ipc + connection during configuration change that takes longer then 2 + seconds. +- Remove the token cancel retransmit timeout on receipt of a multicast + message. + ------------------------------------------------------------------- Thu Aug 5 04:55:08 UTC 2010 - tserong@novell.com diff --git a/corosync.spec b/corosync.spec index 35d1026..4ec11b5 100644 --- a/corosync.spec +++ b/corosync.spec @@ -1,5 +1,5 @@ # -# spec file for package corosync (Version 1.2.7) +# spec file for package corosync (Version 1.3.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,10 +25,9 @@ %if 0%{?suse_version} %define _libexecdir %{_libdir} %endif - Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 1.2.7 +Version: 1.3.0 Release: 1 License: BSD3c Group: System Environment/Base @@ -118,10 +117,12 @@ script. %{_sbindir}/corosync-pload %{_sbindir}/corosync-cpgtool %{_sbindir}/corosync-quorumtool +%{_bindir}/corosync-blackbox %dir %{_sysconfdir}/corosync %dir %{_sysconfdir}/corosync/uidgid.d %dir %{_sysconfdir}/corosync/service.d %config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example +%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu %dir %{_libexecdir}/lcrso %{_libexecdir}/lcrso/coroparse.lcrso %{_libexecdir}/lcrso/objdb.lcrso