Blame SOURCES/bz1171162-clvmd-opt-fix.patch

261ad6
From e0f3e2190cfef76b9d7383a0009b678ed2ef4b17 Mon Sep 17 00:00:00 2001
261ad6
From: David Vossel <dvossel@redhat.com>
261ad6
Date: Wed, 29 Apr 2015 11:08:55 -0500
261ad6
Subject: [PATCH 1/6] bz1171162-clvmd-opt-fix
261ad6
261ad6
---
261ad6
 heartbeat/clvm | 2 +-
261ad6
 1 file changed, 1 insertion(+), 1 deletion(-)
261ad6
261ad6
diff --git a/heartbeat/clvm b/heartbeat/clvm
261ad6
index dcefcca..a1e2bc4 100755
261ad6
--- a/heartbeat/clvm
261ad6
+++ b/heartbeat/clvm
261ad6
@@ -370,7 +370,7 @@ clvmd_start()
261ad6
 	if ocf_is_true $OCF_RESKEY_with_cmirrord; then
261ad6
 		start_process $CMIRROR_PATH
261ad6
 	fi
261ad6
-	start_process $DAEMON_PATH $CLVMDOPTS
261ad6
+	start_process $DAEMON_PATH "$CLVMDOPTS"
261ad6
 
261ad6
 	# Refresh local cache.
261ad6
 	#
261ad6
-- 
261ad6
1.8.4.2
261ad6