Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2013-09-25 14:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2013-08-01 17:34:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2013-09-25 14:38:24.000000000 +0200
@@ -1,0 +2,61 @@
+Tue Sep 10 14:35:52 UTC 2013 - dmuhameda...@suse.com
+
+- Filesystem: add corosync as HA_cluster_type
+- eDir88: multiple IP support (bnc#)
+- apache: better handling of not installed apache
+- jboss: add jboss_base_dir parameter to support multi-instances
+  on JBoss 6
+- jboss: stop the JBoss daemon by sending a signal on JBoss 6
+- jboss: add run_command parameter to change the start up script
+- jboss: add jboss_version parameter to support JBoss 6
+- tomcat: use root as the default for tomcat_user instead of
+  RUNASIS mode
+- tomcat: multiple tomcat instances based on CATALINE_BASE
+- VirtualDomain: no longer define a domain, but use "virsh
+  create" to start it non-persistent
+- pound: add parameter maxfiles to set ulimit
+- apache: remove unnecessary and imperfect checks from
+  validate_all (bnc#827927)
+- pgsql: set only one node into sync mode when using 3 nodes or
+  higher
+- Raid1: stop arrays even with block device file missing
+  (bnc#821861)
+- oracle/oralsnr: explicitly require bash (bnc#825517)
+- Raid1: set MDADM_NO_UDEV appropriately if udev is not used
+- Raid1: wait for udevd to settle (bnc#821861)
+- iSCSILogicalUnit: add tgt specific parameters bstype, bsoflags,
+  device_type
+- apache: Attempt graceful stop before -TERM signal
+- LVM: Warn user if initrd is older than lvm.conf when using
+  exclusive activation with tags
+- LVM: Exclusive activation without clvmd using filtering with
+  tags.
+- named: Attempt to autogen /etc/rndc.key using rndc-confgen tool
+- mysql: really use log setting (bnc#823095)
+- mysql: test properly for failed process start (bnc#823095)
+- LVM: Retry exclusive activation after deactivating vg
+  cluster-wide
+- LVM: Verify setup on start plus verify exclusive activation is
+  possible
+- Route: make Route RA IPv6 ready
+- drbd: remove deprecated drbd agent
+- tools: send_arp.libnet: reuse ARP packets (deb#701914)
+- ethmonitor: correctly detect when the network is unplugged.
+- Raid1: do not test for device existence in the stop operation
+  (bnc#821861)
+- VirtualDomain: Support saving and restoring virtual machine
+  snapshot state files
+- nfsserver: Cleanup shared nfs dir mount
+- nfsserver: Enable file locking daemon when systemd is being
+  used
+- nfsserver: Maintain SELinux permissions on failover for nfs v3
+  lock state
+- nfsserver: Improve support for v3 file lock recovery
+- nfsserver: Add systemd unit-file support when init scripts are
+  not present
+- apache: add pidfile directive when not present in config file
+- VirtualDomain: Properly detect defined lxc domains
+- iSCSILogicalUnit: add lio_iblock parameter.
+- upstream cs: 3cafd1
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lvm-vg-partial-active.diff ++++++
--- /var/tmp/diff_new_pack.sdfj1l/_old  2013-09-25 14:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.sdfj1l/_new  2013-09-25 14:38:25.000000000 +0200
@@ -1,12 +1,13 @@
-diff -r c0d8e6bb946e heartbeat/LVM
---- a/heartbeat/LVM    Tue Dec 07 17:31:53 2010 +0100
-+++ b/heartbeat/LVM    Mon Dec 13 12:34:36 2010 +0100
-@@ -85,10 +85,10 @@ If set, the volume group will be activat
+diff --git a/heartbeat/LVM b/heartbeat/LVM
+index 0ff6ba7..33bbba9 100755
+--- a/heartbeat/LVM
++++ b/heartbeat/LVM
+@@ -100,10 +100,10 @@ If "exclusive" is set on a non clustered volume group, 
this overrides the tag to
  <longdesc lang="en">
  If set, the volume group will be activated even only partial of the physical
  volumes available. It helps to set to true, when you are using mirroring
 -logical volumes.
-+logical volumes. Set to true by default in SLE11SP1 HAE and openSUSE.
++logical volumes. Set to true by default in SLE11SP3 HAE.
  </longdesc>
  <shortdesc lang="en">Activate VG even with partial PV only</shortdesc>
 -<content type="string" default="false" />
@@ -14,20 +15,20 @@
  </parameter>
  
  </parameters>
-@@ -224,7 +224,7 @@ LVM_start() {
-   fi
-   vgchange_options="-a $active_mode"
+@@ -368,7 +368,7 @@ get_activate_options()
+       2) options="${options}ey";;
+       esac
  
--  if ocf_is_true "$OCF_RESKEY_partial_activation" ; then
-+  if ocf_is_true "$PARTIAL_INVOCATION" ; then
-       vgchange_options="$vgchange_options --partial"
-   fi
+-      if ocf_is_true "$OCF_RESKEY_partial_activation" ; then
++      if ocf_is_true "$PARTIAL_INVOCATION" ; then
+               options="${options} --partial"
+       fi
  
-@@ -357,6 +357,7 @@ then
+@@ -639,6 +639,7 @@ then
+       exit $OCF_ERR_INSTALLED
  fi
  LVM_MAJOR="${LVM_VERSION%%.*}"
- 
 +PARTIAL_INVOCATION=${OCF_RESKEY_partial_activation:-"true"}
+ 
  VOLUME=$OCF_RESKEY_volgrpname
  OP_METHOD=$1
- # What kind of method was invoked?

++++++ resource-agents-3.9.5.tar.bz2 ++++++
++++ 10928 lines of diff (skipped)

++++++ resource-agents-mysql-sle11.patch ++++++
--- /var/tmp/diff_new_pack.sdfj1l/_old  2013-09-25 14:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.sdfj1l/_new  2013-09-25 14:38:25.000000000 +0200
@@ -1,22 +1,21 @@
-Low: mysql: update defaults to match sle11 installations (bnc#590447)
-
-Index: resource-agents/heartbeat/mysql
-===================================================================
---- resource-agents.orig/heartbeat/mysql
-+++ resource-agents/heartbeat/mysql
-@@ -58,13 +58,13 @@ OCF_RESKEY_log_default="/var/log/mysqld.
- OCF_RESKEY_pid_default="/var/mysql/mysqld.pid"
- OCF_RESKEY_socket_default="/var/run/mysql/mysql.sock"
+diff --git a/heartbeat/mysql b/heartbeat/mysql
+index c1c5573..c2ef4f1 100755
+--- a/heartbeat/mysql
++++ b/heartbeat/mysql
+@@ -75,14 +75,14 @@ if [ "X${HOSTOS}" = "XOpenBSD" ];then
+       OCF_RESKEY_socket_default="/var/run/mysql/mysql.sock"
  else
--OCF_RESKEY_binary_default="/usr/bin/safe_mysqld"
-+OCF_RESKEY_binary_default="/usr/bin/mysqld_safe"
- OCF_RESKEY_config_default="/etc/my.cnf"
- OCF_RESKEY_datadir_default="/var/lib/mysql"
- OCF_RESKEY_user_default="mysql"
- OCF_RESKEY_group_default="mysql"
- OCF_RESKEY_log_default="/var/log/mysqld.log"
--OCF_RESKEY_pid_default="/var/run/mysql/mysqld.pid"
-+OCF_RESKEY_pid_default="/var/lib/mysql/mysqld.pid"
- OCF_RESKEY_socket_default="/var/lib/mysql/mysql.sock"
+       if [ "$OCF_RESKEY_binary_default" = "" ]; then
+-              OCF_RESKEY_binary_default="/usr/bin/safe_mysqld"
++              OCF_RESKEY_binary_default="/usr/bin/mysqld_safe"
+       fi
+       OCF_RESKEY_config_default="/etc/my.cnf"
+       OCF_RESKEY_datadir_default="/var/lib/mysql"
+       OCF_RESKEY_user_default="mysql"
+       OCF_RESKEY_group_default="mysql"
+       OCF_RESKEY_log_default="/var/log/mysqld.log"
+-      OCF_RESKEY_pid_default="/var/run/mysql/mysqld.pid"
++      OCF_RESKEY_pid_default="/var/lib/mysql/mysqld.pid"
+       OCF_RESKEY_socket_default="/var/lib/mysql/mysql.sock"
  fi
  OCF_RESKEY_client_binary_default="mysql"

++++++ resource-agents-nfsserver-sle11.patch ++++++
--- /var/tmp/diff_new_pack.sdfj1l/_old  2013-09-25 14:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.sdfj1l/_new  2013-09-25 14:38:25.000000000 +0200
@@ -1,13 +1,13 @@
 diff --git a/heartbeat/nfsserver b/heartbeat/nfsserver
-index dcef1fd..e0ca844 100755
+index ff2e3ca..7ec62bf 100755
 --- a/heartbeat/nfsserver
 +++ b/heartbeat/nfsserver
-@@ -13,7 +13,7 @@ else
- fi
+@@ -14,7 +14,7 @@ fi
  
  DEFAULT_INIT_SCRIPT="/etc/init.d/nfsserver"
--DEFAULT_NOTIFY_CMD="/sbin/sm-notify"
-+DEFAULT_NOTIFY_CMD="/usr/sbin/sm-notify"
+ DEFAULT_NOTIFY_CMD=`which sm-notify`
+-DEFAULT_NOTIFY_CMD=${DEFAULT_NOTIFY_CMD:-"/sbin/sm-notify"}
++DEFAULT_NOTIFY_CMD=${DEFAULT_NOTIFY_CMD:-"/usr/sbin/sm-notify"}
  DEFAULT_NOTIFY_FOREGROUND="false"
  DEFAULT_RPCPIPEFS_DIR="/var/lib/nfs/rpc_pipefs"
- 
+ EXEC_MODE=0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to