Change in vdsm[master]: Mark ksmtuned and ksm as conflicting services in the init fi...

msivak at redhat.com msivak at redhat.com
Thu Jul 25 08:27:47 UTC 2013


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

Change subject: Mark ksmtuned and ksm as conflicting services in the init file
......................................................................

Mark ksmtuned and ksm as conflicting services 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 the ksm services
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/99/17299/1

diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in
index 4d77b01..9d419f1 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 ksm"
 VDSM_TOOL="@BINDIR@/vdsm-tool"
 RETVAL=0
 


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

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


More information about the vdsm-patches mailing list