[ovirt-users] Using VDSM to edit management interface

2018-03-14 Thread Kirin van der Veer
Hi oVirt people,
I have setup a new cluster consisting of many oVirt Nodes with a single
dedicated oVirt Engine machine.
For the most part things are working, however despite entering the DNS
search domain during install on the Nodes the management interface is not
aware of my search domain and it has not been added to /etc/resolv.conf
(perhaps that is unnecessary?).
I eventually worked out that the DNS search domain should be included in
/etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
However as per the header/warning, that file is generated by VDSM.
I assumed that I should be able to edit the search domain with vdsClient,
but when I run "vdsClient -m" I don't see any options related to network
config.
I found the following page on DNS config:
https://www.ovirt.org/develop/release-management/features/network/allowExplicitDnsConfiguration/
But it does not seem to offer a way of specifying the DNS search domain
(other than perhaps directly editing /etc/resolv.conf - which is
generated/managed by Network Manager).
nmcli reports that all of my interfaces (including ovirtmgmt) are
"unmanaged". Indeed when I attempt to run nmtui there is nothing listed to
configure.
This should be really simple! I just want to add my local search domain so
I can use the short name for my NFS server. I'd appreciate any advice.

Thanks in advance,
Kirin.


.

-- 
 

*IMPORTANT NOTE. *If you are NOT AN AUTHORISED RECIPIENT of this e-mail, 
please contact Planet Innovation Pty Ltd by return e-mail or by telephone 
on +613 9945 7510.  In this case, you should not read, print, re-transmit, 
store or act in reliance on this e-mail or any attachments, and should 
destroy all copies of them.  This e-mail and any attachments are 
confidential and may contain legally privileged information and/or 
copyright material of Planet Innovation Pty Ltd or third parties.  You 
should only re-transmit, distribute or commercialise the material if you 
are authorised to do so.  Although we use virus scanning software, we deny 
all liability for viruses or alike in any message or attachment. This 
notice should not be removed.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 回复: 回复:Re: Re: ovirt-engine add_host_failed

2018-03-14 Thread dhy336
Hi Alona, I test your patch, it is work, thank you very much, but I seem not 
know how to  triggered this bug?- 原始邮件 -
发件人:
收件人:"Alona Kaplan" 
抄送人:users 
主题:[ovirt-users] 回复:Re: Re:  ovirt-engine add_host_failed
日期:2018年03月15日 10点42分

Hi Alona, I has file a bug in the bugzilla. url is  
https://bugzilla.redhat.com/show_bug.cgi?id=1556668, thanks.  - 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 22点56分

Hi,

