Change in vdsm[ovirt-3.3]: Mark ksmtuned as conflicting service in the init file

msivak at redhat.com msivak at redhat.com
Wed Jul 31 15:01:38 UTC 2013


Martin Sivák has uploaded a new change for review.

Change subject: Mark ksmtuned as conflicting service in the init file
......................................................................

Mark ksmtuned as conflicting service in the init file

MoM and ksmtuned fight over control of ksm when running at the
same time. MoM is the prefered manager now so ksmtuned should
be stopped during VDSM startup. VDSM can start ksmtuned again
when needed (in case MoM is not available or fails).

Change-Id: Iaaf8fd5f9dd3d92ef3d06b433312d5d22b594191
Resolves: rhbz#987926
Signed-off-by: Martin Sivak <msivak at redhat.com>
---
M vdsm/vdsmd.init.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/17537/1

diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in
index 4d77b01..56f07bd 100755
--- a/vdsm/vdsmd.init.in
+++ b/vdsm/vdsmd.init.in
@@ -32,7 +32,7 @@
 CORE_PATTERN=/proc/sys/kernel/core_pattern
 NEEDED_SERVICES="iscsid multipathd rpcbind ntpd wdmd sanlock network libvirtd
                  supervdsmd"
-CONFLICTING_SERVICES="libvirt-guests"
+CONFLICTING_SERVICES="libvirt-guests ksmtuned"
 VDSM_TOOL="@BINDIR@/vdsm-tool"
 RETVAL=0
 


-- 
To view, visit http://gerrit.ovirt.org/17537
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaaf8fd5f9dd3d92ef3d06b433312d5d22b594191
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.3
Gerrit-Owner: Martin Sivák <msivak at redhat.com>


More information about the vdsm-patches mailing list