[node-patches] Change in ovirt-node[master]: service: Ensure vdsm is starting after node
fabiand at redhat.com
fabiand at redhat.com
Mon Nov 3 13:17:50 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: service: Ensure vdsm is starting after node
......................................................................
service: Ensure vdsm is starting after node
To prevent races, we now ensure that vdsm is started after all
ovirt-node related services.
Change-Id: I84f849b4943f40c69336ea218a4bfcb3a2c11d02
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1156369
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M services/ovirt-post.service
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/55/34755/1
diff --git a/services/ovirt-post.service b/services/ovirt-post.service
index 5f64b8c..b7c4460 100644
--- a/services/ovirt-post.service
+++ b/services/ovirt-post.service
@@ -2,7 +2,7 @@
Description=oVirt Node post configuration service
After=ovirt.service ovirt-firstboot.service
Wants=ovirt.service
-Before=getty at tty1.service
+Before=getty at tty1.service vdsmd.service supervdsmd.service
[Service]
Type=oneshot
--
To view, visit http://gerrit.ovirt.org/34755
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I84f849b4943f40c69336ea218a4bfcb3a2c11d02
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