Re: [ovirt-users] nic order

2017-06-07 Thread Yevgeny Zaspitsky
Sorry, please ignore my suggestion. Now I realize that you actually want to avoid re-ordering. On Wed, Jun 7, 2017 at 2:05 PM, Yevgeny Zaspitsky <yzasp...@redhat.com> wrote: > You can activate reordering by using oVirt REST API. Sending POST request > to http://${engine_address}

Re: [ovirt-users] nic order

2017-06-07 Thread Yevgeny Zaspitsky
You can activate reordering by using oVirt REST API. Sending POST request to http://${engine_address}/vms/${vm_id}/reordermacaddresses URL should do the job. Please note that it would reorder all vnics of the VM that PCI address wasn't assigned to them, in other words the VM wasn't run since the

Re: [ovirt-users] rhevm listening on ipv6 ?

2017-03-05 Thread Yevgeny Zaspitsky
Šimon, According to [1] oVirt should be accessible through IPv6 address. >From my experience engine web can be accessed by using an URL with an IPv6 address in a browser. Please notice that an IPv6 literal address (not a hostname that resolves to an IPv6 address) in a valid URL should be wrapped

Re: [ovirt-users] Import guest at rhv4.0.6 failed after convert a regular ova file by virt-v2v

2017-01-05 Thread Yevgeny Zaspitsky
to Yevgeny in private > Thanks > > > - Original Message - > From: "Yevgeny Zaspitsky" <yzasp...@redhat.com> > To: "Kun Wei" <ku...@redhat.com> > Cc: "Shahar Havivi" <shav...@redhat.com>, "users" <users@ovirt.org&

Re: [ovirt-users] Import guest at rhv4.0.6 failed after convert a regular ova file by virt-v2v

2017-01-05 Thread Yevgeny Zaspitsky
essful. > > But i am testing v2v now and i want to confirm if it is a new bug. > > > > - Original Message - > From: "Shahar Havivi" <shav...@redhat.com> > To: "Kun Wei" <ku...@redhat.com>, "Yevgeny Zaspitsky" <yzasp...@redhat.

Re: [ovirt-users] ovirtmgmt network change

2016-12-21 Thread Yevgeny Zaspitsky
AFAIK if you use a DNS name of the host when you add it to an engine, then its IP could be changed as long as that name continue be resolved to the host new address. On Wed, Dec 21, 2016 at 2:41 PM, Dan Kenigsberg wrote: > On Wed, Dec 21, 2016 at 12:41 AM, Bill Bill

Re: [ovirt-users] host does not comply with the cluster Default networks

2016-12-11 Thread Yevgeny Zaspitsky
I guess ovirtmgmt is your management network (which is required), then engine tries to configure that on the host upon adding that. I assume that the engine failed in that for the reason that you should be able to find in the engine log. Was ovirtmgmt network configured on the host prior adding it

Re: [ovirt-users] Assigned ipv6 vm addreses

2016-09-25 Thread Yevgeny Zaspitsky
should be good to go.. I am running oVirt > 4.0.. oVirt is a nice product, beats the heck out of Xen Server.. > > On Sun, Sep 25, 2016 at 6:57 AM, Yevgeny Zaspitsky <yzasp...@redhat.com> > wrote: > >> oVirt does not produce IP addresses, but it allocates MAC address

Re: [ovirt-users] Ovirt Node NG 4.0.0 wants to bridge my infiniband link

2016-07-04 Thread Yevgeny Zaspitsky
TYPE=Bridge > DELAY=0 > STP=off > ONBOOT=yes > DEFROUTE=no > NM_CONTROLLED=no > IPV6INIT=no > MTU=65520 > > - > > So it seems that 4.0 generates more files and wants to bridge an ethernet > unbridgeable link. Steps to attempt to configure the connection for 4.0 > was the > same done successfully for 3.

Re: [ovirt-users] Ovirt Node NG 4.0.0 wants to bridge my infiniband link

2016-07-04 Thread Yevgeny Zaspitsky
Hello, What's "couple of vdsm hooks"? Could you provide the source code of those? Regards, Yevgeny On Mon, Jul 4, 2016 at 1:43 PM, Giorgio Biacchi wrote: > Hi list, > I'm trying a test installation of the new Ovirt Node Image and engine > before > upgrading my 3.6

Re: [ovirt-users] Networking issues with oVirt Guest VM.

2016-07-04 Thread Yevgeny Zaspitsky
Adding mailing list back... On Mon, Jul 4, 2016 at 3:38 PM, Yevgeny Zaspitsky <yzasp...@redhat.com> wrote: > Clint, > > Sorry, I missed that you already tried that. > > Here are my thoughts (some more shooting in the dark) after reading your > description again:

Re: [ovirt-users] Network redundancy with Manual balancing per VLAN

2016-06-26 Thread Yevgeny Zaspitsky
Dan, Edy, Could you guys answer this? IIUC, the requirements are: - stream the traffic of few VLANs(network roles) through a single bond - be able to bind a VLAN to a bond slave with an option of fallback - have redundancy - assign different QoS to every VLAN (my addition) I guess

Re: [ovirt-users] Network Interface order changed after reboot

2016-06-26 Thread Yevgeny Zaspitsky
BTW, what oVirt (vdsm) version do you use? On Sun, Jun 26, 2016 at 3:15 PM, Yevgeny Zaspitsky <yzasp...@redhat.com> wrote: > Christoph, > > Are those nodes bare-metal or they're VMs? > > Regards, > Yevgeny > > On Thu, Jun 23, 2016 at 3:49 PM, <ov...@timmi.org&g

Re: [ovirt-users] Network Interface order changed after reboot

2016-06-26 Thread Yevgeny Zaspitsky
Christoph, Are those nodes bare-metal or they're VMs? Regards, Yevgeny On Thu, Jun 23, 2016 at 3:49 PM, wrote: > Hi List, > > I have two nodes (running CentOS 7) and the network interface order > changed for some interfaces after every reboot. > > The configurations are done

Re: [ovirt-users] adding network via ovirt-shell

2016-02-24 Thread Yevgeny Zaspitsky
Bill, Here are the CLI equivalents for the GUI operations you have asked for: 1. Assign network to a cluster: add network --name ${network_name} --parent-cluster-name ${cluster_name} 2. After a network is attached to a cluster, make it required (or not required): update network

Re: [ovirt-users] [ovirt-devel] Welcome: New ovirt.org website!

2016-02-21 Thread Yevgeny Zaspitsky
Hi, I updated my feature page [1] on the legacy site last week and added the new picture file [2]. That's missing in the new site and github. Looks like source/images/wiki folder was updated on github on Jun 19th last time, which is quite long time ago... IMHO it re-synced again... [1]

Re: [ovirt-users] Logical Networks with different MTUs

2015-10-14 Thread Yevgeny Zaspitsky
Hello Cam, The problem you described seems to be similar to the described in https://bugzilla.redhat.com/show_bug.cgi?id=1242227. The mentioned bug was fixed in one of the recent oVirt builds. The updated Ovirt code allows to mix networks (regardless of them being VM or non-VM) on a single NIC

Re: [ovirt-users] [ovirt-devel] Feature Page: Mac Pool per DC

2014-04-27 Thread Yevgeny Zaspitsky
Now for users@ovirt.org indeed. - Original Message - From: Yevgeny Zaspitsky yzasp...@redhat.com To: Martin Mucha mmu...@redhat.com Cc: us...@ovrit.org, de...@ovirt.org Sent: Sunday, April 27, 2014 2:29:46 PM Subject: Re: [ovirt-devel] Feature Page: Mac Pool per DC Martin, I'd like