All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] Cluster 3.0.5 stable release
@ 2009-11-20  9:57 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-11-20  9:57 UTC (permalink / raw)
  To: cluster-devel.redhat.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The cluster team and its community are proud to announce the 3.0.5
stable release from the STABLE3 branch.

This release contains a few major bug fixes. We strongly recommend
people to update your clusters.

In order to build the 3.0.5 release you will need:

- - corosync 1.1.2
- - openais 1.1.0
- - linux kernel 2.6.31

The new source tarball can be downloaded here:

ftp://sources.redhat.com/pub/cluster/releases/cluster-3.0.5.tar.gz
https://fedorahosted.org/releases/c/l/cluster/cluster-3.0.5.tar.gz

To report bugs or issues:

   https://bugzilla.redhat.com/

Would you like to meet the cluster team or members of its community?

   Join us on IRC (irc.freenode.net #linux-cluster) and share your
   experience  with other sysadministrators or power users.

Thanks/congratulations to all people that contributed to achieve this
great milestone.

Happy clustering,
Fabio

Under the hood (from 3.0.4):

Abhijith Das (1):
      gfs2_convert: Fix rgrp conversion to allow re-converts

Benjamin Marzinski (1):
      libgfs2: mount device for metafs

Christine Caulfield (4):
      cman: Improve error message when the hostname resolves to 127.0.0.1
      config: enable the CMAN_PIPE in ccs_config_validate
      cman: clarify and tidy cman_tool help text
      cman: improve error message if ccs_sync fails.

David Teigland (2):
      dlm_controld: detect lowcomms protocol
      fenced: add debug message

Fabio M. Di Nitto (8):
      oracledb ras: stop using obsoleted initlog
      build: fix fence_xvm invokation at man page build time
      build: use xvm build fix from Debian
      cman init: move unfencing operation down the line
      build: fix dlm_controld build
      config validation: export env vars correctly
      qdisk: fix possible has_holder value leak
      cman init: fix unfencing return code

Ferenc Antal (1):
      resource-agents: Make ip.sh deal with ip address collision

Jan Friesse (2):
      Fence agents: Fix traceback when using any SNMP agent
      fence: Fix fence_ipmilan read from unitialized memory

Lon Hohberger (26):
      rgmanager: Fix bad assertion
      rgmanager: fix bug in virsh_migrate
      rgmanager: Initial commit of central proc + migration support
      rgmanager: Use RG_START_RECOVER after relo failure
      resource-agents: Fix smb.sh return code
      rgmanager: Fix error recovery with central_processing
      resource-agents: Fix error messages in apache.sh
      qdiskd: Make qdiskd stop crying wolf
      resource-agents: Report bad config from vm.sh
      resource-agents: More misc. vm.sh warnings
      resource-agents: Fix vxfs support
      resource-agents: Fix samba netbios name
      resource-agents: Add missing primary attribute to SAPDatabase
      rgmanager: Fix migrate-to-offline node
      cman: Make master-wins mode work
      config: Add master_wins and io_timeout to schemas
      resource-agents: Decrease message level for debug info
      fence: add fence agent -> rng generator
      fence-agents: Fix xvm metadata handling
      fence-agents: Tweak translator output
      config: Update cluster schema with new fence agent info
      fence-agents: fix fence_xvm metadata again
      config: Unbreak config schema due to bad xvm metadata
      config: Make rng2ldif handle 'ref' properly
      config: Schema updates
      config: Fix fencing attribute requirements

Marek 'marx' Grac (5):
      fencing: New option --retry-on <N>
      fencing: fence_bladecenter needs longer timeout
      fence: Broken device detection for DRAC3 ERA/O
      fencing: Invalid initialization of default value for retry-on option
      fencing: Unable to power on machine after applying patch

Shane Bradley (1):
      resource-agents: Add missing primary attribute to SAPInstance

Toure Dunnon (1):
      rgmanager: Fix clusvcadm error reporting

 cman/cman_tool/join.c                           |    2 +-
 cman/cman_tool/main.c                           |   12 +-
 cman/daemon/cman-preconfig.c                    |    2 +-
 cman/init.d/cman.in                             |   34 +-
 cman/man/cman_tool.8                            |    3 +
 cman/man/qdisk.5                                |   18 +
 cman/qdisk/disk.h                               |    3 +-
 cman/qdisk/iostate.c                            |    3 +-
 cman/qdisk/main.c                               |   19 +-
 cman/qdisk/scandisk.c                           |   10 +-
 config/plugins/ldap/99cluster.ldif              |  184 ++-
 config/plugins/ldap/ldap-base.csv               |   26 +-
 config/tools/ldap/rng2ldif/tree.c               |   70 +
 config/tools/xml/ccs_config_validate.in         |   10 +-
 config/tools/xml/cluster.rng.in                 | 1741
++++++++++++++---------
 fence/agents/bladecenter/fence_bladecenter.py   |    2 +-
 fence/agents/drac/fence_drac.pl                 |    2 +-
 fence/agents/ilo/fence_ilo.py                   |    1 +
 fence/agents/ipmilan/ipmilan.c                  |    1 +
 fence/agents/lib/fence2rng.xsl                  |   20 +
 fence/agents/lib/fencing.py.py                  |   49 +-
 fence/agents/lib/fencing_snmp.py.py             |    2 +-
 fence/agents/xvm/Makefile                       |    2 +-
 fence/agents/xvm/options.c                      |   11 +-
 fence/fenced/cpg.c                              |    1 +
 gfs2/convert/gfs2_convert.c                     |    3 +
 gfs2/libgfs2/misc.c                             |    2 +-
 group/dlm_controld/Makefile                     |    2 +-
 group/dlm_controld/action.c                     |   64 +-
 group/dlm_controld/config.c                     |    7 +-
 group/dlm_controld/dlm_daemon.h                 |    6 +
 group/dlm_controld/main.c                       |   16 +-
 rgmanager/src/daemons/restree.c                 |    5 +-
 rgmanager/src/daemons/rg_state.c                |   27 +-
 rgmanager/src/daemons/service_op.c              |   85 ++-
 rgmanager/src/daemons/slang_event.c             |   59 +
 rgmanager/src/resources/SAPDatabase             |    2 +-
 rgmanager/src/resources/SAPInstance             |    2 +-
 rgmanager/src/resources/apache.sh               |    6 +-
 rgmanager/src/resources/default_event_script.sl |    8 +-
 rgmanager/src/resources/fs.sh.in                |    1 +
 rgmanager/src/resources/ip.sh                   |   14 +
 rgmanager/src/resources/oracledb.sh.in          |   10 +-
 rgmanager/src/resources/samba.sh                |    2 +-
 rgmanager/src/resources/smb.sh                  |    3 +
 rgmanager/src/resources/vm.sh                   |   38 +-
 rgmanager/src/utils/clusvcadm.c                 |    5 +
 47 files changed, 1839 insertions(+), 756 deletions(-)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksGZ+sACgkQhCzbekR3nhhCPACgn2v8v834hAvVJk/CAl2l+K1Z
2D4An1K/9OUi1VfaSxfuOy1BOAZlcqnT
=BXDE
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-20  9:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20  9:57 [Cluster-devel] Cluster 3.0.5 stable release Fabio M. Di Nitto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.