Cluster 2.03.09 released

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


The cluster team and its vibrant community are proud to announce the
2.03.09 release from the STABLE2 branch.

The STABLE2 branch collects, on a daily base, all bug fixes and the bare
minimal changes required to run the cluster on top of the most recent Linux
kernel (2.6.27) and rock solid openais (0.80.3).

This release addresses several security issues. Please consider upgrading as soon as possible.

The new source tarball can be downloaded here:

  ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.09.tar.gz
  https://fedorahosted.org/releases/c/l/cluster/cluster-2.03.09.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.

Happy clustering,
Fabio

Under the hood (from 2.03.08):

Christine Caulfield (3):
      dlmtop: Add usage message
      cman: fix two_node startup if -e is specified
      dlmtop: fix some typos.

Fabio M. Di Nitto (26):
      misc: cleanup copyright.... again... and again...
      misc: fix gfs2_edit build
      cman: fix buffer overflow when reading huge config files
      fence: update man page for fence_apc
      gfs2: randomize debugfs mount point
      gfs2: randomize debugfs mount point even more
      gfs2: randomize file for savemeta operations
      gfs2: randomize file for savemeta operations even more
      gfs2: remove unused define
      rgmanager: randomize file for automatic data dump
      rgmanager: move state dump file where it belongs
      rgmanager: randomize ASEHAagent temp files
      rgmanager: randomize ASEHAagent temp files even more
      rgmanager: move fs.sh log file where they belong
      rgmanager: move nfsclient.sh cache files where they belong
      rgmanager: move oracledb.sh log files where they belong
      build: reinstate targets in rgmanager metadata check
      rgmanager: randomize SAPDatabase temp file
      rgmanager: randomize SAPDatabase temp file even more
      libgfs2: randomize creation of temporary directories for metafs mount
      rgmanager: randomize oracledb.sh temp file
      misc: fix mktemp usage
      rgmanager: randomize smb.sh temp file
      rgmanager: randomize svclib_nfslock temp dir
      ccs_tool: randomize temporary file
      gfs2: randomize creation of temporary directories for metafs mount more

Jan Friesse (4):
      [fence] Fence agent for ePowerSwitch 8M+ (fence_eps)
      [fence] Fixed man pages makefile, so fence_eps.8 is now installed.
      fence: Added support for no_password in fence agents library and fence_eps.
      fence: Fixed case sensitives in action parameter.

Jonathan Brassow (1):
      rgmanager (HALVM): Stop dumping debug output to /tmp

