sorry for the delay,
libvirt version is 1.2.2
ovs_version: "2.0.2"
i'm installing it through Virt-manager.
xml file is

WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made
using:
  virsh edit 1511_secondary
or other application using the libvirt API.
-->

<domain type='kvm'>
  <name>1511_secondary</name>
  <uuid>ed9fbe99-500d-15f1-a5b7-d470d0cca837</uuid>
  <memory unit='KiB'>12288000</memory>
  <currentMemory unit='KiB'>12288000</currentMemory>
  <vcpu placement='static'>8</vcpu>
  <os>
    <type arch='x86_64' machine='pc-i440fx-trusty'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/kvm-spice</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/libvirt/images/1511_primary-clone.img'/>
      <target dev='hda' bus='ide'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>
    <disk type='block' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
    </disk>
    <controller type='usb' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pci-root'/>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:f1:51:47'/>
      <source bridge='1511'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <graphics type='vnc' port='-1' autoport='yes'/>
    <sound model='ich6'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
    </sound>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05'
function='0x0'/>
    </memballoon>
  </devices>
</domain>



On Thu, Feb 19, 2015 at 10:47 PM, Scott Lowe <[email protected]>
wrote:

> Please see my responses inline, prefixed by [SL].
>
> jayakeerthi k <[email protected]> wrote:
>
> > OK..
> >
> > when i try to create vm i'm gettting error unable to add vnet0 port on
> the
> > bridge br3.
>
> [SL] Jayakeerthi, can you share the following information to help us help
> you?
>
> - The network portion of the domain XML configuration for your VM (obtained
> via 'virsh dumpxml <vm-name>'
>
> - The versions of OVS and libvirt installed on your system
>
> - The command(s) you are using to create and/or start the VM
>
> Feel free to use a service like pastebin.com to share the domain XML
> configuration, if you'd like.
>
> Thanks!
>
> >> On Thu, Feb 19, 2015 at 10:01 AM, Ben Pfaff <[email protected]> wrote:
> >>
> >> I don't think you can. KVM creates the port, OVS only handles switching.
> >>
> >>> On Thu, Feb 19, 2015 at 09:08:49AM +0530, jayakeerthi k wrote:
> >>>
> >>> how to create port's in openvswitch that can be assigned to vm created
> >>> with KVM?
>
> --
> Scott
>
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to