I posted a patch with a proposed fix (https://gerrit.ovirt.org/#/c/88999/).
Please open a bug so you can track the version the fix is included in.

Please attach to the bug vdsm.log, engine.log and server.log (If you had 
several attempts to reinstall/remove-add the host please add the logs with all 
the attempts).


On Wed, Mar 14, 2018 at 1:42 PM,   wrote:
Hi, Alona
1.  not  opened the SetupNetwoks dialog.  while installing the host .2.   I try 
to many times to  re-install (or remove and re-add) the host  - 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 18点47分

Hi,

Seems the communication with the host is slow and you get a timeout error.
Is there a chance you opened the SetupNetwoks dialog while installing the host 
(it may slow down the host since it queries the host for lldp information)?
Please try to re-install (or remove and re-add) the host (don't open the setup 
network dialog during the installation).
More technically, there is a bug in the code -Collecting and persisting the 
data from the host is done inside a transaction.Only the persisting should be 
done in a transaction.According to the attached log seems the collection of the 
data from the host finished successfully (was slow, but finished without a 
timeout), but the persistence of the data fails since during the persistence 
the transaction reached to the timeout.
Can you please file a bug in the bugzilla and attach the relevant logs 
(engine.log, server.log and vdsm.log)
Thanks.Alona.



On Wed, Mar 14, 2018 at 5:15 AM,   wrote:
I add host for ovirt-engine,  when SetupNetworks faild, server.log has some 
error. But I do not how fix it,  could someone give me some advise?
___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 回复:Re: Re: ovirt-engine add host failed

2018-03-14 Thread dhy336
Hi Alona, I has file a bug in the bugzilla. url is  
https://bugzilla.redhat.com/show_bug.cgi?id=1556668, thanks.  - 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 22点56分

Hi,

I posted a patch with a proposed fix (https://gerrit.ovirt.org/#/c/88999/).
Please open a bug so you can track the version the fix is included in.

Please attach to the bug vdsm.log, engine.log and server.log (If you had 
several attempts to reinstall/remove-add the host please add the logs with all 
the attempts).


On Wed, Mar 14, 2018 at 1:42 PM,   wrote:
Hi, Alona
1.  not  opened the SetupNetwoks dialog.  while installing the host .2.   I try 
to many times to  re-install (or remove and re-add) the host  - 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 18点47分

Hi,

Seems the communication with the host is slow and you get a timeout error.
Is there a chance you opened the SetupNetwoks dialog while installing the host 
(it may slow down the host since it queries the host for lldp information)?
Please try to re-install (or remove and re-add) the host (don't open the setup 
network dialog during the installation).
More technically, there is a bug in the code -Collecting and persisting the 
data from the host is done inside a transaction.Only the persisting should be 
done in a transaction.According to the attached log seems the collection of the 
data from the host finished successfully (was slow, but finished without a 
timeout), but the persistence of the data fails since during the persistence 
the transaction reached to the timeout.
Can you please file a bug in the bugzilla and attach the relevant logs 
(engine.log, server.log and vdsm.log)
Thanks.Alona.



On Wed, Mar 14, 2018 at 5:15 AM,   wrote:
I add host for ovirt-engine,  when SetupNetworks faild, server.log has some 
error. But I do not how fix it,  could someone give me some advise?
___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ceph Cinder QoS

2018-03-14 Thread Konstantin Shalygin

has someone experienced the same problem?
Is there someone who have a working cinder qos?



How exactly? Storage profiles is not present for external providers - so 
lack of this feature.


For now only way to do that is vdsm hook.


https://bugzilla.redhat.com/show_bug.cgi?id=1550145




k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2.2-rc3 switching from legacy to OVS..

2018-03-14 Thread Thomas Davis

Well, I just hit

https://bugzilla.redhat.com/show_bug.cgi?id=1513991

And it's been closed, which means with vdsm-4.20.17-1.el7.centos.x86_64
 OVS networking is totally borked..

I know OVS is Experimental, but it worked in 4.1.x, and now we have to 
do a step back to legacy bridge just to use 4.2.x, which in a vlan 
environment just wreaks havoc (every VLAN need's a unique mac assigned 
to the bridge, which vdsm does not do, so suddenly you get the kernel 
complaining about seeing it's mac address several times.)


There is zero documentation on how to use OVN instead of OVS.

thomas

On 03/13/2018 09:22 AM, Thomas Davis wrote:
I'll work on it some more.  I have 2 different clusters in the data 
center (1 is the Hosted Engine systems, another is not..)  I had trouble 
with both.  I'll try again on the non-hosted engine cluster to see what 
it is doing.  I have it working in 4.1, but we are trying to do a clean 
wipe since the 4.1 engine has been upgraded so many times from v3.5 plus 
we want to move to hosted-engine-ha from a single engine node and the 
ansible modules/roles (which also have problems..)


thomas

On Tue, Mar 13, 2018 at 6:27 AM, Edward Haas > wrote:



OVS switch support is experimental at this stage and in some cases
when trying to change from one switch to the other, it fails.
It was also not checked against a hosted engine setup, which handles
networking a bit differently for the management network (ovirtmgmt).
Nevertheless, we are interested in understanding all the problems
that exists today, so if you can, please share the supervdsm log, it
has the interesting networking traces.

We plan to block cluster switch editing until these problems are
resolved. It will be only allowed to define a new cluster as OVS,
not convert an existing one from Linux Bridge to OVS.

On Fri, Mar 9, 2018 at 9:54 AM, Thomas Davis > wrote:

I'm getting further along with 4.2.2rc3 than the 4.2.1 when it
comes to hosted engine and vlans..  it actually does install
under 4.2.2rc3.

But it's a complete failure when I switch the cluster from Linux
Bridge/Legacy to OVS.  The first time I try, vdsm does
not properly configure the node, it's all messed up.

I'm getting this in vdsmd logs:

2018-03-08 23:12:46,610-0800 INFO  (jsonrpc/7) [api.network]
START setupNetworks(networks={u'ovirtmgmt': {u'ipv6autoconf':
True, u'nic': u'eno1', u'vlan': u'50', u'ipaddr':
u'192.168.85.49', u'switch': u'ovs', u'mtu': 1500, u'netmask':
u'255.255.252.0', u'dhcpv6': False, u'STP': u'no', u'bridged':
u'true', u'gateway': u'192.168.85.254', u'defaultRoute': True}},
bondings={}, options={u'connectivityCheck': u'true',
u'connectivityTimeout': 120}) from=:::192.168.85.24,56806,
flow_id=4147e25f-0a23-4f47-a0a4-d424a3437d11 (api:46)

2018-03-08 23:12:52,449-0800 INFO  (jsonrpc/2)
[jsonrpc.JsonRpcServer] RPC call Host.ping2 succeeded in 0.00
seconds (__init__:573)

2018-03-08 23:12:52,511-0800 INFO  (jsonrpc/7) [api.network]
FINISH setupNetworks error=[Errno 19] ovirtmgmt is not present
in the system from=:::192.168.85.24,56806,
flow_id=4147e25f-0a23-4f47-a0a4-d424a3437d11 (api:50)
2018-03-08 23:12:52,512-0800 ERROR (jsonrpc/7)
[jsonrpc.JsonRpcServer] Internal server error (__init__:611)
Traceback (most recent call last):
   File
"/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line
606, in _handle_request
     res = method(**params)
   File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py",
line 201, in _dynamicMethod
     result = fn(*methodArgs)
   File "", line 2, in setupNetworks
   File "/usr/lib/python2.7/site-packages/vdsm/common/api.py",
line 48, in method
     ret = func(*args, **kwargs)
   File "/usr/lib/python2.7/site-packages/vdsm/API.py", line
1527, in setupNetworks
     supervdsm.getProxy().setupNetworks(networks, bondings, options)
   File
"/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py",
line 55, in __call__
     return callMethod()
   File
"/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py",
line 53, in 
     **kwargs)
   File "", line 2, in setupNetworks
   File "/usr/lib64/python2.7/multiprocessing/managers.py", line
773, in _callmethod
     raise convert_to_error(kind, result)
IOError: [Errno 19] ovirtmgmt is not present in the system
2018-03-08 23:12:52,512-0800 INFO  (jsonrpc/7)
[jsonrpc.JsonRpcServer] RPC call Host.setupNetworks failed
(error -32603) in 5.90 seconds (__init__:573)
2018-03-08 

Re: [ovirt-users] Assistance needed...

2018-03-14 Thread Nasrum Minallah Manzoor
Thank you Nicolas!

Issue mentioned below is resolved! Now the issue that I am facing is that i 
cannot change the "Change CD" function, thus generating following error!

Error while executing Change CD action. Failed to perform change cd..

Thankyou

-Original Message-
From: Nicolas Vaye [mailto:nicolas.v...@province-sud.nc] 
Sent: 14 March 2018 6:31 AM
To: users@ovirt.org; nasrumminall...@hotmail.com
Subject: Re: [ovirt-users] Assistance needed...

I did the installation with windows 7 and i have installed the 
ovirt-tools-setup via the iso and everything is OK.

The simple way is to install ovirt-guest-tools-iso on the hosted-engine and 
then get the iso to put on your ISO domain.
After that just put this iso on the cdrom of the windows 7 VM and execute 
ovirt-guest-tools-setup.

Regards,

Nicolas VAYE
 Message initial 

Date: Tue, 13 Mar 2018 20:35:23 +
Objet: Re: [ovirt-users] Assistance needed...
À: users@ovirt.org 
>, 
nasrumminall...@hotmail.com 
>
Reply-to: Nicolas Vaye 
De: Nicolas Vaye 
>

Hi,

have you ever seen this documentation ?

https://www.ovirt.org/documentation/internal/guest-agent/understanding-guest-agents-and-other-tools/

You can see the link for windows 7 guest agent :

https://community.redhat.com/blog/2015/05/how-to-install-and-use-ovirts-windows-guest-tools/


May be it can help you.

Regards,

Nicolas VAYE

 Message initial 

Date: Mon, 12 Mar 2018 18:00:08 +
Objet: Re: [ovirt-users] Assistance needed...
À: users@ovirt.org 
%3e>>
De: Nasrum Minallah Manzoor 
>
Hi,

Can anyone assist me in getting vnc native console through ovirt engine to my 
guest machine(window 7).

Thanks.

From: Nasrum Minallah Manzoor
Sent: 12 March 2018 3:40 PM
To: users@ovirt.org
Cc: 'junaid8...@gmail.com' 
>
Subject: Assistance needed...

Hi,

I need assistance regarding encircled in red in the attached! How can I remove 
the error “The latest guest agent needs to be installed and running on the 
guest”.

Else everything is working fine!


Kindly response as soon as possible!



Regards,

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Engine 4.2 -> 4.2.1 Upgrade

2018-03-14 Thread Andrei Verovski
Hi !

After oVirt Engine 4.2 -> 4.2.1 Upgrade do I need to run these commands as 
described in this article
https://www.ovirt.org/release/4.2.1/

su - postgres -c "scl enable rh-postgresql95 – psql -d engine"
postgres=# DROP FUNCTION IF EXISTS uuid_generate_v1();
postgres=# CREATE EXTENSION "uuid-ossp”;

BTW, this yelds error:
[root@node00 ~]# su - postgres -c "scl enable rh-postgresql95 – psql -d engine"
Unable to open /etc/scl/conf/–!

node00 is a dedicated PC with CentOS and oVirt Host Engine.

Thanks.
Andrei

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ceph Cinder QoS

2018-03-14 Thread Matteo Dacrema
Hi all,

has someone experienced the same problem?
Is there someone who have a working cinder qos?

Thank you
Matteo

> Il giorno 25 gen 2018, alle ore 11:36, Matteo Dacrema  ha 
> scritto:
> 
> Hi All,
> 
> I’m running a 4.2 cluster with all VMs on Ceph using cinder external provider.
> 
> I’m trying to limit IOPS with cinder qos and volume type but it doesn’t work.
> VM xml doesn’t show anything about  
> 
> Is it expected to work or is not implemented yet?
> 
> Thank you
> 
> Matteo
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> --
> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non 
> infetto.
> Seguire il link qui sotto per segnalarlo come spam: 
> http://mx01.enter.it/cgi-bin/learn-msg.cgi?id=BD22F40423.A457C
> 
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt VMS backup

2018-03-14 Thread Alex K
Thanx.
Now the link is ok.

Alex

On Wed, Mar 14, 2018 at 5:25 PM, Yaniv Kaul  wrote:

>
>
> On Wed, Mar 14, 2018 at 5:19 PM, Alex K  wrote:
>
>> This link was working.
>> Can someone check this to restore access?
>>
>
> Surprisingly, you can go to http://blog.infratic.com/ and just scroll
> down to the blog entry.
> Y.
>
>
>>
>> Thanx,
>> Alex
>>
>> On Tue, Mar 13, 2018 at 1:57 PM, Nathanaël Blanchet 
>> wrote:
>>
>>> sorry, but your link is broken
>>>
>>> Le 12/03/2018 à 19:33, Victor José Acosta Domínguez a écrit :
>>>
>>> http://blog.infratic.com/blog/2017/07/07/create-ovirtrhevs-vm-backup/
>>>
>>> Victor Acosta
>>>
>>> RHCE - RHCSA - RHCVA - VCA-DCV
>>>
>>>
>>> ___
>>> Users mailing 
>>> listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>> --
>>> Nathanaël Blanchet
>>>
>>> Supervision réseau
>>> Pôle Infrastrutures Informatiques227 avenue Professeur-Jean-Louis-Viala 
>>> 
>>> 34193 MONTPELLIER CEDEX 5   
>>> Tél. 33 (0)4 67 54 84 55
>>> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt VMS backup

2018-03-14 Thread Yaniv Kaul
On Wed, Mar 14, 2018 at 5:19 PM, Alex K  wrote:

> This link was working.
> Can someone check this to restore access?
>

Surprisingly, you can go to http://blog.infratic.com/ and just scroll down
to the blog entry.
Y.


>
> Thanx,
> Alex
>
> On Tue, Mar 13, 2018 at 1:57 PM, Nathanaël Blanchet 
> wrote:
>
>> sorry, but your link is broken
>>
>> Le 12/03/2018 à 19:33, Victor José Acosta Domínguez a écrit :
>>
>> http://blog.infratic.com/blog/2017/07/07/create-ovirtrhevs-vm-backup/
>>
>> Victor Acosta
>>
>> RHCE - RHCSA - RHCVA - VCA-DCV
>>
>>
>> ___
>> Users mailing 
>> listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>>
>>
>> --
>> Nathanaël Blanchet
>>
>> Supervision réseau
>> Pôle Infrastrutures Informatiques
>> 227 avenue Professeur-Jean-Louis-Viala
>> 34193 MONTPELLIER CEDEX 5
>> Tél. 33 (0)4 67 54 84 55
>> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt VMS backup

2018-03-14 Thread Alex K
This link was working.
Can someone check this to restore access?

Thanx,
Alex

On Tue, Mar 13, 2018 at 1:57 PM, Nathanaël Blanchet 
wrote:

> sorry, but your link is broken
>
> Le 12/03/2018 à 19:33, Victor José Acosta Domínguez a écrit :
>
> http://blog.infratic.com/blog/2017/07/07/create-ovirtrhevs-vm-backup/
>
> Victor Acosta
>
> RHCE - RHCSA - RHCVA - VCA-DCV
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
> --
> Nathanaël Blanchet
>
> Supervision réseau
> Pôle Infrastrutures Informatiques
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5 
> Tél. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt-engine add host failed

2018-03-14 Thread Alona Kaplan
Hi,

I posted a patch with a proposed fix (https://gerrit.ovirt.org/#/c/88999/).
Please open a bug so you can track the version the fix is included in.

Please attach to the bug vdsm.log, engine.log and server.log (If you had
several attempts to reinstall/remove-add the host please add the logs with
all the attempts).


On Wed, Mar 14, 2018 at 1:42 PM,  wrote:

> Hi, Alona
>
> 1.  not  opened the SetupNetwoks dialog.  while installing the host .
> 2.   I try to many times to  re-install (or remove and re-add) the host
> - 原始邮件 -
> 发件人:Alona Kaplan 
> 收件人:dhy...@sina.com
> 抄送人:users 
> 主题:Re: [ovirt-users] ovirt-engine add host failed
> 日期:2018年03月14日 18点47分
>
> Hi,
>
> Seems the communication with the host is slow and you get a timeout error.
>
> Is there a chance you opened the SetupNetwoks dialog while installing the
> host (it may slow down the host since it queries the host for lldp
> information)?
>
> Please try to re-install (or remove and re-add) the host (don't open the
> setup network dialog during the installation).
>
> More technically, there is a bug in the code -
> Collecting and persisting the data from the host is done inside a
> transaction.
> Only the persisting should be done in a transaction.
> According to the attached log seems the collection of the data from the
> host finished successfully (was slow, but finished without a timeout), but
> the persistence of the data fails since during the persistence the
> transaction reached to the timeout.
>
> Can you please file a bug in the bugzilla and attach the relevant logs
> (engine.log, server.log and vdsm.log)
>
> Thanks.
> Alona.
>
>
>
> On Wed, Mar 14, 2018 at 5:15 AM,  wrote:
>
> I add host for ovirt-engine,  when SetupNetworks faild, server.log has
> some error. But I do not how fix it,  could someone give me some advise?
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Quick question about oVirt 3.6 and vdsm log in DEBUG mode (apprently by default??)

2018-03-14 Thread Christopher Cox

On 03/14/2018 01:34 AM, Yaniv Kaul wrote:



On Mar 13, 2018 11:48 PM, "Christopher Cox" > wrote:


...snip...


What we are seeing more and more is that if we do an operation like expose a
new LUN and configure a new storage domain, that all of the hyervisors go
"red triangle" and "Connecting..." and it takes a very long time (all day)
to straighten out.

My guess is that there's too much to look at vdsm wise and so it's waiting a
short(er) period of time for a completed response than what vdsm is going to
us, and it just cycles over and over until it just happens to work.


Please upgrade. We have solved issues and improved performance and scale
substantially since 3.6.
You may also wish to apply lvm filters.
Y.


Oh, we know and are looking at what we'll have to do to upgrade.  With that 
said, is there more information on what you mentioned as "lvm filters" posted 
somewhere?


Also, would VM reduction, and IMHO, virtual disk reduction help this problem?

Is there and engine config parameters that might help as well?

Thanks for any help on this.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] improvement for web ui during the create template stage.

2018-03-14 Thread Alexander Wels
On Wednesday, March 14, 2018 12:04:18 AM EDT Nicolas Vaye wrote:
> Hi,
> I 'have 2 ovirt node with HE in version 4.2.1.7-1.
> 
> If i make a template from a VM's snapshot in the web ui, there is a form ui
> to enter several parameter
 [cid:1521000255.509.1.camel@province-sud.nc]
> 
> if the name of the template is missing and if we clic on the OK button,
> there is an highlighting red border on the name to indicate the problem.
> if i enter a long name for the template and if we clic on the OK button,
> nothing happend, and there is no highlight or error message to indicate
> there is a problem with the long name. 
> Could you improve that ?
> 
> Thanks,
> 
> Regards,
> 
> Nicolas VAYE
> 

It appears to me it already does that, this a screenshot of me putting in a 
long template name, and it is highlighted right and if I hover I see a tooltip 
explaining I can't have more than 64 characters.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 回复:Re: ovirt-engine add host failed

2018-03-14 Thread dhy336
Hi, Alona
1.  not  opened the SetupNetwoks dialog.  while installing the host .2.   I try 
to many times to  re-install (or remove and re-add) the host  - 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 18点47分

Hi,

Seems the communication with the host is slow and you get a timeout error.
Is there a chance you opened the SetupNetwoks dialog while installing the host 
(it may slow down the host since it queries the host for lldp information)?
Please try to re-install (or remove and re-add) the host (don't open the setup 
network dialog during the installation).
More technically, there is a bug in the code -Collecting and persisting the 
data from the host is done inside a transaction.Only the persisting should be 
done in a transaction.According to the attached log seems the collection of the 
data from the host finished successfully (was slow, but finished without a 
timeout), but the persistence of the data fails since during the persistence 
the transaction reached to the timeout.
Can you please file a bug in the bugzilla and attach the relevant logs 
(engine.log, server.log and vdsm.log)
Thanks.Alona.



On Wed, Mar 14, 2018 at 5:15 AM,   wrote:
I add host for ovirt-engine,  when SetupNetworks faild, server.log has some 
error. But I do not how fix it,  could someone give me some advise?
___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 回复:Re: ovirt-engine add host failed

2018-03-14 Thread dhy336
Hi,Alona thanks for your reply, I find node network is not fixed, there is not 
Bridge ovirtmgmt.
 I solve this issue, as shown in the figure. ovirtmgmt is not in "Assiged 
Logical Networks",  I drag ovirtmgmt to "Assiged Logical Networks" .then click 
OK. host`s status become up, this is work.

But when add host , network setup fail, host is "no reponsed" .

- 原始邮件 -
发件人:Alona Kaplan 
收件人:dhy...@sina.com
抄送人:users 
主题:Re: [ovirt-users] ovirt-engine add host failed
日期:2018年03月14日 18点47分

Hi,

Seems the communication with the host is slow and you get a timeout error.
Is there a chance you opened the SetupNetwoks dialog while installing the host 
(it may slow down the host since it queries the host for lldp information)?
Please try to re-install (or remove and re-add) the host (don't open the setup 
network dialog during the installation).
More technically, there is a bug in the code -Collecting and persisting the 
data from the host is done inside a transaction.Only the persisting should be 
done in a transaction.According to the attached log seems the collection of the 
data from the host finished successfully (was slow, but finished without a 
timeout), but the persistence of the data fails since during the persistence 
the transaction reached to the timeout.
Can you please file a bug in the bugzilla and attach the relevant logs 
(engine.log, server.log and vdsm.log)
Thanks.Alona.



On Wed, Mar 14, 2018 at 5:15 AM,   wrote:
I add host for ovirt-engine,  when SetupNetworks faild, server.log has some 
error. But I do not how fix it,  could someone give me some advise?
___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Localization needs some Italian, Czech and Russian updates

2018-03-14 Thread Sandro Bonazzola
Hi,
if you have some time, want to help oVirt project, and you're fluent in the
following languages you can help translating oVirt!

The project is hosted here:
https://translate.zanata.org/iteration/view/ovirt/ovirt-4.2

Italian translation is at 84%
Czech translation is at 35%
Russian translation is at 26%

Thanks,
-- 

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R

Red Hat EMEA 

TRIED. TESTED. TRUSTED. 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] NFS 4.1 support and migration

2018-03-14 Thread Eyal Shenitzky
Hi,

NFS 4.1 supported and working since version 3.6 (according to this bug fix
[1])

[1] Support NFS v4.1 connections -
https://bugzilla.redhat.com/show_bug.cgi?id=1283964
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt-engine add host failed

2018-03-14 Thread Alona Kaplan
Hi,

Seems the communication with the host is slow and you get a timeout error.

Is there a chance you opened the SetupNetwoks dialog while installing the
host (it may slow down the host since it queries the host for lldp
information)?

Please try to re-install (or remove and re-add) the host (don't open the
setup network dialog during the installation).

More technically, there is a bug in the code -
Collecting and persisting the data from the host is done inside a
transaction.
Only the persisting should be done in a transaction.
According to the attached log seems the collection of the data from the
host finished successfully (was slow, but finished without a timeout), but
the persistence of the data fails since during the persistence the
transaction reached to the timeout.

Can you please file a bug in the bugzilla and attach the relevant logs
(engine.log, server.log and vdsm.log)

Thanks.
Alona.



On Wed, Mar 14, 2018 at 5:15 AM,  wrote:

> I add host for ovirt-engine,  when SetupNetworks faild, server.log has
> some error. But I do not how fix it,  could someone give me some advise?
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] NFS 4.1 support and migration

2018-03-14 Thread spfma . tech
Hi,
   Is NFS 4.1 supported and working flawlessly in oVirt ? I would like to 
give it a try (performances with // transferts), but as it requires changes in 
my network design if I want to add new links, I want to be sure it worth the 
effort.   Is there an easy way to "migrate"a NFS3 datastore to a NFS4.1 one 
? Options are greyed when the domain is up, so maybe it requires more care than 
just a simple click.
   Regards 

-
FreeMail powered by mail.fr
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Query about running ovirt-4.2.1 engine support 3.x nodes ?

2018-03-14 Thread Joseph Kelly
Hello All,


I have two hopefully easy questions regarding an ovirt-4.2.1 engine support and 
3.x nodes ?


1) Does an ovirt-4.2.x engine support 3.x nodes ? As This page states:


"The cluster compatibility is set according to the version of the least capable 
host operating system in the cluster."


https://www.ovirt.org/documentation/upgrade-guide/chap-Post-Upgrade_Tasks/


Which seems to indicate that you can run say a 4.2.1 engine with lower version 
nodes, but is that correct ?


2) And can you just upgrade the nodes directly from 3.x to 4.2.x as per these 
steps ?


1. Move the node to maintenance
2. Add 4.2.x repos
3. yum update
4. reboot
5. Activate (exit maintenance)


I've looked in the release notes but wasn't able to find much detail on 
ovirt-nodes upgrades.


Thanks,

Joe.


--
J. Kelly
Infrastructure Engineer
TradingScreen
www.tradingscreen.com

Follow TradingScreen on Twitter, 
Facebook, or our 
blog, Trading Smarter

This message is intended only for the recipient(s) named above and may contain 
confidential information. If you are not an intended recipient, you should not 
review, distribute or copy this message. Please notify the sender immediately 
by e-mail if you have received this message in error and delete it from your 
system.




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] create new domain failed

2018-03-14 Thread dhy336
HiI find a issue, I create new domain failed
error info is "Error while executing action New NFS Storage Domain: Storage 
domain already exists". 
vdsm debug info :
2018-03-14 15:39:46,163+0800 INFO  (jsonrpc/1) [DynamicBridge] 
duhy test- (Bridge:189)2018-03-14 
15:39:46,163+0800 INFO  (jsonrpc/1) [DynamicBridge] cmd = 
StoragePool_connectStorageServer (Bridge:190)2018-03-14 15:39:46,164+0800 INFO  
(jsonrpc/1) [vdsm.api] START connectStorageServer(domType=1, 
spUUID=u'----', conList=[{u'id': 
u'a16bcfa2-fd7c-49f9-84b2-3a905b4f4135', u'connection': 
u'192.168.122.134:/home/exports/vmstorage', u'iqn': u'', u'user': u'', u'tpgt': 
u'1', u'protocol_version': u'auto', u'password': '', u'port': u''}], 
options=None) from=:::192.168.122.134,45460, flow_id=61f0b27f, 
task_id=ecd65a2e-3687-49b6-a4d6-11b9fce74775 (api:46)2018-03-14 
15:39:46,190+0800 INFO  (jsonrpc/1) [vdsm.api] FINISH connectStorageServer 
return={'statuslist': [{'status': 0, 'id': 
u'a16bcfa2-fd7c-49f9-84b2-3a905b4f4135'}]} from=:::192.168.122.134,45460, 
flow_id=61f0b27f, task_id=ecd65a2e-3687-49b6-a4d6-11b9fce74775 
(api:52)2018-03-14 15:39:46,191+0800 INFO  (jsonrpc/1) [jsonrpc.JsonRpcServer] 
RPC call StoragePool.connectStorageServer succeeded in 0.03 seconds 
(__init__:630)2018-03-14 15:39:46,204+0800 INFO  (jsonrpc/3) [DynamicBridge] 
duhy test- (Bridge:189)2018-03-14 
15:39:46,205+0800 INFO  (jsonrpc/3) [DynamicBridge] cmd = StorageDomain_create 
(Bridge:190)2018-03-14 15:39:46,205+0800 INFO  (jsonrpc/3) [vdsm.api] START 
createStorageDomain(storageType=1, 
sdUUID=u'80586557-820f-4e12-9763-11beed4259c8', domainName=u'vmstorage', 
typeSpecificArg=u'192.168.122.134:/home/exports/vmstorage', domClass=1, 
domVersion=u'4', options=None) from=:::192.168.122.134,45460, 
flow_id=61f0b27f, task_id=4b38bebc-5e9f-49cf-aafd-0de9155abe06 
(api:46)2018-03-14 15:39:46,206+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache] ---duhy test-- 
(sdc:106)2018-03-14 15:39:46,206+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache] /rhev/data-center (sdc:107)2018-03-14 
15:39:46,206+0800 INFO  (jsonrpc/3) [storage.StorageDomainCache] 
--- (sdc:119)2018-03-14 
15:39:46,206+0800 INFO  (jsonrpc/3) [storage.StorageDomainCache] {} 
(sdc:120)2018-03-14 15:39:46,207+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache] sdUUID not in __inProgress (sdc:128)2018-03-14 
15:39:46,207+0800 INFO  (jsonrpc/3) [storage.StorageDomainCache] set([]) 
(sdc:129)2018-03-14 15:39:46,668+0800 INFO  (itmap/0) [IOProcessClient] 
Starting client ioprocess-1 (__init__:330)2018-03-14 15:39:46,693+0800 INFO  
(ioprocess/31894) [IOProcess] Starting ioprocess (__init__:452)2018-03-14 
15:39:46,704+0800 INFO  (jsonrpc/3) [storage.StorageDomain] 
sdUUID=80586557-820f-4e12-9763-11beed4259c8 domainName=vmstorage 
remotePath=192.168.122.134:/home/exports/vmstorage domClass=1 
(nfsSD:70)2018-03-14 15:39:46,745+0800 INFO  (jsonrpc/3) [IOProcessClient] 
Starting client ioprocess-2 (__init__:330)2018-03-14 15:39:46,780+0800 INFO  
(ioprocess/31903) [IOProcess] Starting ioprocess (__init__:452)2018-03-14 
15:39:47,108+0800 INFO  (jsonrpc/3) [storage.xlease] Formatting index for 
lockspace u'80586557-820f-4e12-9763-11beed4259c8' (version=1) 
(xlease:641)2018-03-14 15:39:47,489+0800 INFO  (jsonrpc/3) [storage.HSM] 
knownSDs: {80586557-820f-4e12-9763-11beed4259c8: vdsm.storage.nfsSD.findDomain} 
(hsm:2581)2018-03-14 15:39:47,490+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache] --manuallyAddDomain 
(sdc:204)2018-03-14 15:39:47,490+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache]  (sdc:205)2018-03-14 15:39:47,490+0800 INFO  (jsonrpc/3) 
[storage.StorageDomainCache] 80586557-820f-4e12-9763-11beed4259c8 
(sdc:206)2018-03-14 15:39:47,490+0800 INFO  (jsonrpc/3) [vdsm.api] FINISH 
createStorageDomain return=None from=:::192.168.122.134,45460, 
flow_id=61f0b27f, task_id=4b38bebc-5e9f-49cf-aafd-0de9155abe06 
(api:52)2018-03-14 15:39:47,491+0800 INFO  (jsonrpc/3) [jsonrpc.JsonRpcServer] 
RPC call StorageDomain.create succeeded in 1.29 seconds 
(__init__:630)2018-03-14 15:39:47,508+0800 INFO  (jsonrpc/4) [DynamicBridge] 
duhy test- (Bridge:189)2018-03-14 
15:39:47,509+0800 INFO  (jsonrpc/4) [DynamicBridge] cmd = StorageDomain_create 
(Bridge:190)2018-03-14 15:39:47,510+0800 INFO  (jsonrpc/4) [vdsm.api] START 
createStorageDomain(storageType=1, 
sdUUID=u'80586557-820f-4e12-9763-11beed4259c8', domainName=u'vmstorage', 
typeSpecificArg=u'192.168.122.134:/home/exports/vmstorage', domClass=1, 
domVersion=u'4', options=None) from=:::192.168.122.134,45460, 
flow_id=61f0b27f, task_id=e419bf88-6f4e-43ff-a6ae-0153b3a98c65 
(api:46)2018-03-14 15:39:47,510+0800 INFO  (jsonrpc/4) 
[storage.StorageDomainCache] ---duhy test-- 

Re: [ovirt-users] How to log-on to a VM from Centos atomic template

2018-03-14 Thread Yaniv Kaul
On Tue, Mar 13, 2018 at 6:31 PM, Niv Gal Weizer  wrote:

> On Ovirt 4.2:
> - click on the left Storage tab
> - click on Domains
> - choose Centos 7 Automic Host imge v1711 for X86_64 , and clic import
> - enable the Import as Template
> - Click OK
>
> Now use this template to create a new VM.
> After this VM is created run it and open a console to it.
>
>
> -How to log in to this VM?
> There is no way to change the password from the VM create menu, or change
> the password after it was created.
>

Have you tried to set credentials / SSH keys via cloud-init?
Y.


>
>
> Niv
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to log-on to a VM from Centos atomic template

2018-03-14 Thread Niv Gal Weizer
On Ovirt 4.2:
- click on the left Storage tab
- click on Domains
- choose Centos 7 Automic Host imge v1711 for X86_64 , and clic import
- enable the Import as Template
- Click OK

Now use this template to create a new VM.
After this VM is created run it and open a console to it.


-How to log in to this VM?
There is no way to change the password from the VM create menu, or change
the password after it was created.

Niv
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 4.2 upgrade question

2018-03-14 Thread Константин Стаценко
Well, it does seem cleaner.
Thank you.

2018-03-12 15:33 GMT+03:00 Yedidyah Bar David :

> On Mon, Mar 12, 2018 at 1:37 PM, KSNull Zero  wrote:
> > Hello!
> > Currently we run 4.1.9 and try to upgrade to the latest 4.2 release.
> > Our DB server is on separate machine and run PostgreSQL 9.2.23.
> >
> > During upgrade the following error occurs:
> > [WARNING] This release requires PostgreSQL server 9.5.9 but the engine
> > database is currently hosted on PostgreSQL server 9.2.23
> > [ ERROR ] Please upgrade the PostgreSQL instance that serves the engine
> > database to 9.5.9 and retry.
> >
> > Ok, so we need to upgrade PostgreSQL.
> > The question is - do we need to have exact 9.5.9 version of PostgreSQL ?
>
> '9.5.9' is not hard-coded, but is the version shipped by SCL [1].
>
> The CentOS 7 engine build pulls that in and uses it, for both client
> (always)
> and server (if configured to).
>
> This is the only combination that's tested and known to work. To use this
> on your remote PG machine, add there SCL repos and use them. You will need
> to upgrade your database to the new version, similarly to what engine-setup
> does if it's a local db. I do not think we have docs for this, see e.g.
> [2].
>
> If you want to use some other (non-SCL) build of PG also on the client,
> I think it should not be too hard to make everything work, as this is
> what we do in the fedora build, but I didn't try this myself, nor know
> about anyone that did. It's probably enough to remove the file:
>
> /etc/ovirt-engine-setup.env.d/10-setup-scl-postgres-95.env
>
> If you go this way, note that you'll have to repeat removing it per
> each upgrade. Alternatively, you can add your own file there, with
> a later number, clearing the variables set in this file, e.g.:
>
> # cat << __EOF__ > /etc/ovirt-engine-setup.env.d/99-unset-postgresql.env
> unset RHPOSTGRESQL95BASE
> unset RHPOSTGRESQL95DATA
> unset sclenv
> unset POSTGRESQLENV
> __EOF__
>
> And also install the postgresql client/libraries/etc matching what you
> have on your server.
>
> [1] https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/
> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1498351#c12
>
> > Because if we upgrade PostgreSQL to the latest available 9.5.12 the same
> > error occurs saying that client and server version mismatched and upgrade
> > terminates.
> > Thank you.
>
> Best regards,
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Quick question about oVirt 3.6 and vdsm log in DEBUG mode (apprently by default??)

2018-03-14 Thread Yaniv Kaul
On Mar 13, 2018 11:48 PM, "Christopher Cox"  wrote:

We're running oVirt 3.6 on 9 Dell Blades but with just two fairly fat
fabrics, one for LAN stuff, ovirtmgmt and one for iSCSI to the storage
domains.

15 VM Storage Domains
iSCSI has 4 paths going through a 40Gbit i/o blade to switch

115 VMs or thereabouts
9 VLANS, sharing an i/o blade with ovirtmgmt 40Gbit to switch
500+ virtual disks

What we are seeing more and more is that if we do an operation like expose
a new LUN and configure a new storage domain, that all of the hyervisors go
"red triangle" and "Connecting..." and it takes a very long time (all day)
to straighten out.

My guess is that there's too much to look at vdsm wise and so it's waiting
a short(er) period of time for a completed response than what vdsm is going
to us, and it just cycles over and over until it just happens to work.


Please upgrade. We have solved issues and improved performance and scale
substantially since 3.6.
You may also wish to apply lvm filters.
Y.


I'm thinking that vdsm having DEBUG enabled isn't helping the latency, but
as far as I know it came this way be default.  Can we safely disable DEBUG
on the hypervisor hosts for vdsm?  Can we do this while things are roughly
in a steady state?  Remember, just doing the moves could throw everything
into vdsm la-la-land (actually, that might not be true, might take a new
storage thing to do that).

Just thinking out loud... can we safely turn off DEBUG logging on the
vdsms? Can we do this "live" through bouncing of the vdsm if everything is
"steady state"?  Do you think this might help the problems we're having
with storage operations? (I can see all the blades logging in iSCSI wise,
but ovirt engine does the whole red triangle connecting thing, for many,
many, many hours).

Thanks,
Christopher


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users