Marek 'marx' Grac (2):
      [fence] WTI should not power on/off plug if it is unable to get status
      [fence] WTI should not power on/off plug if it is unable to get status

 ccs/ccs_tool/upgrade.c                  |    7 +-
 cman/daemon/ais.c                       |    8 +-
 cman/daemon/cmanccs.c                   |   70 +-
 cman/daemon/config.c                    |   49 +-
 config/copyright.cf                     |    2 +-
 dlm/tests/tcpdump/dlmtop.c              |   84 ++-
 fence/agents/apc_snmp/README            |    2 -
 fence/agents/apc_snmp/fence_apc_snmp.py |    2 +-
 fence/agents/baytech/fence_baytech.pl   |    2 +-
 fence/agents/eps/Makefile               |    5 +
 fence/agents/eps/fence_eps.py           |  108 +++
 fence/agents/lib/fencing.py.py          |   27 +-
 fence/agents/lpar/Makefile              |   13 -
 fence/agents/lpar/fence_lpar.py         |    3 +-
 fence/agents/rsa/fence_rsa.py           |   18 +-
 fence/agents/rsb/fence_rsb.py           |   18 +-
 fence/agents/vmware/fence_vmware.py     |    3 +-
 fence/agents/xcat/fence_xcat.pl         |    2 +
 fence/man/Makefile                      |    3 +-
 fence/man/fence_alom.8                  |   10 +-
 fence/man/fence_apc.8                   |    8 +-
 fence/man/fence_baytech.8               |    4 +-
 fence/man/fence_eps.8                   |  106 +++
 fence/man/fence_ibmblade.8              |    2 +-
 fence/man/fence_rsa.8                   |    4 +-
 fence/man/fence_rsb.8                   |    4 +-
 fence/man/fence_vmware.8                |   10 +-
 gfs-kernel/src/gfs/lm_interface.h       |    9 -
 gfs-kernel/src/gfs/lock_dlm.h           |    9 -
 gfs-kernel/src/gfs/lock_dlm_lock.c      |    9 -
 gfs-kernel/src/gfs/lock_dlm_main.c      |    9 -
 gfs-kernel/src/gfs/lock_dlm_mount.c     |    9 -
 gfs-kernel/src/gfs/lock_dlm_sysfs.c     |    9 -
 gfs-kernel/src/gfs/lock_dlm_thread.c    |    9 -
 gfs-kernel/src/gfs/lock_nolock_main.c   |    9 -
 gfs-kernel/src/gfs/locking.c            |    9 -
 gfs2/edit/hexedit.c                     |    2 +-
 gfs2/edit/hexedit.h                     |    4 +-
 gfs2/edit/savemeta.c                    |   15 +-
 gfs2/libgfs2/libgfs2.h                  |    4 -
 gfs2/libgfs2/misc.c                     |  117 +---
 gfs2/mkfs/main_grow.c                   |    4 +-
 gfs2/mkfs/main_jadd.c                   |    7 +-
 gfs2/quota/check.c                      |   12 +-
 gfs2/quota/gfs2_quota.h                 |    3 -
 gfs2/quota/main.c                       |   25 +-
 gfs2/tool/df.c                          |    4 +-
 gfs2/tool/misc.c                        |   36 +-
 rgmanager/src/daemons/main.c            |    4 +-
 rgmanager/src/resources/ASEHAagent.sh   |   11 +-
 rgmanager/src/resources/Makefile        |   33 +-
 rgmanager/src/resources/SAPDatabase     |    2 +-
 rgmanager/src/resources/fs.sh           | 1304 -------------------------------
 rgmanager/src/resources/fs.sh.in        | 1304 +++++++++++++++++++++++++++++++
 rgmanager/src/resources/lvm_by_vg.sh    |    2 +-
 rgmanager/src/resources/nfsclient.sh    |    7 +-
 rgmanager/src/resources/oracledb.sh     |  888 ---------------------
 rgmanager/src/resources/oracledb.sh.in  |  889 +++++++++++++++++++++
 rgmanager/src/resources/smb.sh          |    2 +-
 rgmanager/src/resources/svclib_nfslock  |    3 +-
 60 files changed, 2732 insertions(+), 2605 deletions(-)

- --
I'm going to make him an offer he can't refuse.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iQIVAwUBSQrI0QgUGcMLQ3qJAQJWPw/8Cx56Zw5mdKNUBTHqgGEF5UTySV3GLMMq
KiLS8L2sAaKvAjP2hqntTJn+iKBQdH02hCLo0PLDKdXwY8TSFY8Ryu04340ElUKw
ShnC6mxKs0Kc44X+jUiqG4gH7zEoeW0KdW514NFdyY41Jd7X6IXmIyGDgE+kCxjm
T/n3HJv+3sNyCYbtHMBnnCnXj4e5Bp9lj5Dd0u0QiJWunDucX4x5DQrDZF7SmUaF
QnyIEDU3AUB6TI2Yzg24BuWhXX4upaBX9LGOVn0Y4sLappZqrI/RFgN1A05mXnsd
fRQWRDjsDcKBlU/+YKKNZaE2uefVHzshza0VOxlvqFtEbbDmjIRv+Bkw7L51C/nG
Vxe4xNvXukg8GhiZCsPsP3Iv84nJaLnHkS1JqKAf8iZRfHGvlHXmzYBj462j+T/i
RrpF3qmcCiwz12HI+MUkCNgkbVTA3LagSZKbiB1AYFWA+I+vksBTD1d9VgYSUIub
vrrn2IhpsSRVbAsvVGO4lCGZJYRNza/d6c3bi8O0GG7JjN2I4ucGZs3yCgyjei1O
1bJSIxhL0COWhmJYaZnwhll1mYQ9td+BTu4BzF2Wd1NE94G2wE+/OnT4Xu4xzQiK
Wse4BjuezGWbjooG0BLpAnZbiZfOHZnUGNMAlrkTELtg2c9ed3vvYZy4jdkmoxcY
zkdU2QK+8xs=
=Fqdo
-----END PGP SIGNATURE-----

--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux