Comment 3 for bug 579584

Revision history for this message
s450r1 (s450r1) wrote :

Mathias,

The complete command line to start virsh was `sudo virsh`.

Here's the guest description for one of the guests:

jad@kvmhost:~$ sudo virsh dumpxml couchdb1
<domain type='kvm' id='1'>
  <name>couchdb1</name>
  <uuid>57861152-9d28-c67d-87c6-a0295a418121</uuid>
  <memory>2097152</memory>
  <currentMemory>2097152</currentMemory>
  <vcpu>3</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.11'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <source file='/var/vm/couchdb1/disk0.qcow2'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <disk type='file' device='disk'>
      <source file='/var/vm/couchdb1/disk1.qcow2'/>
      <target dev='hdb' bus='ide'/>
    </disk>
    <interface type='bridge'>
      <mac address='52:54:00:c8:8c:c5'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio'/>
    </interface>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'/>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
    </video>
  </devices>
  <seclabel type='dynamic' model='apparmor'>
    <label>libvirt-57861152-9d28-c67d-87c6-a0295a418121</label>
    <imagelabel>libvirt-57861152-9d28-c67d-87c6-a0295a418121</imagelabel>
  </seclabel>
</domain>