[node-patches] Change in ovirt-node[master]: init: Run all code in ovirt-post
fabiand at redhat.com
fabiand at redhat.com
Thu Mar 26 16:29:30 UTC 2015
Fabian Deutsch has uploaded a new change for review.
Change subject: init: Run all code in ovirt-post
......................................................................
init: Run all code in ovirt-post
The post hooks were moved to a place which was never reached.
Disabling that exit passage.
Change-Id: Ie9e9b6d4bfddeb91917a74ed27e297cea7e31099
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 5 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/48/39248/1
diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index 88efd20..41c5124 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -1478,9 +1478,11 @@
rm /var/lock/subsys/network
fi
- if is_standalone; then
- return 0
- fi
+# FIXME why did/do we need this?
+# Currently all the code after this check is not run anymore
+# if is_standalone; then
+# return 0
+# fi
# persist selected configuration files
ovirt_store_config \
--
To view, visit https://gerrit.ovirt.org/39248
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9e9b6d4bfddeb91917a74ed27e297cea7e31099
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