[ovirt-users] oVirt Active Directory Integration

2016-09-27 Thread Anantha Raghava

Hi,

I am trying to integrate the oVirt Engine with Active Directory to 
enable user logins. I installed the ovirt ldap extension and executed 
the setup. The process completed successfully and the profile is visible 
in engine log in page.


Now, when I try to add the user and assign the roles, it is not allowing 
me to browse through the profile & the user list. Infact the "GO" button 
gets deactivated as shown in the screenshot.


How do I set this right and get the user list?

--

Thanks & Regards,


Anantha Raghava

eXza Technology Consulting & Services


Do not print this e-mail unless required. Save Paper & trees.

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


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
Thank you

27.09.2016, 20:38, "Michal Skrivanek" :
> kvmclock is the most accurate clock in Linux guests. Once you hit a bug we 
> can take a look at something, but until then I do not see a reason to modify 
> anything
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt-engine-extension-aaa-ldap-setup > [ ERROR ] Invalid CA certificate: unknown error (_ssl.c:2988)

2016-09-27 Thread aleksey . maksimov
Hello oVirt guru's!

I want to configure MS Active Directory authentication for oVirt web UI.

I configured an External LDAP Provider in accordance with the instructions:

Link #1) 
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/sect-Configuring_an_External_LDAP_Provider.html

Link #2) 
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Administration_Guide/Setting_Up_SSL_or_TLS_Connections_between_the_Manager_and_an_LDAP_Server.html

For support LDAP over TLS I did file with all Root certificates 
(~/AD-LDAP-Files/myrootca_chain.pem).

Check file:

$ openssl verify -CAfile ~/AD-LDAP-Files/myrootca_chain.pem 
~/AD-LDAP-Files/ldapserver.pem
/root/AD-LDAP-Files/end.pem: OK

Then I create  JKS (Java Key Store) file (as described in Link #2):

# keytool -importcert -noprompt -trustcacerts -alias myrootcachain -file 
~/AD-LDAP-Files/myrootca_chain.pem -keystore /etc/ovirt-engine/aaa/myrootca.jks 
-storepass changeit
Certificate was added to keystore

Then I run ovirt-engine-extension-aaa-ldap-setup:

# ovirt-engine-extension-aaa-ldap-setup

[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files: 
['/etc/ovirt-engine-extension-aaa-ldap-setup.conf.d/10-packaging.conf']
  Log file: 
/tmp/ovirt-engine-extension-aaa-ldap-setup-20160927202843-npv8ru.log
  Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment customization
  Welcome to LDAP extension configuration program
  Available LDAP implementations:
   1 - 389ds
   2 - 389ds RFC-2307 Schema
   3 - Active Directory
   4 - IPA
   5 - Novell eDirectory RFC-2307 Schema
   6 - OpenLDAP RFC-2307 Schema
   7 - OpenLDAP Standard Schema
   8 - Oracle Unified Directory RFC-2307 Schema
   9 - RFC-2307 Schema (Generic)
  10 - RHDS
  11 - RHDS RFC-2307 Schema
  12 - iPlanet
  Please select: 3
  Please enter Active Directory Forest name: holding.com
[ INFO  ] Resolving Global Catalog SRV record for holding.com
[ INFO  ] Resolving LDAP SRV record for holding.com
  NOTE:
  It is highly recommended to use secure protocol to access the LDAP 
server.
  Protocol startTLS is the standard recommended method to do so.
  Only in cases in which the startTLS is not supported, fallback to non 
standard ldaps protocol.
  Use plain for test environments only.
  Please select protocol to use (startTLS, ldaps, plain) [startTLS]:
  Please select method to obtain PEM encoded CA certificate (File, URL, 
Inline, System, Insecure): File
  File path: /etc/ovirt-engine/aaa/myrootca.jks
[ ERROR ] Invalid CA certificate: unknown error (_ssl.c:2988)
  Please select method to obtain PEM encoded CA certificate (File, URL, 
Inline, System, Insecure):
 

In the log /tmp/ovirt-engine-extension-aaa-ldap-setup-20160927202843-npv8ru.log:

...
2016-09-27 20:28:57 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:204 DIALOG:SEND Please select method to 
obtain PEM encoded CA certificate (File, URL, Inline, System, Insecure):
2016-09-27 20:29:01 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:204 DIALOG:RECEIVEFile
2016-09-27 20:29:01 DEBUG otopi.plugins.otopi.dialog.human 
human.queryString:145 query OVAAALDAP_LDAP_CACERT_FILE
2016-09-27 20:29:01 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:204 DIALOG:SEND File path:
2016-09-27 20:29:10 DEBUG otopi.plugins.otopi.dialog.human 
dialog.__logString:204 DIALOG:RECEIVE/etc/ovirt-engine/aaa/myrootca.jks
2016-09-27 20:29:10 ERROR 
otopi.plugins.ovirt_engine_extension_aaa_ldap.ldap.common 
common._customization_late:756 Invalid CA certificate: unknown error 
(_ssl.c:2988)
2016-09-27 20:29:10 DEBUG 
otopi.plugins.ovirt_engine_extension_aaa_ldap.ldap.common 
common._customization_late:757 Exception
Traceback (most recent call last):
  File 
"/usr/share/ovirt-engine-extension-aaa-ldap/setup/bin/../plugins/ovirt-engine-extension-aaa-ldap/ldap/common.py",
 line 748, in _customization_late
cacert, cacertfile, insecure = self._getCACert()
  File 
"/usr/share/ovirt-engine-extension-aaa-ldap/setup/bin/../plugins/ovirt-engine-extension-aaa-ldap/ldap/common.py",
 line 366, in _getCACert
error=e,
SoftRuntimeError: Invalid CA certificate: unknown error (_ssl.c:2988)

Tell me, please, what am I doing wrong.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Michal Skrivanek


> On 27 Sep 2016, at 19:26, aleksey.maksi...@it-kb.ru wrote:
> 
> No. At the moment I have no sync-time errors. I'm just asking hypothetically

kvmclock is the most accurate clock in Linux guests. Once you hit a bug we can 
take a look at something, but until then I do not see a reason to modify 
anything

> 
> 27.09.2016, 20:22, "Michal Skrivanek" :
>>>  On 27 Sep 2016, at 19:12, aleksey.maksi...@it-kb.ru wrote:
>>> 
>>>  I'm afraid that in the future OS time may get out of sync because of 
>>> kvm-clock
>>>  And as a result Kerberos may stop working
>>>  I hope I explained clearly
>> 
>> Sorry, not really. You said you set up ntpd/chrony correctly. So how can the 
>> time get out of sync? Why do you think it can be because of kvmclock anyway? 
>> Do you refer to some specific bug?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
No. At the moment I have no sync-time errors. I'm just asking hypothetically

27.09.2016, 20:22, "Michal Skrivanek" :
>>  On 27 Sep 2016, at 19:12, aleksey.maksi...@it-kb.ru wrote:
>>
>>  I'm afraid that in the future OS time may get out of sync because of 
>> kvm-clock
>>  And as a result Kerberos may stop working
>>  I hope I explained clearly
>
> Sorry, not really. You said you set up ntpd/chrony correctly. So how can the 
> time get out of sync? Why do you think it can be because of kvmclock anyway? 
> Do you refer to some specific bug?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 4.0.x - hosted-engine was not starting properly

2016-09-27 Thread Gervais de Montbrun
Hey All,

Since updating to 4.0.x of oVirt, I have had an issue with my hosted engine. 
After a some poking around, I think I have figured out my issue and thought I 
would share to see what others think.
The issue has existed with 4.0, 4.0.1, 4.0.2, 4.0.3, and still exists in 4.0.4.

Description:
When my hosted engine starts it reports that it is in a degraded state with 7 
or 8 services still not started when I run systemctl status. It takes about 6 
or 7 minutes to eventually start all the services and come online. If I don't 
set my cluster to Global-Maintenance mode it eventually thinks that my 
hosted-engine needs to be rebooted and restarts it before it can start 
everything.

Solution:
I realized that Apache was the culprit and found that the proxy to the 
ovirt-engine in /etc/httpd/conf.d/z-ovirt-engine-proxy.conf has a super long 
timeout with many retries. I changed the settings and now everything works for 
me.

-> Before change:

ProxyPassMatch ajp://127.0.0.1:8702 timeout=3600 retry=5


AddOutputFilterByType DEFLATE text/javascript text/css text/html 
text/xml text/json application/xml application/json application/x-yaml



-> After change:

ProxyPassMatch ajp://127.0.0.1:8702 timeout=5 retry=2


AddOutputFilterByType DEFLATE text/javascript text/css text/html 
text/xml text/json application/xml application/json application/x-yaml



If I read the timeout settings correctly, it will wait 60 minutes with 5 
retries. 5 hours is way too long for my little server to hold onto all those 
apache processes. The change I made allows for there to be an error, and also 
releases apache's hold on the process. Once everything is ready, apache is 
ready to serve requests and everything/everyone is happy. Before making the 
change, I just get a whitescreen in my browser and then nothing works until I 
restart Apache (or I end up in an endless loop of ovirt-ha services restarting 
my hosted-engine.

I noticed that this setting reverts to the original setting, so oVirt must be 
writing this file. Perhaps these number can be changed in oVirt? If not, I will 
just setup and ansible play to revert the settings with working values and 
restart apache on my engine.
:-)

Cheers,
Gervais



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


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Michal Skrivanek


> On 27 Sep 2016, at 19:12, aleksey.maksi...@it-kb.ru wrote:
> 
> I'm afraid that in the future OS time may get out of sync because of kvm-clock
> And as a result Kerberos may stop working
> I hope I explained clearly

Sorry, not really. You said you set up ntpd/chrony correctly. So how can the 
time get out of sync? Why do you think it can be because of kvmclock anyway? Do 
you refer to some specific bug?

> 
> 27.09.2016, 19:59, "Michal Skrivanek" :
>>>  On 27 Sep 2016, at 18:57, aleksey.maksi...@it-kb.ru wrote:
>>> 
>>>  Michal, please, read my first message.
>>>  I have 3 times wrote that the NTP client works for me.
>>>  The question is not that.
>>>  The question is how to disable kvm-clock for a virtual machine?
>> 
>> What leads you to think you have to do that? Why?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
I'm afraid that in the future OS time may get out of sync because of kvm-clock
And as a result Kerberos may stop working
I hope I explained clearly

27.09.2016, 19:59, "Michal Skrivanek" :
>>  On 27 Sep 2016, at 18:57, aleksey.maksi...@it-kb.ru wrote:
>>
>>  Michal, please, read my first message.
>>  I have 3 times wrote that the NTP client works for me.
>>  The question is not that.
>>  The question is how to disable kvm-clock for a virtual machine?
>
> What leads you to think you have to do that? Why?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Michal Skrivanek


> On 27 Sep 2016, at 18:57, aleksey.maksi...@it-kb.ru wrote:
> 
> Michal, please, read my first message.
> I have 3 times wrote that the NTP client works for me.
> The question is not that.
> The question is how to disable kvm-clock for a virtual machine?

What leads you to think you have to do that? Why?

> Do I have to do it at all? If you want, how to do it correctly?
> 
> My hypervisors OS - CentOS 7.2

Thanks

> 
> 
> 27.09.2016, 19:39, "Michal Skrivanek" :
>>>  On 27 Sep 2016, at 17:57, aleksey.maksi...@it-kb.ru wrote:
>>> 
>>>  Yaniv, I do not understand how to do it.
>>>  You can tell steps how to do it?
>>> 
>>>  27.09.2016, 18:53, "Yaniv Dary" :
  You can do that from the edit VM dialog.
>> 
>> I don't think you can
>> 
>> Aleksey,
>> I don't understand what issue you have. Time is getting desynchronized? How 
>> did you configure your ntp client? Does it behave the same on different 
>> hypervisor? What is the hypervisor OS?
>> 
>> Thanks,
>> michal
>> 
>>>  ___
>>>  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] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
Michal, please, read my first message.
I have 3 times wrote that the NTP client works for me.
The question is not that.
The question is how to disable kvm-clock for a virtual machine? Do I have to do 
it at all? If you want, how to do it correctly?

My hypervisors OS - CentOS 7.2


27.09.2016, 19:39, "Michal Skrivanek" :
>>  On 27 Sep 2016, at 17:57, aleksey.maksi...@it-kb.ru wrote:
>>
>>  Yaniv, I do not understand how to do it.
>>  You can tell steps how to do it?
>>
>>  27.09.2016, 18:53, "Yaniv Dary" :
>>>  You can do that from the edit VM dialog.
>
> I don't think you can
>
> Aleksey,
> I don't understand what issue you have. Time is getting desynchronized? How 
> did you configure your ntp client? Does it behave the same on different 
> hypervisor? What is the hypervisor OS?
>
> Thanks,
> michal
>
>>  ___
>>  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] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Michal Skrivanek

> On 27 Sep 2016, at 17:57, aleksey.maksi...@it-kb.ru wrote:
> 
> Yaniv, I do not understand how to do it.
> You can tell steps how to do it?
> 
> 27.09.2016, 18:53, "Yaniv Dary" :
>> You can do that from the edit VM dialog.

I don't think you can

Aleksey,
I don't understand what issue you have.  Time is getting desynchronized? How 
did you configure your ntp client? Does it behave the same on different 
hypervisor? What is the hypervisor OS?

Thanks,
michal

> ___
> 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] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
Yaniv, I do not understand how to do it.
You can tell steps how to do it?

27.09.2016, 18:53, "Yaniv Dary" :
> You can do that from the edit VM dialog.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Yaniv Dary
You can do that from the edit VM dialog.

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Tue, Sep 27, 2016 at 6:31 PM,  wrote:

> I think that the NTP-client (chrony) in guest OS may conflict with the
> kvm-clock (vm guest OS time sync from vm-host).
> Do I need to turn off  kvm-clock in virtual machine properties?
> And how to do it?
>
> What is not clear in my question?
>
> 27.09.2016, 18:24, "aleksey.maksi...@it-kb.ru"  >:
> > I wrote that I had set up the NTP client. The question is not that..
> >
> > 27.09.2016, 17:56, "Yaniv Dary" :
> >>  Why not use ntp?
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
I think that the NTP-client (chrony) in guest OS may conflict with the 
kvm-clock (vm guest OS time sync from vm-host). 
Do I need to turn off  kvm-clock in virtual machine properties? 
And how to do it?

What is not clear in my question?

27.09.2016, 18:24, "aleksey.maksi...@it-kb.ru" :
> I wrote that I had set up the NTP client. The question is not that..
>
> 27.09.2016, 17:56, "Yaniv Dary" :
>>  Why not use ntp?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 4-node oVirt with replica-3 gluster

2016-09-27 Thread Goorkate, B.J.
Hi Sahina,

First: sorry for my delayed response. I wasn't able to respond earlier.

I already planned on adding the 4th node as a gluster client, so thank you for
confirming that this works.

Why I was in doubt is that certain VMs with a lot of storage I/O on the 4th 
node have to
replicate to 3 other hosts (the replica-3 gluster nodes) over the storage 
network, while
a VM on 1 of the replica-3 gluster nodes only has to replicate to two other 
nodes over
the network, thus creating less network traffic. 

Does this make sense?

And if it does: can that be an issue? 

Regards,

Bertjan

On Fri, Sep 23, 2016 at 04:47:25PM +0530, Sahina Bose wrote:
> 
> 
> On Fri, Sep 23, 2016 at 4:14 PM, Davide Ferrari  wrote:
> 
> I'm struggling with the same problem (I say struggling because I'm still
> having stability issues for what i consider a stable cluster) but you can:
> - create a replica 3 engine gluster volume
> - create replica 2 data, iso and export volumes
> 
> 
> What are the stability issues you're facing? Data volume if used as a data
> storage domain should be a replica 3 volume as well.
>  
> 
> 
> Deploy the hosted-engine on the first VM (with the engine volume) froom 
> the
> CLI, then log in Ovirt admin, enable gluster support, install *and deploy*
> from the GUI host2 and host3 (where the engine bricks are) and then 
> install
> host4 without deploying. This should get you the 4 hosts online, but the
> engine will run only on the first 3
> 
> 
> Right. You can add the 4th node to the cluster, but not have any bricks on 
> this
> volume in which case VMs will be run on this node but will access data from 
> the
> other 3 nodes.
>  
> 
> 
> 2016-09-23 11:14 GMT+02:00 Goorkate, B.J. :
> 
> Dear all,
> 
> I've tried to find a way to add a 4th oVirt-node to my existing
> 3-node setup with replica-3 gluster storage, but found no usable
> solution yet.
> 
> From what I read, it's not wise to create a replica-4 gluster
> storage, because of bandwith overhead.
> 
> Is there a safe way to do this and still have 4 equal oVirt nodes?
> 
> Thanks in advance!
> 
> Regards,
> 
> Bertjan
> 
> 
> --
> 
> De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is
> uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
> onterecht
> ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender
> direct
> te informeren door het bericht te retourneren. Het Universitair 
> Medisch
> Centrum Utrecht is een publiekrechtelijke rechtspersoon in de zin van
> de W.H.W.
> (Wet Hoger Onderwijs en Wetenschappelijk Onderzoek) en staat
> geregistreerd bij
> de Kamer van Koophandel voor Midden-Nederland onder nr. 30244197.
> 
> Denk s.v.p aan het milieu voor u deze e-mail afdrukt.
> 
> 
> --
> 
> This message may contain confidential information and is intended
> exclusively
> for the addressee. If you receive this message unintentionally, please
> do not
> use the contents but notify the sender immediately by return e-mail.
> University
> Medical Center Utrecht is a legal person by public law and is
> registered at
> the Chamber of Commerce for Midden-Nederland under no. 30244197.
> 
> Please consider the environment before printing this e-mail.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> 
> 
> --
> Davide Ferrari
> Senior Systems Engineer
>
> ___
> 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] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
I wrote that I had set up the NTP client. The question is not that..

27.09.2016, 17:56, "Yaniv Dary" :
> Why not use ntp?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 2:56 PM, 转圈圈 <313922...@qq.com> wrote:

> The Installation steps:
> # yum -y update
> #yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-
> release40.rpm
> # yum -y install ovirt-engine-4.0.2.6
>

ohh, sorry, I was thinking that you were with oVirt 4.0.2 and you want to
run engine-setup without being asked to upgrade to 4.0.4.

oVirt is composed by multiple packages and 4.0.4 and 4.0.2 are in same repo
so it's not enough to simply query for ovirt-engine-4.0.2.6 since you are
going to get anything else from 4.0.4 because 4.0.4 > 4.0.2.
Probably the cleanest option is to use versionlock which also supports
wildcards on packet selection.
But can I ask again why you explicitly need 4.0.2 instead of 4.0.4 since
4.0.4 is just supposed to fix issues? what is bothering you with 4.0.4?
maybe it's a regression.


#engine-setup --offline
> Installed finshed,but login the 'Administration Portal',the version is
> '4.0.4.4',That's why?
>
I don't want to use the latest version.
> thanks !
>
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>


8556D1BC@5A3F9728.886CEA57
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt End User Tutorials - Attempt 2

2016-09-27 Thread Brian Proffitt
Yes, absolutely. Nate: can I get a little background on you, your company,
and what your plan is for upcoming videos?

BKP

On Tue, Sep 27, 2016 at 8:27 AM, Yaniv Dary  wrote:

> Brian, can we get this up on the site? Maybe a blog post?
>
> Yaniv Dary
> Technical Product Manager
> Red Hat Israel Ltd.
> 34 Jerusalem Road
> Building A, 4th floor
> Ra'anana, Israel 4350109
>
> Tel : +972 (9) 7692306
> 8272306
> Email: yd...@redhat.com
> IRC : ydary
>
>
> On Fri, Sep 23, 2016 at 9:09 PM, Nate T. Llaneza 
> wrote:
>
>> Hey All,
>>
>> I am really enjoying oVirt, and would like to give back. I am building
>> some oVirt tutorials for a community college, and thought I would share
>> them with y'all. Right now the videos are geared towards helping the end
>> user navigate through the user portal. Here is the link:
>> http://www.citsnc.com/?page_id=542
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>


-- 
Brian Proffitt
Principal Community Analyst
Open Source and Standards
@TheTechScribe
574.383.9BKP
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread Yaniv Dary
Why not use ntp?

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Tue, Sep 27, 2016 at 4:51 PM,  wrote:

> No ideas?
> ___
> 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] Time synchronization in guest OS for Hosted Engine VM (for Kerberos)

2016-09-27 Thread aleksey . maksimov
No ideas?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] VM incremental backup

2016-09-27 Thread Sven Achtelik
No, I never came across this approach. I didn’t know about virt-sparsify.

I’ll look into that and give it a try.

Thank you

Von: Yaniv Dary [mailto:yd...@redhat.com]
Gesendet: Dienstag, 27. September 2016 15:10
An: Sven Achtelik 
Cc: Maton, Brett ; vasily.lamy...@megafon.ru; Ovirt 
Users 
Betreff: Re: [ovirt-users] VM incremental backup

As I see it you have two options:
- In backup use 'dd' with 'conv=sparse' (or similar tool that allows sparse).
- After backup use virt-sparsify [1] to reduce the size to the real used size 
prior to restore.

To make this extra efficient you can use virt-sparsify anyways after backup to 
make the file even smaller.
Have you considered this approach?

[1] http://libguestfs.org/virt-sparsify.1.html



Yaniv Dary

Technical Product Manager

Red Hat Israel Ltd.

34 Jerusalem Road

Building A, 4th floor

Ra'anana, Israel 4350109



Tel : +972 (9) 7692306

8272306

Email: yd...@redhat.com

IRC : ydary

On Tue, Sep 27, 2016 at 4:01 PM, Sven Achtelik 
> wrote:
Hi Yaniv,

how can this be done with DD ? Since it doesn’t know if the block is free space 
? I’ve been looking for such a solution for a long time now. Everything I could 
find out was that I have to use a utility that understands the FS and therefore 
knows where the free space is.

Thank you,

Sven
Von: users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] Im Auftrag von 
Yaniv Dary
Gesendet: Dienstag, 27. September 2016 14:38
An: Maton, Brett >
Cc: vasily.lamy...@megafon.ru; Ovirt Users 
>
Betreff: Re: [ovirt-users] VM incremental backup

Full VM disk backup. If you use dd you can drop the 0 parts of the disk.


Yaniv Dary

Technical Product Manager

Red Hat Israel Ltd.

34 Jerusalem Road

Building A, 4th floor

Ra'anana, Israel 4350109



Tel : +972 (9) 7692306

8272306

Email: yd...@redhat.com

IRC : ydary

2016-09-27 15:27 GMT+03:00 Maton, Brett 
>:
Is there a preferred or recommended backup method in the meantime ?

2016-09-22 10:30 GMT+01:00 
vasily.lamy...@megafon.ru 
>:
Hello!
I would like to understand the existence of the possibility of incremental VM 
backups.
And if it is, the means by which it is achieved.
While I was only able to achieve a complete backup of the virtual machine (but 
it is a very large amount of information and time) by cloning a snapshot of the 
VM and export to data domain.

Ламыкин Василий
Старший инженер по эксплуатации сервисных платформ
Столичный ф-ал ПАО "МегаФон

+7 (926) 500-3308
[cid:image001.png@01D218D2.3FA36F80]




Информация в этом сообщении предназначена исключительно для конкретных лиц, 
которым она адресована. В сообщении может содержаться конфиденциальная 
информация, которая не может быть раскрыта или использована кем-либо, кроме 
адресатов. Если вы не адресат этого сообщения, то использование, переадресация, 
копирование или распространение содержания сообщения или его части незаконно и 
запрещено. Если Вы получили это сообщение ошибочно, пожалуйста, незамедлительно 
сообщите отправителю об этом и удалите со всем содержимым само сообщение и 
любые возможные его копии и приложения.

The information contained in this communication is intended solely for the use 
of the individual or entity to whom it is addressed and others authorized to 
receive it. It may contain confidential or legally privileged information. The 
contents may not be disclosed or used by anyone other than the addressee. If 
you are not the intended recipient(s), any use, disclosure, copying, 
distribution or any action taken or omitted to be taken in reliance on it is 
prohibited and may be unlawful. If you have received this communication in 
error please notify us immediately by responding to this email and then delete 
the e-mail and all attachments and any copies thereof.

