[node-patches] Change in ovirt-node[master]: HACK: Hack vdsmd to work on rhel7
fabiand at redhat.com
fabiand at redhat.com
Mon Nov 3 19:49:19 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: HACK: Hack vdsmd to work on rhel7
......................................................................
HACK: Hack vdsmd to work on rhel7
DON T COMMIT
Change-Id: Iabd0d96045eb316fb9c6ec9dee46adca1f634886
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1156369
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/rhevh7-post.ks
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/67/34767/1
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index 16eee10..da1e376 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -34,6 +34,11 @@
systemctl disable lvm2-lvmetad
systemctl disable lvm2-lvmetad.socket
+# HACK to make vdsmd work on rhel7
+systemctl disable ksmtuned.service
+systemctl disable ksm.service
+sed -i "s/Requires=/Wants=/" /usr/lib/systemd/system/vdsmd.service
+
# minimal lsb_release for bz#549147
cat > /usr/bin/lsb_release <<\EOF_LSB
#!/bin/sh
--
To view, visit http://gerrit.ovirt.org/34767
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iabd0d96045eb316fb9c6ec9dee46adca1f634886
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list