Dan Kenigsberg has uploaded a new change for review.

Change subject: store-net-config: persist ifcfg mgmt on node
......................................................................

store-net-config: persist ifcfg mgmt on node

With unified network persistence, we would like to persist only
vdsm-level definition of networks. However, as reported
https://bugzilla.redhat.com/1128140 we need to keep the management
network configured with ifcfg until we split network recovery from Vdsm.

This is true for node-based installations, too. Therefore, this patch
persists ifcfg files on the node.

Change-Id: Ia61b2385ce0bf44a67f627caf5b73b68992349fd
Bug-Url: https://bugzilla.redhat.com/116520
Signed-off-by: Dan Kenigsberg <dan...@redhat.com>
---
M vdsm/vdsm-store-net-config.in
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/36985/1

diff --git a/vdsm/vdsm-store-net-config.in b/vdsm/vdsm-store-net-config.in
index 94e658b..a0e52ef 100755
--- a/vdsm/vdsm-store-net-config.in
+++ b/vdsm/vdsm-store-net-config.in
@@ -43,6 +43,13 @@
     # oVirt node ovirt_store_config puts the dir in persistent storage and
     # bind mounts it in the original place. So that's all we really need to do.
     ovirt_store_config "$PERS_CONF_PATH"
+
+    # With no ip address on boot time, libvirtd cannot start
+    # https://bugzilla.redhat.com/show_bug.cgi?id=1165203
+    #
+    # TODO: remove when network restoration is splitted out of vdsmd
+    # http://gerrit.ovirt.org/29441/
+    ifcfg_node_persist
 }
 
 unified_nonnode_persist() {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia61b2385ce0bf44a67f627caf5b73b68992349fd
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to