[node-patches] Change in ovirt-node[master]: init: Isolate the default target again

fabiand at redhat.com fabiand at redhat.com
Tue Jun 30 15:31:10 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: init: Isolate the default target again
......................................................................

init: Isolate the default target again

Re-Isolating the default target again shall have the effect that new
target dependencies which got mounted in, are now recognized, and jobs
are queued to bring up those requirements.

Change-Id: I370fe05fe2d20ed5e96e743b5c362222e0af04cd
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1237212
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/71/43071/1

diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index a448b17..6401951 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -909,6 +909,7 @@
         if [[ -e "/bin/systemctl" ]];
         then
             systemctl daemon-reload
+            systemctl isolate $(systemctl get-default)
             mount -a
             swapon -a
             service auditd restart


-- 
To view, visit https://gerrit.ovirt.org/43071
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I370fe05fe2d20ed5e96e743b5c362222e0af04cd
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