(c)20mf50

___
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] VM incremental backup

2016-09-27 Thread Yaniv Dary
As I see it you have two options:
- In backup use 'dd' with 'conv=sparse' (or similar tool that
allows sparse).
- After backup use virt-sparsify [1] to reduce the size to the real used
size prior to restore.

To make this extra efficient you can use virt-sparsify anyways after backup
to make the file even smaller.
Have you considered this approach?

[1] http://libguestfs.org/virt-sparsify.1.html


Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Tue, Sep 27, 2016 at 4:01 PM, Sven Achtelik 
wrote:

> Hi Yaniv,
>
>
>
> how can this be done with DD ? Since it doesn’t know if the block is free
> space ? I’ve been looking for such a solution for a long time now.
> Everything I could find out was that I have to use a utility that
> understands the FS and therefore knows where the free space is.
>
>
>
> Thank you,
>
>
>
> Sven
>
> *Von:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *Im
> Auftrag von *Yaniv Dary
> *Gesendet:* Dienstag, 27. September 2016 14:38
> *An:* Maton, Brett 
> *Cc:* vasily.lamy...@megafon.ru; Ovirt Users 
> *Betreff:* Re: [ovirt-users] VM incremental backup
>
>
>
> Full VM disk backup. If you use dd you can drop the 0 parts of the disk.
>
>
> Yaniv Dary
>
> Technical Product Manager
>
> Red Hat Israel Ltd.
>
> 34 Jerusalem Road
>
> Building A, 4th floor
>
> Ra'anana, Israel 4350109
>
>
>
> Tel : +972 (9) 7692306
>
> 8272306
>
> Email: yd...@redhat.com
>
> IRC : ydary
>
>
>
> 2016-09-27 15:27 GMT+03:00 Maton, Brett :
>
> Is there a preferred or recommended backup method in the meantime ?
>
>
>
> 2016-09-22 10:30 GMT+01:00 vasily.lamy...@megafon.ru <
> vasily.lamy...@megafon.ru>:
>
> Hello!
>
> I would like to understand the existence of the possibility of incremental
> VM backups.
>
> And if it is, the means by which it is achieved.
>
> While I was only able to achieve a complete backup of the virtual machine
> (but it is a very large amount of information and time) by cloning a
> snapshot of the VM and export to data domain.
>
>
>
> *Ламыкин Василий*
>
> Старший инженер по эксплуатации сервисных платформ
>
> Столичный ф-ал ПАО "МегаФон
>
>
>
> +7 (926) 500-3308
>
> [image: МегаФон лого+знак РУС B2C]
>
>
>
>
> --
>
>
> Информация в этом сообщении предназначена исключительно для конкретных
> лиц, которым она адресована. В сообщении может содержаться конфиденциальная
> информация, которая не может быть раскрыта или использована кем-либо, кроме
> адресатов. Если вы не адресат этого сообщения, то использование,
> переадресация, копирование или распространение содержания сообщения или его
> части незаконно и запрещено. Если Вы получили это сообщение ошибочно,
> пожалуйста, незамедлительно сообщите отправителю об этом и удалите со всем
> содержимым само сообщение и любые возможные его копии и приложения.
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. The contents may not be disclosed or used by anyone other than
> the addressee. If you are not the intended recipient(s), any use,
> disclosure, copying, distribution or any action taken or omitted to be
> taken in reliance on it is prohibited and may be unlawful. If you have
> received this communication in error please notify us immediately by
> responding to this email and then delete the e-mail and all attachments and
> any copies thereof.
>
> (c)20mf50
>
>
>
> ___
> 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] VM incremental backup

2016-09-27 Thread Sven Achtelik
Hi Yaniv,

how can this be done with DD ? Since it doesn’t know if the block is free space 
? I’ve been looking for such a solution for a long time now. Everything I could 
find out was that I have to use a utility that understands the FS and therefore 
knows where the free space is.

Thank you,

Sven
Von: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] Im Auftrag von 
Yaniv Dary
Gesendet: Dienstag, 27. September 2016 14:38
An: Maton, Brett 
Cc: vasily.lamy...@megafon.ru; Ovirt Users 
Betreff: Re: [ovirt-users] VM incremental backup

Full VM disk backup. If you use dd you can drop the 0 parts of the disk.


Yaniv Dary

Technical Product Manager

Red Hat Israel Ltd.

34 Jerusalem Road

Building A, 4th floor

Ra'anana, Israel 4350109



Tel : +972 (9) 7692306

8272306

Email: yd...@redhat.com

IRC : ydary

2016-09-27 15:27 GMT+03:00 Maton, Brett 
>:
Is there a preferred or recommended backup method in the meantime ?

2016-09-22 10:30 GMT+01:00 
vasily.lamy...@megafon.ru 
>:
Hello!
I would like to understand the existence of the possibility of incremental VM 
backups.
And if it is, the means by which it is achieved.
While I was only able to achieve a complete backup of the virtual machine (but 
it is a very large amount of information and time) by cloning a snapshot of the 
VM and export to data domain.

Ламыкин Василий
Старший инженер по эксплуатации сервисных платформ
Столичный ф-ал ПАО "МегаФон

+7 (926) 500-3308
[cid:image002.png@01D218CF.C3E1AE90]




Информация в этом сообщении предназначена исключительно для конкретных лиц, 
которым она адресована. В сообщении может содержаться конфиденциальная 
информация, которая не может быть раскрыта или использована кем-либо, кроме 
адресатов. Если вы не адресат этого сообщения, то использование, переадресация, 
копирование или распространение содержания сообщения или его части незаконно и 
запрещено. Если Вы получили это сообщение ошибочно, пожалуйста, незамедлительно 
сообщите отправителю об этом и удалите со всем содержимым само сообщение и 
любые возможные его копии и приложения.

The information contained in this communication is intended solely for the use 
of the individual or entity to whom it is addressed and others authorized to 
receive it. It may contain confidential or legally privileged information. The 
contents may not be disclosed or used by anyone other than the addressee. If 
you are not the intended recipient(s), any use, disclosure, copying, 
distribution or any action taken or omitted to be taken in reliance on it is 
prohibited and may be unlawful. If you have received this communication in 
error please notify us immediately by responding to this email and then delete 
the e-mail and all attachments and any copies thereof.

(c)20mf50

___
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] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread ??????
The Installation steps:
# yum -y update
#yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm
# yum -y install ovirt-engine-4.0.2.6
#engine-setup --offline
Installed finshed,but login the 'Administration Portal',the version is 
'4.0.4.4',That's why?
I don't want to use the latest version.
thanks !

8556D1BC@5A3F9728.886CEA57
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] yum install ovirt-engine-4.0.2.6 , login the 'Administration Portal', the version is '4.0.4.4', That's why?

2016-09-27 Thread ??????
The Installation steps:
# yum -y update
#yum install http://plain.resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm
# yum -y install ovirt-engine-4.0.2.6
#engine-setup --offline
Installed finshed,but login the 'Administration Portal',the version is 
'4.0.4.4',That's why?
thanks !

462B09CB@C426EC5E.606BEA57
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted-engine: the day after

2016-09-27 Thread Johan Vermeulen
Yedidyah,


thank you very much for the quick reply.

I created a new storage domain, now everything works.


Greetings, J.

2016-09-26 15:40 GMT+02:00 Yedidyah Bar David :

