Displaying 2 results from an estimated 2 matches for "get_live_disk".
2010 Mar 24
2
[PATCH] Restart network after applying configuration
...ly
index 7f7c99c..4b85102 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -96,6 +96,9 @@ configure_ovirt_management_nic() {
> /etc/sysconfig/network-scripts/ifcfg-$BRIDGE
log "Default config applied"
fi
+
+ service network restart
+
}
# $(get_live_disk)
--
1.6.6.1
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike