Public bug reported:

1. Release of Ubuntu:   14.04 LTS ( 3.13.0-32-generic #57-Ubuntu SMP Tue
Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)

2. Version of package

sudo apt-cache policy libvirt-bin
libvirt-bin:
  Installiert:           1.2.2-0ubuntu13.1.1
  Installationskandidat: 1.2.2-0ubuntu13.1.1
  Versionstabelle:
 *** 1.2.2-0ubuntu13.1.1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
        100 /var/lib/dpkg/status
     1.2.2-0ubuntu13 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages


3. What I expected to happen:
Domains (guest machines) that are marked `autostart' should be running after 
the host was booted.

4. What happened instead:
auto starting domains (guest machines) fails when booting the host OS (Ubuntu 
Server 14.04 LTS)

Libvirtd is running.
There are symlinks in /etc/libvirt/qemu/autostart.

All domains are using a bridge device (br0) that I specified myself, and using 
static IP addresses.
I removed the default network created by libvirt (virtual network virbr0 for 
NAT slows down things
and only recommended for desktop installations).

The bridge device works properly, I can log in my virtual machines via ssh and 
I use the bridge as 
well to communicate to internal network.

sudo brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.6cf049051c2f       no              eth0, vnet0


cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
        address 192.168.2.4
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255
        gateway 192.168.2.1
        dns-nameserver 192.168.2.1
        bridge_ports eth0
        bridge_maxwait 0
        bridge_stp off

** Affects: libvirt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1350727

Title:
  Domains created and managed via libvirt/virsh do not autostart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1350727/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to