[Ovirt-devel] Proposals for making configure_from_network function works in f13

Arthur CLEMENT aclement at linagora.com
Tue Feb 9 14:17:13 UTC 2010


It's working with Ricardo's patch
The ovirt-early script on my node : http://pastebin.com/f7d655481



On Mardi 09 Février 2010 14:25:59 Alan Pevec wrote:
> > (I did not commit the patch of Ricardo Marin Matinata)
> 
> Ricardo's patch has been pushed to 'next' so this needs to be rebased:
> 
> --- a/scripts/ovirt-early
> +++ b/scripts/ovirt-early
> @@ -40,7 +40,7 @@ configure_from_network() {
>          if ! network_up ; then
>              log "Using interface $DEVICE"
>              # setup temporary interface to retrieve configuration
> -            echo "network --device $DEVICE --bootproto dhcp" | nash
> +            /sbin/dhclient $DEVICE
>          fi
>          if [ $? -eq 0 ]; then
>              # from network-scripts/ifup-post
> 
> ACK from me, after you provide testing results as requested by Darryl
> 
> _______________________________________________
> Ovirt-devel mailing list
> Ovirt-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/ovirt-devel
-- 
Arthur CLEMENT
Linagora Paris




More information about the ovirt-devel mailing list