> On Mon, Sep 26, 2016 at 4:36 PM, Johan Vermeulen 
> wrote:
> > Hello All,
> >
> > I have successfully ( I think ) deployed a hosted engine.
> > But I'm unsure what to do next.
> > The first thing I see is an EM:
> > The Hosted Engine Storage Domain doesn't exist. It should be imported
> into
> > the setup.
> > The quick start guide tells me to first go to the default data center,
> > that's unitialized.
> > The guide me button then tells me to attach nfs storage. During the
> setup I
> > attached nfs storage from a nas, that doesn't seem to work this time
> around.
>
> Meaning?
>
> The storage you attached during 'hosted-engine --deploy' is only for the
> hosted
> engine. You should now create a new data storage domain that will be used
> for
> "normal" VMs. Since it will be your first one, it will also be the "master
> storage domain". The engine will only try to import the hosted storage
> domain
> once there is a master storage domain.
>
> > At this stage I don't know in what log file to look for EM.
>
> Generally speaking, /var/log/ovirt-engine/* . But not sure you'll find any
> interesting ones at current point.
>
> Best,
>
> > Thanks for any guidance.
> >
> > Greetings, J.
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
>
>
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Fencing setting. Power off only

2016-09-27 Thread Martin Perina
Hi,

the goal for fencing flow is to make host available automatically by doing
power management restart as last resort step. There is no option to do
power management stop instead of restart. The only way how to alert
administrators about fencing is to configure ovirt-engine-notifier,
subscribe administrators to relevant host events and pass those event to
them either by SMTP or SNMP (both can be configured in
ovirt-engine-notifier).

Martin Perina


2016-09-26 12:09 GMT+02:00 vasily.lamy...@megafon.ru <
vasily.lamy...@megafon.ru>:

> Hello.
>
>
>
> I can set fencing rules to next variant:
>
> Fencing cause only power off node, instead power on?
>
>
>
> I want power off node if some problem happen. And node must wait admin for
> maintain without power on.
>
>
>
> *Ламыкин Василий*
>
> Старший инженер по эксплуатации сервисных платформ
>
> Столичный ф-ал ПАО "МегаФон
>
>
>
> +7 (926) 500-3308
>
> [image: МегаФон лого+знак РУС B2C]
>
>
>
> --
>
> Информация в этом сообщении предназначена исключительно для конкретных
> лиц, которым она адресована. В сообщении может содержаться конфиденциальная
> информация, которая не может быть раскрыта или использована кем-либо, кроме
> адресатов. Если вы не адресат этого сообщения, то использование,
> переадресация, копирование или распространение содержания сообщения или его
> части незаконно и запрещено. Если Вы получили это сообщение ошибочно,
> пожалуйста, незамедлительно сообщите отправителю об этом и удалите со всем
> содержимым само сообщение и любые возможные его копии и приложения.
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. The contents may not be disclosed or used by anyone other than
> the addressee. If you are not the intended recipient(s), any use,
> disclosure, copying, distribution or any action taken or omitted to be
> taken in reliance on it is prohibited and may be unlawful. If you have
> received this communication in error please notify us immediately by
> responding to this email and then delete the e-mail and all attachments and
> any copies thereof.
>
> (c)20mf50
>
> ___
> 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] VM incremental backup

2016-09-27 Thread Yaniv Dary
Full VM disk backup. If you use dd you can drop the 0 parts of the disk.

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


2016-09-27 15:27 GMT+03:00 Maton, Brett :

> Is there a preferred or recommended backup method in the meantime ?
>
> 2016-09-22 10:30 GMT+01:00 vasily.lamy...@megafon.ru <
> vasily.lamy...@megafon.ru>:
>
>> Hello!
>>
>> I would like to understand the existence of the possibility of
>> incremental VM backups.
>>
>> And if it is, the means by which it is achieved.
>>
>> While I was only able to achieve a complete backup of the virtual machine
>> (but it is a very large amount of information and time) by cloning a
>> snapshot of the VM and export to data domain.
>>
>>
>>
>> *Ламыкин Василий*
>>
>> Старший инженер по эксплуатации сервисных платформ
>>
>> Столичный ф-ал ПАО "МегаФон
>>
>>
>>
>> +7 (926) 500-3308
>>
>> [image: МегаФон лого+знак РУС B2C]
>>
>>
>>
>> --
>>
>> Информация в этом сообщении предназначена исключительно для конкретных
>> лиц, которым она адресована. В сообщении может содержаться конфиденциальная
>> информация, которая не может быть раскрыта или использована кем-либо, кроме
>> адресатов. Если вы не адресат этого сообщения, то использование,
>> переадресация, копирование или распространение содержания сообщения или его
>> части незаконно и запрещено. Если Вы получили это сообщение ошибочно,
>> пожалуйста, незамедлительно сообщите отправителю об этом и удалите со всем
>> содержимым само сообщение и любые возможные его копии и приложения.
>>
>> The information contained in this communication is intended solely for
>> the use of the individual or entity to whom it is addressed and others
>> authorized to receive it. It may contain confidential or legally privileged
>> information. The contents may not be disclosed or used by anyone other than
>> the addressee. If you are not the intended recipient(s), any use,
>> disclosure, copying, distribution or any action taken or omitted to be
>> taken in reliance on it is prohibited and may be unlawful. If you have
>> received this communication in error please notify us immediately by
>> responding to this email and then delete the e-mail and all attachments and
>> any copies thereof.
>>
>> (c)20mf50
>>
>> ___
>> 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 End User Tutorials - Attempt 2

2016-09-27 Thread Yaniv Dary
Brian, can we get this up on the site? Maybe a blog post?

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Fri, Sep 23, 2016 at 9:09 PM, Nate T. Llaneza 
wrote:

> Hey All,
>
> I am really enjoying oVirt, and would like to give back. I am building
> some oVirt tutorials for a community college, and thought I would share
> them with y'all. Right now the videos are geared towards helping the end
> user navigate through the user portal. Here is the link:
> http://www.citsnc.com/?page_id=542
>
>
> ___
> 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] Migrating self hosted engine from iSCSI to NFS ?

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 12:45 PM, Matteo  wrote:

> Hi all,
>
> I've a 2 hosts setup with ovirt 4, with a bunch of machines on it.
>
> I started with an old iSCSI unit, then added a new NFS storage server
> and started moving all VMs.
>
> All VMs have been migrated over NFS (live storage migration works great!),
> but
> now I need to move also the hosted engine, in order to dismiss the iSCSI
> storage.
>
> So, what're the best guidelines to migrate ?
> I suspect that simply doing live storage migration will not work :)
>
> All backups of the hosted engine are available.
>

Ciao Matteo,
unfortunately moving an existing hosted-engine env from one storage kind to
another (without manually touching the engine DB) is currently not
supported. Please see:
http://lists.ovirt.org/pipermail/users/2016-July/041526.html

We are going to cover this in 4.1.



>
> Thanks!
> Matteo
>
>
> ___
> 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] VM incremental backup

2016-09-27 Thread Maton, Brett
Is there a preferred or recommended backup method in the meantime ?

2016-09-22 10:30 GMT+01:00 vasily.lamy...@megafon.ru <
vasily.lamy...@megafon.ru>:

> Hello!
>
> I would like to understand the existence of the possibility of incremental
> VM backups.
>
> And if it is, the means by which it is achieved.
>
> While I was only able to achieve a complete backup of the virtual machine
> (but it is a very large amount of information and time) by cloning a
> snapshot of the VM and export to data domain.
>
>
>
> *Ламыкин Василий*
>
> Старший инженер по эксплуатации сервисных платформ
>
> Столичный ф-ал ПАО "МегаФон
>
>
>
> +7 (926) 500-3308
>
> [image: МегаФон лого+знак РУС B2C]
>
>
>
> --
>
> Информация в этом сообщении предназначена исключительно для конкретных
> лиц, которым она адресована. В сообщении может содержаться конфиденциальная
> информация, которая не может быть раскрыта или использована кем-либо, кроме
> адресатов. Если вы не адресат этого сообщения, то использование,
> переадресация, копирование или распространение содержания сообщения или его
> части незаконно и запрещено. Если Вы получили это сообщение ошибочно,
> пожалуйста, незамедлительно сообщите отправителю об этом и удалите со всем
> содержимым само сообщение и любые возможные его копии и приложения.
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. The contents may not be disclosed or used by anyone other than
> the addressee. If you are not the intended recipient(s), any use,
> disclosure, copying, distribution or any action taken or omitted to be
> taken in reliance on it is prohibited and may be unlawful. If you have
> received this communication in error please notify us immediately by
> responding to this email and then delete the e-mail and all attachments and
> any copies thereof.
>
> (c)20mf50
>
> ___
> 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] VM incremental backup

2016-09-27 Thread Yaniv Dary
We do not have support for this from the KVM level yet. There is upstream
work on this and we hope to be able to do this in the next year.

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


2016-09-22 12:30 GMT+03:00 vasily.lamy...@megafon.ru <
vasily.lamy...@megafon.ru>:

> Hello!
>
> I would like to understand the existence of the possibility of incremental
> VM backups.
>
> And if it is, the means by which it is achieved.
>
> While I was only able to achieve a complete backup of the virtual machine
> (but it is a very large amount of information and time) by cloning a
> snapshot of the VM and export to data domain.
>
>
>
> *Ламыкин Василий*
>
> Старший инженер по эксплуатации сервисных платформ
>
> Столичный ф-ал ПАО "МегаФон
>
>
>
> +7 (926) 500-3308
>
> [image: МегаФон лого+знак РУС B2C]
>
>
>
> --
>
> Информация в этом сообщении предназначена исключительно для конкретных
> лиц, которым она адресована. В сообщении может содержаться конфиденциальная
> информация, которая не может быть раскрыта или использована кем-либо, кроме
> адресатов. Если вы не адресат этого сообщения, то использование,
> переадресация, копирование или распространение содержания сообщения или его
> части незаконно и запрещено. Если Вы получили это сообщение ошибочно,
> пожалуйста, незамедлительно сообщите отправителю об этом и удалите со всем
> содержимым само сообщение и любые возможные его копии и приложения.
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it. It may contain confidential or legally privileged
> information. The contents may not be disclosed or used by anyone other than
> the addressee. If you are not the intended recipient(s), any use,
> disclosure, copying, distribution or any action taken or omitted to be
> taken in reliance on it is prohibited and may be unlawful. If you have
> received this communication in error please notify us immediately by
> responding to this email and then delete the e-mail and all attachments and
> any copies thereof.
>
> (c)20mf50
>
> ___
> 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] Migrating self hosted engine from iSCSI to NFS ?

2016-09-27 Thread Matteo
Hi all,

I've a 2 hosts setup with ovirt 4, with a bunch of machines on it.

I started with an old iSCSI unit, then added a new NFS storage server
and started moving all VMs.

All VMs have been migrated over NFS (live storage migration works great!), but
now I need to move also the hosted engine, in order to dismiss the iSCSI 
storage.

So, what're the best guidelines to migrate ?
I suspect that simply doing live storage migration will not work :)

All backups of the hosted engine are available.

Thanks!
Matteo


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


Re: [ovirt-users] [ovirt-devel] yum install ovirt-engine-4.0.2.6 , when run the"engine-setup" not updrages , Report an error

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 10:09 AM, 转圈圈 <313922...@qq.com> wrote:

> engine-setup --offline will not check for updates, Report an error too.
>
> [root@localhost network-scripts]# engine-setup
>

Can you please execute 'engine-setup --offline' instead of just 'engine-setup'
?


> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>   Configuration files: ['/etc/ovirt-engine-setup.
> conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.
> d/10-packaging.conf']
>   Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-
> 20160927160354-exr5o9.log
>   Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
> [ INFO  ] Stage: Environment packages setup
> [ ERROR ] Yum Cannot queue package iproute: Cannot find a valid baseurl
> for repo: base/7/x86_64
> [ ERROR ] Failed to execute stage 'Environment packages setup': Cannot
> find a valid baseurl for repo: base/7/x86_64
> [ INFO  ] Yum Performing yum transaction rollback
> [ INFO  ] Stage: Clean up
>   Log file is located at /var/log/ovirt-engine/setup/
> ovirt-engine-setup-20160927160354-exr5o9.log
> [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/
> answers/20160927160355-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
> [root@localhost network-scripts]# vi ifcfg-eth0
>
>
> -- 原始邮件 --
> *发件人:* "Simone Tiraboschi";;
> *发送时间:* 2016年9月27日(星期二) 下午3:31
> *收件人:* "转圈圈"<313922...@qq.com>;
> *抄送:* "Users"; "Devel";
> "engine-devel-owner";
> *主题:* Re: [ovirt-devel] yum install ovirt-engine-4.0.2.6 , when run
> the"engine-setup" not updrages , Report an error
>
>
>
> On Tue, Sep 27, 2016 at 9:12 AM, 转圈圈 <313922...@qq.com> wrote:
>
>> Ovirt current version is 4.0.4.4 ,i installed ovirt-engine with older
>> version like 4.0.2.6 and install it by "yum install ovirt-engine-4.0.2.6
>>  ", when run the  "engine-setup" i am not updrages ,Report an error,how
>> can i to do,Thank you.
>> i don't want to install the latest version.
>>
>>
> engine-setup --offline will not check for updates.
> But what's the problem with a recent release that should come with
> different bug fixes?
>
>
>> [root@localhost ~]# engine-setup
>> [ INFO  ] Stage: Initializing
>> [ INFO  ] Stage: Environment setup
>>   Configuration files: 
>> ['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf',
>> '/etc/ovirt-engine-setup.conf.d/10-packaging.conf']
>>   Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-
>> 20160927144353-coryv9.log
>>   Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
>> [ INFO  ] Stage: Environment packages setup
>> [ INFO  ] Stage: Programs detection
>> [ INFO  ] Stage: Environment setup
>> [ INFO  ] Stage: Environment customization
>>
>>   --== PRODUCT OPTIONS ==--
>>
>>   Configure Engine on this host (Yes, No) [Yes]:
>>   Configure Image I/O Proxy on this host? (Yes, No) [Yes]:
>>   Configure WebSocket Proxy on this host (Yes, No) [Yes]:
>>   Please note: Data Warehouse is required for the engine. If you
>> choose to not configure it on this host, you have to configure it on a
>> remote host, and then configure the engine on this host so that it can
>> access the database of the remote Data Warehouse host.
>>   Configure Data Warehouse on this host (Yes, No) [Yes]:
>>   Configure VM Console Proxy on this host (Yes, No) [Yes]:
>>
>>   --== PACKAGES ==--
>>
>> [ INFO  ] Checking for product updates...
>>   Setup has found updates for some packages:
>>   PACKAGE: [updated] ovirt-engine-4.0.2.6-1.el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-4.0.4.4-1.el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-backend-4.0.2.6-1
>> .el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-backend-4.0.4.4-1
>> .el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-dbscripts-4.0.2.6
>> -1.el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-dbscripts-4.0.4.4
>> -1.el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-restapi-4.0.2.6-1
>> .el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-restapi-4.0.4.4-1
>> .el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-tools-4.0.2.6-1.e
>> l7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-tools-4.0.4.4-1.e
>> l7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-tools-backup-4.0.
>> 2.6-1.el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-tools-backup-4.0.
>> 4.4-1.el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-userportal-4.0.2.
>> 6-1.el7.centos.noarch
>>   PACKAGE: [update] ovirt-engine-userportal-4.0.4.
>> 4-1.el7.centos.noarch
>>   PACKAGE: [updated] ovirt-engine-webadmin-portal-4
>> .0.2.6-1.el7.centos.noarch
>>   PACKAGE: [update] 

Re: [ovirt-users] ISO Import

2016-09-27 Thread Johann van der Westhuizen
Hi,

 

I'm currently on "oVirt Engine Version: 3.3.0-4.el6", will I be able to update 
to the latest version without any issues?

 

I've tried to add a ISO as you told me but wasn't able to, will try again and 
revert back.

Via (storage->new domain) and I have to add "use host" & "export path" - not 
sure what that is?

 

Also, do I need to install the "engine-iso-uploader" on the server where oVirt 
is installed / hosted?

 

Regards / Groete,

 

Johann van der Westhuizen

Systems Administrator



  joh...@sharenet.co.za | +27 (021) 700 4827 |   
 www.sharenet.co.za

 

    
 

 

From: Amit Aviram [mailto:aavi...@redhat.com] 
Sent: 27 September 2016 10:01
To: Johann van der Westhuizen 
Cc: users 
Subject: Re: [ovirt-users] ISO Import

 

Hi, Since oVirt 4.0, you can upload images as disks directly to your storage 
domain, using the upload dialog in Disks -> Upload -> Start.

 

Uploading ISOs to ISO domain isn't implemented yet, but it will also be 
introduced in one of the following releases.

 

As uploading a disk might be a good solution for you, you can use the 
"engine-iso-uploader" if you still want to upload your ISO to the ISO domain.

 

Please let us know if you need any further help.

 

Thanks, Amit.

 

On Tue, Sep 27, 2016 at 10:33 AM, Johann van der Westhuizen 
 > wrote:

Hi,

 

Thanks for your previous support on oVirt.

 

I want to ask just one more thing, how do I import a new ISO into oVert.

 

Please let me know.

 

Regards / Groete,

 

Johann van der Westhuizen

Systems Administrator



joh...@sharenet.co.za   | +27 (021) 700 4827 |   
 www.sharenet.co.za

 

   
 

 


___
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] Scheduling policy for oVirt cluster "vm_evenly_distributed"

2016-09-27 Thread aleksey . maksimov
Hi Artem. Today I updated oVirt to version 4.0.4.Now balancing "vm_evenly_distributed" works fine.Thank you for participating. 27.09.2016, 10:36, "Artyom Lukianov" :Can you please show the screenshot from the clusters->edit cluster-> scheduling policy and also specify what host is SPM? On Tue, Sep 27, 2016 at 10:09 AM,  wrote:These parameters can be seen in the screenshot in my first message27.09.2016, 09:51, "Artyom Lukianov" :> Please provide all policy parameters(HighVmCount, SpmVmGrace and MigrationThreshold)___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] High Database Load after updating to oVirt 4.0.4

2016-09-27 Thread Grundmann, Christian
After 4.0.4 Update we have a very high database load during startup of VMs
So high that the api calls getting timeouts

I attached the output of
select * from pg_stat_activity


is there a way to downgrade to 4.0.3?

Thx Christian





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


[ovirt-users] 答复: Users Digest, Vol 60, Issue 208

2016-09-27 Thread 李飞

64/128/256 SSD


李飞  虚拟化产品总监
北京云端时代科技股份有限公司 

电话:+86 10 56380915-7623
传真:+86 10 56380925
手机:+86 13910154946
邮箱:li...@cloud-times.com
中关村云基地: 北京市海淀区东北旺西路8号中关村软件园内软件广场C座(100094)
亦庄云基地:北京亦庄经济技术开发区北工大软件园(100176)

北京云端时代科技有限公司邮件法律声明:
本邮件所有信息及附件内容版权、知识产权归我公司所有,未经事先书面许可,禁止复制、转载、传播、储存。
CLOUD TIMES EMAIL NOTICE:
The information and any attachments contained in this email is all copyright 
and intellectual property of our company reserved. Without prior written 
permission of any copy, reproduce, propagation or storage will be prohibited.


-邮件原件-
发件人: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] 代表 
users-requ...@ovirt.org
发送时间: 2016年9月27日 16:01
收件人: users@ovirt.org
主题: Users Digest, Vol 60, Issue 208

Send Users mailing list submissions to
users@ovirt.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ovirt.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-requ...@ovirt.org

You can reach the person managing the list at
users-ow...@ovirt.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Users digest..."


Today's Topics:

   1.  ISO Import (Johann van der Westhuizen)
   2. Re:  Scheduling policy for oVirt cluster
  "vm_evenly_distributed" (Artyom Lukianov)
   3. Re:  ISO Import (Amit Aviram)


--

Message: 1
Date: Tue, 27 Sep 2016 09:33:39 +0200
From: "Johann van der Westhuizen" <joh...@sharenet.co.za>
To: "'users'" <users@ovirt.org>
Subject: [ovirt-users] ISO Import
Message-ID: <c67d01d21891$78058d40$6810a7c0$@sharenet.co.za>
Content-Type: text/plain; charset="us-ascii"

Hi,

 

Thanks for your previous support on oVirt.

 

I want to ask just one more thing, how do I import a new ISO into oVert.

 

Please let me know.

 

Regards / Groete,

 

Johann van der Westhuizen

Systems Administrator



joh...@sharenet.co.za <mailto:joh...@sharenet.co.za>  | +27 (021) 700 4827 | 
<http://www.sharenet.co.za/> www.sharenet.co.za

 

 <https://www.facebook.com/sharenetsa/?fref=ts>
<https://twitter.com/SharenetSA> 

 

-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.ovirt.org/pipermail/users/attachments/20160927/968d585b/attachment-0001.html>
-- next part --
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 9752 bytes
Desc: not available
URL: 
<http://lists.ovirt.org/pipermail/users/attachments/20160927/968d585b/attachment-0002.png>
-- next part --
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 974 bytes
Desc: not available
URL: 
<http://lists.ovirt.org/pipermail/users/attachments/20160927/968d585b/attachment-0003.png>
-- next part --
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 956 bytes
Desc: not available
URL: 
<http://lists.ovirt.org/pipermail/users/attachments/20160927/968d585b/attachment-0001.jpg>

--

Message: 2
Date: Tue, 27 Sep 2016 10:36:36 +0300
From: Artyom Lukianov <aluki...@redhat.com>
To: aleksey.maksi...@it-kb.ru
Cc: users <users@ovirt.org>
Subject: Re: [ovirt-users] Scheduling policy for oVirt cluster
"vm_evenly_distributed"
Message-ID:
<camveyqmisb6w-7ks0judy-4csicyb20ekssndigkyrrpenh...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Can you please show the screenshot from the clusters->edit cluster-> scheduling 
policy and also specify what host is SPM?

On Tue, Sep 27, 2016 at 10:09 AM, <aleksey.maksi...@it-kb.ru> wrote:

> These parameters can be seen in the screenshot in my first message
>
> 27.09.2016, 09:51, "Artyom Lukianov" <aluki...@redhat.com>:
> > Please provide all policy parameters(HighVmCount, SpmVmGrace and
> MigrationThreshold)
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.ovirt.org/pipermail/users/attachments/20160927/66505b10/attachment-0001.html>

--

Message: 3
Date: Tue, 27 Sep 2016 11:01:07 +0300
From: Amit Aviram <aavi...@redhat.com>
To: Johann van der Westhuizen <joh...@sharenet.co.za>
Cc: users <users@ovirt.org>
Subject: Re: [ovirt-users] ISO Import
Message-ID:
<cag9royuzhpjmke0bdessvzx5zc+oun2m-qn6ksf1p5axg5e...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi, Since oVirt 4.0, you can upload images as disks directly to your storage 
domain, using the upload dialog in Disks -> Upload -> Start.

Uploading ISOs to ISO domain isn't implemented yet, but it will also be 
introduced in one of the following releases.

As uploading a disk might

[ovirt-users] blog - real time oVirt host

2016-09-27 Thread Martin Polednik

Hello oVirt users!

For the past week-or-so, I've been playing with real time hosts in
oVirt. I'm thrilled to say that it works*!

* Now the important bits. There is a lot of configuration that has to
be done manually and some caveats such as no graphics console or
virtio if you want to respect real time boundaries. Additionally, the
steps to enable RT are not uniform and depend on hardware and
application.

That being said, I've still tried to summarize the process of
configuring a real time host in a blog post:

https://mpolednik.github.io/2016/09/19/real-time-host-in-ovirt/

Criticism or your results are welcome!

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


Re: [ovirt-users] ISO Import

2016-09-27 Thread Amit Aviram
Hi, Since oVirt 4.0, you can upload images as disks directly to your
storage domain, using the upload dialog in Disks -> Upload -> Start.

Uploading ISOs to ISO domain isn't implemented yet, but it will also be
introduced in one of the following releases.

As uploading a disk might be a good solution for you, you can use the "
engine-iso-uploader" if you still want to upload your ISO to the ISO domain.

Please let us know if you need any further help.

Thanks, Amit.

On Tue, Sep 27, 2016 at 10:33 AM, Johann van der Westhuizen <
joh...@sharenet.co.za> wrote:

> Hi,
>
>
>
> Thanks for your previous support on oVirt.
>
>
>
> I want to ask just one more thing, how do I import a new ISO into oVert.
>
>
>
> Please let me know.
>
>
>
> Regards / Groete,
>
>
>
> *Johann van der Westhuizen*
>
> *Systems Administrator*
>
> [image: cid:image001.png@01D1DB97.0D86FCB0]
>
> *joh...@sharenet.co.za * | +27 (021) 700 4827 |
> www.sharenet.co.za
>
>
>
> [image: cid:image002.png@01D1DE78.2EE61F10]
>  [image:
> cid:image003.jpg@01D1DE78.2EE61F10] 
>
>
>
> ___
> 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] Scheduling policy for oVirt cluster "vm_evenly_distributed"

2016-09-27 Thread Artyom Lukianov
Can you please show the screenshot from the clusters->edit cluster->
scheduling policy and also specify what host is SPM?

On Tue, Sep 27, 2016 at 10:09 AM,  wrote:

> These parameters can be seen in the screenshot in my first message
>
> 27.09.2016, 09:51, "Artyom Lukianov" :
> > Please provide all policy parameters(HighVmCount, SpmVmGrace and
> MigrationThreshold)
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ISO Import

2016-09-27 Thread Johann van der Westhuizen
Hi,

 

Thanks for your previous support on oVirt.

 

I want to ask just one more thing, how do I import a new ISO into oVert.

 

Please let me know.

 

Regards / Groete,

 

Johann van der Westhuizen

Systems Administrator



joh...@sharenet.co.za   | +27 (021) 700 4827 |
 www.sharenet.co.za

 

 
 

 

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


Re: [ovirt-users] [ovirt-devel] yum install ovirt-engine-4.0.2.6 , when run the "engine-setup" not updrages , Report an error

2016-09-27 Thread Simone Tiraboschi
On Tue, Sep 27, 2016 at 9:12 AM, 转圈圈 <313922...@qq.com> wrote:

> Ovirt current version is 4.0.4.4 ,i installed ovirt-engine with older
> version like 4.0.2.6 and install it by "yum install ovirt-engine-4.0.2.6
>  ", when run the  "engine-setup" i am not updrages ,Report an error,how
> can i to do,Thank you.
> i don't want to install the latest version.
>
>
engine-setup --offline will not check for updates.
But what's the problem with a recent release that should come with
different bug fixes?


> [root@localhost ~]# engine-setup
> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>   Configuration files: ['/etc/ovirt-engine-setup.
> conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.
> d/10-packaging.conf']
>   Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-
> 20160927144353-coryv9.log
>   Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup
> [ INFO  ] Stage: Environment customization
>
>   --== PRODUCT OPTIONS ==--
>
>   Configure Engine on this host (Yes, No) [Yes]:
>   Configure Image I/O Proxy on this host? (Yes, No) [Yes]:
>   Configure WebSocket Proxy on this host (Yes, No) [Yes]:
>   Please note: Data Warehouse is required for the engine. If you
> choose to not configure it on this host, you have to configure it on a
> remote host, and then configure the engine on this host so that it can
> access the database of the remote Data Warehouse host.
>   Configure Data Warehouse on this host (Yes, No) [Yes]:
>   Configure VM Console Proxy on this host (Yes, No) [Yes]:
>
>   --== PACKAGES ==--
>
> [ INFO  ] Checking for product updates...
>   Setup has found updates for some packages:
>   PACKAGE: [updated] ovirt-engine-4.0.2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-4.0.4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-backend-4.0.2.6-
> 1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-backend-4.0.4.4-
> 1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-dbscripts-4.0.2.
> 6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-dbscripts-4.0.4.
> 4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-restapi-4.0.2.6-
> 1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-restapi-4.0.4.4-
> 1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-tools-4.0.2.6-1.
> el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-tools-4.0.4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-tools-backup-4.0.
> 2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-tools-backup-4.0.
> 4.4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-userportal-4.0.2.
> 6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-userportal-4.0.4.
> 4-1.el7.centos.noarch
>   PACKAGE: [updated] ovirt-engine-webadmin-portal-
> 4.0.2.6-1.el7.centos.noarch
>   PACKAGE: [update] ovirt-engine-webadmin-portal-
> 4.0.4.4-1.el7.centos.noarch
>   do you wish to update them now? (Yes, No) [Yes]: no
> [ ERROR ] Failed to execute stage 'Environment customization': Aborted,
> packages must be updated
> [ INFO  ] Stage: Clean up
>   Log file is located at /var/log/ovirt-engine/setup/
> ovirt-engine-setup-20160927144353-coryv9.log
> [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/
> 20160927144532-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
>
>
>
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] yum install ovirt-engine-4.0.2.6 , when run the "engine-setup" not updrages , Report an error

2016-09-27 Thread ??????
Ovirt current version is 4.0.4.4 ,i installed ovirt-engine with older version 
like 4.0.2.6 and install it by "yum install ovirt-engine-4.0.2.6 ", when run 
the  "engine-setup" i am not updrages ,Report an error,how can i to do,Thank 
you.
i don't want to install the latest version.


[root@localhost ~]# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files: 
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', 
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf']
  Log file: 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160927144353-coryv9.log
  Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization
 
  --== PRODUCT OPTIONS ==--
 
  Configure Engine on this host (Yes, No) [Yes]:
  Configure Image I/O Proxy on this host? (Yes, No) [Yes]:
  Configure WebSocket Proxy on this host (Yes, No) [Yes]:
  Please note: Data Warehouse is required for the engine. If you choose 
to not configure it on this host, you have to configure it on a remote host, 
and then configure the engine on this host so that it can access the database 
of the remote Data Warehouse host.
  Configure Data Warehouse on this host (Yes, No) [Yes]:
  Configure VM Console Proxy on this host (Yes, No) [Yes]:
 
  --== PACKAGES ==--
 
[ INFO  ] Checking for product updates...
  Setup has found updates for some packages:
  PACKAGE: [updated] ovirt-engine-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-backend-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-backend-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-dbscripts-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-dbscripts-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-restapi-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-restapi-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-tools-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-tools-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] 
ovirt-engine-tools-backup-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] 
ovirt-engine-tools-backup-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-userportal-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-userportal-4.0.4.4-1.el7.centos.noarch
  PACKAGE: [updated] 
ovirt-engine-webadmin-portal-4.0.2.6-1.el7.centos.noarch
  PACKAGE: [update] 
ovirt-engine-webadmin-portal-4.0.4.4-1.el7.centos.noarch
  do you wish to update them now? (Yes, No) [Yes]: no
[ ERROR ] Failed to execute stage 'Environment customization': Aborted, 
packages must be updated
[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160927144353-coryv9.log
[ INFO  ] Generating answer file 
'/var/lib/ovirt-engine/setup/answers/20160927144532-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Scheduling policy for oVirt cluster "vm_evenly_distributed"

2016-09-27 Thread aleksey . maksimov
These parameters can be seen in the screenshot in my first message

27.09.2016, 09:51, "Artyom Lukianov" :
> Please provide all policy parameters(HighVmCount, SpmVmGrace and 
> MigrationThreshold)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Scheduling policy for oVirt cluster "vm_evenly_distributed"

2016-09-27 Thread Artyom Lukianov
Please provide all policy parameters(HighVmCount, SpmVmGrace and
MigrationThreshold) also please specify what host is SPM.
You can find some additional information how this policy works here:
http://www.ovirt.org/develop/release-management/features/sla/even-vm-count-distribution/
Best Regards

On Mon, Sep 26, 2016 at 12:44 PM,  wrote:

> Hello oVirt guru`s!
>
> oVirt Engine Version: 4.0.3-1.el7.centos
>
> I test load balancing (Scheduling policy for oVirt cluster)
> I created a copy of the policy "vm_evenly_distributed" (see
> My_vm_evenly_distributed.png)
> The policy specified limit 2 VMs on the host.
>
> I have a 4 host in oVirt cluster. On the first host are 5 virtual
> machines. Other hosts do not have the VM.
>
> HOST1 - 5VM
> HOST2 - 0VM
> HOST3 - 0VM
> HOST4 - 0VM
>
> Now I apply the policy on a cluster and I expect that oVirt start to
> migrate VMs from first host to another, e.g.
>
> HOST1 - 2 VM
> HOST2 - 2 VM
> HOST3 - 1 VM
> HOST4 - 0 VM
>
> But in fact, migration is performed only one virtual machine:
>
> HOST1 - 4 VM
> HOST2 - 1 VM
> HOST3 - 0 VM
> HOST4 - 0 VM
>
> All hosts on the same hardware.
> VMs not have Affinity Groups.
> All VMs are HA-enabled and automigration-enabled
>
> What am I doing wrong?
>
> ___
> 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 can i installed ovirt engine with older version like 4.0.2.6 ?

2016-09-27 Thread ??????
Ovirt current version is 4.0.4.4, How can i installed ovirt engine with older 
version like 4.0.2.6 ? I don't want to upgrade.

Thank you.

2F07F706@B3730B6C.4613EA57
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users