[libvirt] [PATCH] systemd: start libvirtd after network

Jim Fehlig jfehlig at suse.com
Tue Jul 10 14:57:24 UTC 2012


Osier Yang wrote:
> On 2012年07月10日 03:41, Jim Fehlig wrote:
>> Domains configured with autostart may fail to start if the host
>> network stack has not been started.  E.g. when using bridged
>> networking autostarting a domain can fail with
>>
>> libvirtd[1403]: 2012-06-20 13:23:49.833+0000: 1485: error :
>> qemuAutostartDomain:177 : Failed to autostart VM 'test': Cannot get
>> interface MTU on 'br0': No such device
>> ---
>>   daemon/libvirtd.service.in |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in
>> index 33724ee..b7afadf 100644
>> --- a/daemon/libvirtd.service.in
>> +++ b/daemon/libvirtd.service.in
>> @@ -6,6 +6,7 @@
>>   [Unit]
>>   Description=Virtualization daemon
>>   Before=libvirt-guests.service
>> +After=network.target
>>
>>   [Service]
>>   EnvironmentFile=-/etc/sysconfig/libvirtd
>
> Makes sense from my p.o.v, ACK

Thanks, pushed.

Jim




More information about the libvir-list mailing list