Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2014-03-17 09:12:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-02-28 17:46:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2014-03-17 09:12:52.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar 10 11:19:06 UTC 2014 - kgronl...@suse.com
+
+- exportfs: Make unlock_on_stop default to 1 (bnc#864263)
+
+- added patches:
+  * 0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch 
+
+-------------------------------------------------------------------

New:
----
  0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch

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

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.DIQLFh/_old  2014-03-17 09:12:53.000000000 +0100
+++ /var/tmp/diff_new_pack.DIQLFh/_new  2014-03-17 09:12:53.000000000 +0100
@@ -65,6 +65,8 @@
 Patch13:        0001-Low-ldirectord-fix-the-list-output-to-include-ops-fl.patch
 # PATCH-FEATURE-UPSTREAM: ldirectord: Add systemd unit file (bnc#863250)
 Patch14:        0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch
+# PATCH-FIX-UPSTREAM: exportfs: make unlock_on_stop default to 1 (bnc#864263)
+Patch15:        0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      heartbeat-resources
@@ -145,6 +147,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 ###########################################################
 
 %build

++++++ 0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch ++++++
>From e1e6781ef4930d4a9772ee1428dde8f435776267 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <k...@koru.se>
Date: Mon, 10 Mar 2014 12:03:55 +0100
Subject: [PATCH] Medium: exportfs: Make unlock_on_stop_default=1 (bnc#864263)

The resource agent should really release all locks which the NFS server
holds when stopping the resource. When this option was introduced, the
default was kept as 0 for compatibility reasons with legacy kernels,
existing users and non-Linux systems.

This is a proposal to make 1 the default. In most cases, this is the
desired behavior, and not setting this option can lead to unexpected
failures.

Original changeset that introduced this parameter: 612559c9
---
 heartbeat/exportfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heartbeat/exportfs b/heartbeat/exportfs
index 0c6d0921ccef..5ed26754f535 100755
--- a/heartbeat/exportfs
+++ b/heartbeat/exportfs
@@ -14,7 +14,7 @@
 . ${OCF_FUNCTIONS_DIR}/ocf-shellfuncs
 
 # Defaults
-OCF_RESKEY_unlock_on_stop_default=0
+OCF_RESKEY_unlock_on_stop_default=1
 OCF_RESKEY_wait_for_leasetime_on_stop_default=0
 OCF_RESKEY_rmtab_backup_default=".rmtab"
 
-- 
1.8.4.5

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

Reply via email to