Arthur CLEMENT
2010-Mar-24 16:59 UTC
[Ovirt-devel] [PATCH] Restart network after applying configuration
Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- scripts/ovirt-early | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/ovirt-early b/scripts/ovirt-early 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
Arthur Clément
2010-Mar-24 17:06 UTC
[Ovirt-devel] [PATCH] Restart network after applying configuration
With this patch I have now an up and running f12 node with a good network config. I have non crititical ruby errors in taskomatic but the ovirt server is running on f11, it might come from that (bug trace : http://redhat.pastebin.com/Sg92TdYR). I'll test ovirt-server on f12 asap. On Mercredi 24 Mars 2010 17:59:05 you wrote:> Signed-off-by: Arthur CLEMENT <aclement at linagora.com> > --- > scripts/ovirt-early | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/scripts/ovirt-early b/scripts/ovirt-early > 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)-- Arthur CLEMENT Linagora Paris
Darryl L. Pierce
2010-Mar-24 17:14 UTC
[Ovirt-devel] [PATCH] Restart network after applying configuration
On Wed, Mar 24, 2010 at 04:59:05PM +0000, Arthur CLEMENT wrote:> > Signed-off-by: Arthur CLEMENT <aclement at linagora.com> > --- > scripts/ovirt-early | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/scripts/ovirt-early b/scripts/ovirt-early > 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 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-develACK. Pushing to the repo now. :) -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100324/adedb262/attachment.sig>