[ovirt-users] Re: 4.2 User Portal

2018-09-20 Thread Greg Sheremeta
Hm, that is indeed a bug. We'll get that fixed asap.
https://bugzilla.redhat.com/show_bug.cgi?id=1631149

Greg

On Tue, Sep 18, 2018 at 6:01 PM Staniforth, Paul <
p.stanifo...@leedsbeckett.ac.uk> wrote:

> Thanks Greg,
>
> I can't seem to add or delete Nics from the VM
> portal it lets you choose a VNIC profile but clicking the OK button does
> nothing.
>
>
> Also at  https://github.com/oVirt/ovirt-web-ui using the Quick run using
> Docker instructions seems to be using an old release.
>
>
> Regards,
>
>Paul S.
> --
> *From:* Greg Sheremeta 
> *Sent:* 18 September 2018 00:20
> *To:* Staniforth, Paul
> *Cc:* statsenko...@interrao.ru; users
> *Subject:* Re: [ovirt-users] Re: 4.2 User Portal
>
> Sorry about this -- it was an oversight. If you pull the latest version
> (ovirt-web-ui 1.4.3), this should be fixed.
>
> Greg
>
> On Mon, Sep 17, 2018 at 6:07 PM Staniforth, Paul <
> p.stanifo...@leedsbeckett.ac.uk> wrote:
>
>> Neither can I, but can if I go to Legacy View ( how recent does it
>> qualify as Legacy)?
>>
>>
>> Another question can we default to Legacy View instead of the new
>> Detailed View?
>>
>>
>> Thanks,
>>
>>  Paul S.
>> --
>> *From:* Стаценко Константин Юрьевич 
>> *Sent:* 17 September 2018 14:06
>> *To:* users
>> *Subject:* [ovirt-users] 4.2 User Portal
>>
>>
>> Hello!
>>
>> Users cannot edit and expand VM’s disks from the User Portal after 4.2
>> upgrade anymore.
>>
>> VM UI screenshot attached.
>>
>> Users can press Edit icon, but only “Editing” appears and nothing more.
>>
>> Same thing happens under admin’s accounts on User Portal.
>>
>> From Admin Portal everything is fine.
>>
>> How can we fix this issue, so users can edit they VM from the User Portal
>> as it was in 4.1 ?
>>
>> Thanks.
>>
>>
>> To view the terms under which this email is distributed, please go to:-
>> http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/IEGNOOVFT5HROC5HD2JSAGUONRPUEE4H/
>>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> 
>
> gsher...@redhat.comIRC: gshereme
> 
> To view the terms under which this email is distributed, please go to:-
> http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html
>
>

-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2RZEDEHL7BYHJUFOFL32BUX5W2JK5SYN/


[ovirt-users] Re: VM create with network interface via the API

2018-09-20 Thread Dominik Holler
On Thu, 20 Sep 2018 18:37:40 -
"Alan Bunch"  wrote:

> Hello all and thank you in advance for your help.
> 
> I have been able to work out how to add vm via a call to the vms
> API.   I am passing in a template via the api call and that is
> working.  I do not have a network installed in the template. My use
> case for that was to hit “New vm”, fill in the hostname and network
> and let cloud-init set the hostname.  That way I can create a new vm
> with just a few clicks.  
> 
> What I can’t seem to figure out is how to define the network
> interface in the add vm api call.   It looks like I should have to
> add the network interface in a second call after creation.If I
> add the interface in the   section for cloud-init I
> seems to have a chicken and egg problem.  When I add the
>  section and the data for the ip address, netmask,
> default gateway, I get;  standalone="yes"?>  [Cannot add VM. Static IPv4
> address is missing in cloud-init configuration.]
> Operation Failed 
> 

In
https://github.com/oVirt/ovirt-system-tests/blob/master/basic-suite-4.2/test-scenarios/004_basic_sanity.py#L894
and
https://github.com/oVirt/ovirt-system-tests/blob/master/network-suite-master/lib/virtlib.py#L79
are examples of how to use cloud-init.

> That would seem to indicate to me that I need and interface before I
> can configure it.  That makes sense.  But how do I get an interface
> before I create the vm ?
> 

If you want to use the python sdk, please find in github.com -
ovirt-engine-sdk how to add a vNIC to a VM. You can add the vNIC after
VM is created, but before the VM is booted the first time.

> What might I be missing?
> 
> The desired result is create a vm and set the hostname and ip info
> via the api so that I get a fully formed vm connected to the
> network.  That gets me to the point of being able to download build
> scripts to install and start puppet.
> 
> Alan
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/ List
> Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/YQRSABCJ7Y3L44XRFLUFDTFPK6OGBKPH/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OWBWY5CU3XMDUO4QR3FN7IP45S4PM7Y3/


[ovirt-users] Few questions for seasoned oVirt experts

2018-09-20 Thread brad . riemann
Hello Everyone,

I'm new to oVirt so I was hoping I could pick the brains of those that may have 
been around the product longer than myself.

To start, I am leveraging oVirt 4.2, so all questions will be centered around 
them.

1. I am looking to utilize the ovirt engine for managing potentially thousands 
of datacenters, has anyone experienced large scale deployments or many-multi 
datacenter installations all managed under the same engine? FWIW: There will 
only be 1-2 servers per datacenter, with one cluster and 5-10 vNic assignments 
per cluster.
2. Has anyone dealt with the auto registration/approval process with oVirt 
engine? I'm finding various documentation from different generations of oVirt, 
but haven't felt comfortable with what i've found since my instance doesn't 
seem to have features that i'm reading about.
My goal is to ship servers to a site with a basic image and when it boots up it 
reaches out to our ovirt engine, in turn I can automate a validation of pending 
approval requests based on host criteria, i'm just struggling to figure out if 
the automatic registration is even a thing in the latest version.

thank you in advance, I appreciate any feedback on the matter.

-Brad
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KCADYPT6A3R2OWXVXDQRDWH6UJAYSIDH/


[ovirt-users] Re: Hosted Engine Upgrades

2018-09-20 Thread Simone Tiraboschi
On Thu, Sep 20, 2018 at 6:32 PM Gary Pedretty  wrote:

> Ok that is what I have done in the past, sometimes it works, sometimes the
> engine ends up corrupted and I have had to re-deploy it.
>

Please double check you correctly set the global maintenance mode:
engine-setup will stop the engine in order to upgrade it andif you are not
in global maintenance mode, ovirt-ha-agent on the host will detect an
engine failure and it will restart the engine VM in order to get a working
engine.
A VM reboot in the middle of the DB upgrade could corrupt it.


>
> thanks
>
> Gary
> __
>
>
>
>
> On Sep 20, 2018, at 1:48 AM, Jayme  wrote:
>
> Upgrading the engine is fairly straight forward.  What I do is place the
> cluster in global maintenance mode.  Then on the engine vm yum update Ovirt
> packages then run engine-upgrade.  After upgrade I do a general yum update
> on engine vm to update other non Ovirt  packages
>
> On Thu, Sep 20, 2018, 4:07 AM Gary Pedretty,  wrote:
> What is the official recommended method in a Hosted Engine Data
> Center/Cluster to upgrade the hosted_engine VM.  Applying the updates on
> the individual hosts is pretty straight forward using either the GUI or
> just running yum update on each host once they are in maintenance mode.
> But what about the engine?  This is an engine vm that was created from the
> appliance rpm initially.  The documentation seems to skip over applying the
> periodic updates except to the individual hosts.
>
> Thanks
>
> Gary
>
> __
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FTHSBZ6L6K6WPLHL55FW7IA45VR4OZQN/
>
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/RGD426VR7EYF3JVGRGPIDAB4LZLU2ZKB/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RTI2PKFBT2FJC2A7GAV2RKQHCVRKFOWG/


[ovirt-users] VM create with network interface via the API

2018-09-20 Thread Alan Bunch
Hello all and thank you in advance for your help.

I have been able to work out how to add vm via a call to the vms API.   I am 
passing in a template via the api call and that is working.  I do not have a 
network installed in the template. My use case for that was to hit “New vm”, 
fill in the hostname and network and let cloud-init set the hostname.  That way 
I can create a new vm with just a few clicks.  

What I can’t seem to figure out is how to define the network interface in the 
add vm api call.   It looks like I should have to add the network interface in 
a second call after creation.If I add the interface in the  
 section for cloud-init I seems to have a chicken and egg 
problem.  When I add the   section and the data for the ip 
address, netmask, default gateway, I get;


[Cannot add VM. Static IPv4 address is missing in cloud-init 
configuration.]
Operation Failed


That would seem to indicate to me that I need and interface before I can 
configure it.  That makes sense.  But how do I get an interface before I create 
the vm ?

What might I be missing?

The desired result is create a vm and set the hostname and ip info via the api 
so that I get a fully formed vm connected to the network.  That gets me to the 
point of being able to download build scripts to install and start puppet.

Alan
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YQRSABCJ7Y3L44XRFLUFDTFPK6OGBKPH/


[ovirt-users] Re: VM stuck in paused mode with Cluster Compatibility Version 3.6 on 4.2 cluster

2018-09-20 Thread Darrell Budic
I had something similar happen while upgrading. Didn’t find a way to fix the 
configs on the fly, but was able to un-pause the VMs using virsh, then proceed 
to handle the ovirt portions. Probably work for you as well.

> From: Marco Lorenzo Crociani 
> Subject: [ovirt-users] VM stuck in paused mode with Cluster Compatibility 
> Version 3.6 on 4.2 cluster
> Date: September 20, 2018 at 11:10:48 AM CDT
> To: users
> 
> Hi,
> we upgraded ovirt from version 4.1 to 4.2.6. Rebooted all vms.
> We missed two vms that were at Cluster Compatibility Version 3.6.
> There was a gluster/network IO problem and vms got paused. We were able to 
> recover all the other vms from the paused state but we have two vms that 
> won't run because:
> 
> "Cannot run VM. The Custom Compatibility Version of VM VM_NAME (3.6) is not 
> supported in Data Center compatibility version 4.1."
> 
> Can we force the CCV of the paused vm to 4.1?
> 
> Regards,
> 
> -- 
> Marco Crociani
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5XH3H6ADEY3WFYNEVVREEGCA57NPDAQY/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WJHHBWZTBHYWVPREFWMM32N4M5UJ726K/


[ovirt-users] Re: Hosted Engine Upgrades

2018-09-20 Thread Gary Pedretty
Ok that is what I have done in the past, sometimes it works, sometimes the 
engine ends up corrupted and I have had to re-deploy it.

thanks

Gary
__




> On Sep 20, 2018, at 1:48 AM, Jayme  wrote:
> 
> Upgrading the engine is fairly straight forward.  What I do is place the 
> cluster in global maintenance mode.  Then on the engine vm yum update Ovirt 
> packages then run engine-upgrade.  After upgrade I do a general yum update on 
> engine vm to update other non Ovirt  packages
> 
> On Thu, Sep 20, 2018, 4:07 AM Gary Pedretty,  wrote:
> What is the official recommended method in a Hosted Engine Data 
> Center/Cluster to upgrade the hosted_engine VM.  Applying the updates on the 
> individual hosts is pretty straight forward using either the GUI or just 
> running yum update on each host once they are in maintenance mode.  But what 
> about the engine?  This is an engine vm that was created from the appliance 
> rpm initially.  The documentation seems to skip over applying the periodic 
> updates except to the individual hosts.
> 
> Thanks
> 
> Gary
> 
> __
> 
> 
> 
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FTHSBZ6L6K6WPLHL55FW7IA45VR4OZQN/



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RGD426VR7EYF3JVGRGPIDAB4LZLU2ZKB/


[ovirt-users] VM stuck in paused mode with Cluster Compatibility Version 3.6 on 4.2 cluster

2018-09-20 Thread Marco Lorenzo Crociani

Hi,
we upgraded ovirt from version 4.1 to 4.2.6. Rebooted all vms.
We missed two vms that were at Cluster Compatibility Version 3.6.
There was a gluster/network IO problem and vms got paused. We were able 
to recover all the other vms from the paused state but we have two vms 
that won't run because:


"Cannot run VM. The Custom Compatibility Version of VM VM_NAME (3.6) is 
not supported in Data Center compatibility version 4.1."


Can we force the CCV of the paused vm to 4.1?

Regards,

--
Marco Crociani
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5XH3H6ADEY3WFYNEVVREEGCA57NPDAQY/


[ovirt-users] Re: Using the web-ui VM portal through a proxy failing

2018-09-20 Thread Callum Smith
Dear Greg,

Did you manage to get any further with this, reverse proxy is rather critical 
to this project.

Regards,
Callum

--

Callum Smith
Research Computing Core
Wellcome Trust Centre for Human Genetics
University of Oxford
e. cal...@well.ox.ac.uk

On 6 Aug 2018, at 12:13, Greg Sheremeta 
mailto:gsher...@redhat.com>> wrote:

I'll look into it and get back to you.

On Mon, Aug 6, 2018 at 7:02 AM Callum Smith 
mailto:cal...@well.ox.ac.uk>> wrote:
Dear Greg,

So what's the go-to here, it seems so close but something in the API ajax is 
failing.

Regards,
Callum

--

Callum Smith
Research Computing Core
Wellcome Trust Centre for Human Genetics
University of Oxford
e. cal...@well.ox.ac.uk

On 27 Jul 2018, at 12:21, Greg Sheremeta 
mailto:gsher...@redhat.com>> wrote:

On Fri, Jul 27, 2018 at 4:39 AM Callum Smith 
mailto:cal...@well.ox.ac.uk>> wrote:
Dear Greg,

Indeed, always the latest and greatest for us while trying to get this running.

https://www.ovirt.org/documentation/security/squid-reverse-proxy/

Arrggghh, that is referring to the old GWT UserPortal and not the new 
react-based VM Portal. (I'll delete it / mark it obsolete. I apologize for the 
out-of-date state of our documentation. I am working on improving it.)

Unfortunately we have never tested VM Portal with squid.

@Lukas Svaty any chance you or someone on the team 
can assist?


And the squid.conf file looks like this:

https_port 443 accel key=/etc/squid/rescomp-vmgw.well.ox.ac.uk.proxy.key 
cert=/etc/squid/rescomp-vmgw.well.ox.ac.uk.proxy.crt 
defaultsite=ovirtengine.cluster
cache_peer ovirtengine.cluster parent 443 0 no-query originserver ssl 
sslcafile=/etc/squid/ca.pem sslflags=DONT_VERIFY_PEER name=engine
cache_peer_access engine allow all
ssl_bump allow all
http_port 3128
acl ovirt_nodes dst 192.168.64.0/24
acl ovirt_engine dstdomain .ovirtengine.cluster
acl all_ips src 1.1.1.1/1
http_access allow ovirt_nodes ovirt_engine
http_access allow all_ips
http_access allow all


# Following are from:
# https://access.redhat.com/solutions/425693

# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid

# RHEV and Spice may leave connections idle for long periods
pconn_timeout   12 hours
request_timeout 12 hours
read_timeout12 hours

# We need approx 20 open filehandles per spice client
max_filedesc 16384

Regards,
Callum

--

Callum Smith
Research Computing Core
Wellcome Trust Centre for Human Genetics
University of Oxford
e. cal...@well.ox.ac.uk

On 27 Jul 2018, at 01:15, Greg Sheremeta 
mailto:gsher...@redhat.com>> wrote:

>From your other thread, I'm guessing 4.2.4.

Can you send the link to the squid guide you used?

On Wed, Jul 25, 2018 at 7:55 PM Greg Sheremeta 
mailto:gsher...@redhat.com>> wrote:
Hi Callum,

What version of ovirt-web-ui is this?

Greg

On Wed, Jul 18, 2018 at 7:12 AM Callum Smith 
mailto:cal...@well.ox.ac.uk>> wrote:
Dear All,

Those error logs are relevant only to another issue, please ignore.

There appears to be a problem to do with authentication through the squid proxy 
though, which presents differently in Safari and Firefox:

[X][X]

Sorry for the screenshots but its the only way i can extract this data due to 
the page-refresh.

Regards,
Callum

--

Callum Smith
Research Computing Core
Wellcome Trust Centre for Human Genetics
University of Oxford
e. cal...@well.ox.ac.uk

On 18 Jul 2018, at 10:54, Callum Smith 
mailto:cal...@well.ox.ac.uk>> wrote:

Dear All,

Some relevant error logs:

2018-07-18 10:51:33,554+01 INFO  
[org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-9) 
[557ca876] Running command
: CreateUserSessionCommand internal: false.
2018-07-18 10:51:33,575+01 INFO  
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default 
task-9) [557ca876] E
VENT_ID: USER_VDC_LOGIN(30), User callum@Biomedical Research Computing 
connecting from '192.168.1.241' using session 'wiWA25wdaRP1zay
iyTSGBJKpvi89LdzgKqeX12BcZhNVhpV2BIA+zkAnT50xOSDglxnhfAi3S2ZiODls8JYFUA==' 
logged in.
2018-07-18 10:51:34,135+01 ERROR 
[org.ovirt.engine.core.bll.GetSystemStatisticsQuery] (default task-5) 
[8d830cdb-fc11-4e68-94e6-73309
65c4488] Query execution failed due to insufficient permissions.
2018-07-18 10:51:34,205+01 ERROR 
[org.ovirt.engine.core.bll.GetPermissionsForObjectQuery] (default task-26) 
[ba1825f1-60fb-44cd-8b57-
ea701cf698c0] Query execution failed due to insufficient permissions.
2018-07-18 10:51:34,242+01 ERROR 
[org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (default 
task-26) [] Operation Faile
d: query execution failed due to insufficient permissions.
2018-07-18 10:51:34,389+01 ERROR 
[org.ovirt.engine.core.bll.storage.domain.GetStorageDomainListByIdQuery] 
(default task-17) [02965366
-44b0-4370-ab83-4781065e46c2] Query execution failed due to insufficient 

[ovirt-users] Re: 3.6 - how to extend hosted engine disk size?

2018-09-20 Thread Roderick Mooi

  
  
Bump :-/

On 2018/09/10 2:10 PM, Roderick Mooi
  wrote:


  Greetings,

I've thought of trying the following:
1. Put cluster in global maintenance
2. Increase (extend) HE disk size in web UI
3. Reboot engine VM
(4. Increase disk/volume size in VM if needed)
5. Change maintenance to "none"

Will it work?

Thanks


  

On 2018/09/06 12:43 PM, Roderick Mooi wrote:


  Hi!

Running oVirt 3.6. I would like to increase (extend) the hosted engine
VM's disk size. What is the correct way?

Thanks,

Roderick


  


  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HY6VFBOXXNJD3BKGHTYZOXCOW2FYPO5D/


[ovirt-users] Re: Storage errors - member of pool, inaccessible and could not disconnect

2018-09-20 Thread Roderick Mooi

  
  
Anyone? Help please!

On 2018/09/11 2:31 PM, Roderick Mooi
  wrote:


  
  Greetings!
  
  I'm running a 3 node ovirt (3.6) hosted engine
  (3.6.5.3-1.el7.centos) cluster with glusterfs (3.7.11) storage. I
  keep getting this error for my hosted engine storage:
  
  ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine:Failed to
  stop monitoring domain
  (sd_uuid=ff8ce693-5a52-47df-8e06-3443b4dc98a4): Error 900 from
  stopMonitoringDomain: Storage domain is member of pool:
  'domain=ff8ce693-5a52-47df-8e06-3443b4dc98a4'
  ovirt_hosted_engine_ha.lib.image.Image:Teardown images
ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine:Disconnecting
  the storage
ovirt_hosted_engine_ha.lib.storage_server.StorageServer:Disconnecting
  storage server
  
  seemingly related to these ERROR messages in vdsm.log:
  Storage.TaskManager.Task::(_setError) Task=`xyz`::Unexpected error
  > Storage domain is member of pool
  or
  > Domain is either partially accessible or entirely
  inaccessible
  or
  Storage.HSM::(disconnectStorageServer) Could not disconnect from
  storageServer
  
  and then it updates config, mounts again, rinse, repeat, every
  +-minute! (and seems to introduce side effects like engine state
  changes, inability to migrate engine VM, hosted engine HA status
  changing, etc.)
  
  Extracts from logs attached. The main issues seem to stem from the
  ERROR lines 214, 778, 1037, etc. in the vdsm.log...
  
  Everything else seems to be working fine.
  
  Please advise?
  
  Thanks,
  
  Roderick


  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUEMHACCECV2C7RJN3YRA6CF4CBUGEDF/


[ovirt-users] Re: Proxmox - oVirt Migration

2018-09-20 Thread Leo David
Hi Guys,
Any ideea on how could I do a decent migration of those vms,  without the
need ov moving their disks to local promox storage ?
Thank you !


Leo

On Tue, Sep 18, 2018 at 3:31 PM, Leo David  wrote:

> Hi,
> I have succesfully used the import-to-ovirt.pl script to migrate a qcow
> local disk to oVirt export domain.
> Thanks a lot for that !
> The problem is that most of the vms are having their disk on ceph as rbd's.
> Thist is why i think the bootable virt-p2p would be more appropiate...
> but it seems is still not working.
> Any thoughts ?
>
> Thanks,
>
> Leo
>
> On Tue, Sep 18, 2018 at 12:18 PM, Leo David  wrote:
>
>> Hi,
>> I have tried already first option - not working..
>> Maybe the second would work,  but i'm in the middle of figuring out why
>> it does not work with virt-p2v iso,  since it seems that it should do the
>> job.
>> 1. I have booted one vm with the iso
>> 2. tested the connection against an ovirt node
>> 3. selected:
>> - Output: rhv
>> - Output storage: 10.10.6.13://ovirt-export   ( exact path as i have it
>> configured on the engine, as an export domain )
>> - the rest of fields blank
>>
>> Then it hangs,  it seems is trying to connect to libvrt although i have
>> specified "rhv".
>> Below, a tail on virt-v2v-conversion-log.txt:
>>
>> [   0.4] Initializing the target -o rhv -os 10.10.6.13:/ovirt-export
>> mount '10.10.6.13:/ovirt-export' '/tmp/v2v.IGj2A4'
>> RHV: ESD mountpoint: /tmp/v2v.IGj2A4
>> RHV: ESD UUID: d6cd5efe-15eb-4e22-8caf-5ab5d267f4dd
>> RHV: actual UID:GID of new files is 36:36
>> uuidgen -r
>> uuidgen -r
>> uuidgen -r
>> RHV: will export sda to /tmp/v2v.IGj2A4/d6cd5efe-15eb-
>> 4e22-8caf-5ab5d267f4dd/images/25d94cfd-8277-469b-ab98-24d790
>> d422bb/058ed849-2fb6-456c-825e-819b8920f696
>> libguestfs: [   0.4] Opening the overlay
>> trace: set_verbose true
>> libguestfs: trace: set_verbose = 0
>> libguestfs: trace: set_identifier "v2v"
>> libguestfs: trace: v2v: set_identifier = 0
>> libguestfs: trace: v2v: get_memsize
>> libguestfs: trace: v2v: get_memsize = 500
>> libguestfs: trace: v2v: set_memsize 2000
>> libguestfs: trace: v2v: set_memsize = 0
>> libguestfs: trace: v2v: set_network true
>> libguestfs: trace: v2v: set_network = 0
>> libguestfs: trace: v2v: add_drive "/var/tmp/v2vovla5ca02.qcow2"
>> "format:qcow2" "cachemode:unsafe" "discard:besteffort" "copyonread:true"
>> libguestfs: trace: v2v: add_drive = 0
>> libguestfs: trace: v2v: launch
>> libguestfs: trace: v2v: get_tmpdir
>> libguestfs: trace: v2v: get_tmpdir = "/tmp"
>> libguestfs: trace: v2v: version
>> libguestfs: trace: v2v: version = > minor: 36, release: 10, extra: rhel=7,release=6.el7_5.2,libvirt, >
>> libguestfs: trace: v2v: get_backend
>> libguestfs: trace: v2v: get_backend = "libvirt"
>> libguestfs: launch: program=virt-v2v
>> libguestfs: launch: identifier=v2v
>> libguestfs: launch: version=1.36.10rhel=7,release=6.el7_5.2,libvirt
>> libguestfs: launch: backend registered: unix
>> libguestfs: launch: backend registered: uml
>> libguestfs: launch: backend registered: libvirt
>> libguestfs: launch: backend registered: direct
>> libguestfs: launch: backend=libvirt
>> libguestfs: launch: tmpdir=/tmp/libguestfsBeXgdP
>> libguestfs: launch: umask=0022
>> libguestfs: launch: euid=0
>> libguestfs: libvirt version = 3009000 (3.9.0)
>> libguestfs: guest random name = guestfs-28va44m6dlfp13q0
>> libguestfs: connect to libvirt
>> libguestfs: opening libvirt handle: URI = qemu:///system, auth =
>> default+wrapper, flags = 0
>> libvirt needs authentication to connect to libvirt URI qemu:///system
>> (see also: http://libvirt.org/auth.html http://libvirt.org/uri.html)
>> Please enter your authentication name: Please enter your password:
>>
>>
>>
>> Any thoughts,  am I doing something wrong in the virt-p2p configuration ?
>> Thank you !
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Sep 18, 2018 at 11:34 AM, Andrei Verovski 
>> wrote:
>>
>>> Hi,
>>>
>>> Try to upload qcow into import domain via SSH, may be it will work, but
>>> I’m not sure.
>>>
>>> Another way is to hack oVirt - create VM with qcow2 image, rename yours,
>>> replace via ssh, fix permissions.
>>>
>>>
>>> On 18 Sep 2018, at 08:00, Leo David  wrote:
>>>
>>> Thank you Andrei,
>>> This would be fine in case of a few vms, but not so practical for many
>>> of them to import.
>>> I will try by using virt-p2v.iso to boot on source vm, and get it
>>> converted to an existing oVirt nfs export domain. From where to import them
>>> in the oVirt cluster.
>>> Will let you know about results..
>>> If any other procedure available, please let me know.
>>> Thanks a lot,
>>>
>>> Leo
>>>
>>>
>>> On Tue, Sep 18, 2018, 00:21 Andrei Verovski 
>>> wrote:
>>>
 Hi,

 Try this:

 1) Storage -> Disks -> Upload -> Start
 select your existing qcow image

 2) Create new VM, and then General -> Instance Images, clock "+" and
 "Attach", select imported disk image.

 I think it should work.

 PS Someone from oVirt dev team please 

[ovirt-users] Re: ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Sandro Bonazzola
Il giorno gio 20 set 2018 alle ore 14:30 Arild Ringøy 
ha scritto:

> Hello Sandro!
>
> I'll do that. What logs would be best to attach?
>

Tomas can you help here?


>
> Regards
> Arild
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/IPJCRDYZPZZPLPF35VSJ3XFUI4ZHRSR7/
>


-- 

SANDRO BONAZZOLA

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TXEGNR7ADRXQMYNS62JGJ4NPCATGTXGN/


[ovirt-users] Re: ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Arild Ringøy
Hello Sandro!

I'll do that. What logs would be best to attach? 

Regards
Arild
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IPJCRDYZPZZPLPF35VSJ3XFUI4ZHRSR7/


[ovirt-users] Re: ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Sandro Bonazzola
Il giorno gio 20 set 2018 alle ore 13:44 Arild Ringøy 
ha scritto:

> Hi Jon!
>
> Thanks for your reply!
> This did help me last time I had problems like this. The problem then was,
> like yours, that the agent wasn't running. But now it is. At least as far
> as I can see. When it wasn't running (or outdated) there was also a warning
> about this in the web-gui.
>
>
Thanks for reporting, can you please open a bug on debian for this so the
maintainer can check the guest agent?



> Regards
> Arild
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/P6BQUWUODFUZNVXDSOMFATFPGQ4CY46Z/
>


-- 

SANDRO BONAZZOLA

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HGCJQLA3XQWC7RPLKDMDAV6HECJMGG3D/


[ovirt-users] Re: ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Arild Ringøy
Hi Jon!

Thanks for your reply! 
This did help me last time I had problems like this. The problem then was, like 
yours, that the agent wasn't running. But now it is. At least as far as I can 
see. When it wasn't running (or outdated) there was also a warning about this 
in the web-gui.

Regards
Arild
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/P6BQUWUODFUZNVXDSOMFATFPGQ4CY46Z/


[ovirt-users] Re: ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Jon bae
In debian I had also some issues, but I think by me the service was not
running at all. But I had make this changes, and that helped me:

In: */etc/ovirt-guest-agent.conf*

change this:

*[virtio]
# device = /dev/virtio-ports/com.redhat.rhevm.vdsm
device = /dev/virtio-ports/ovirt-guest-agent.0*

Than in: */etc/udev/rules.d/55-ovirt-guest-agent.rules*

Put this:

*SYMLINK=="virtio-ports/ovirt-guest-agent.0", OWNER="ovirtagent",
GROUP="ovirtagent"*

And then update:



*udevadm trigger --subsystem-match="virtio-ports"*

Maybe this helps.


Am Do., 20. Sep. 2018 um 12:00 Uhr schrieb Arild Ringøy :

> Software Version:4.2.5.2-1.el7
>
> Installed agent (1.0.14, from source) following this:
> https://www.ovirt.org/documentation/how-to/guest-agent/install-the-guest-agent-in-ubuntu/
> Some vm's run 1.0.13, but I have the same problem there.
>
> On the vm running agent 1.0.14 nothing shows in "Applications". On vm's
> running 1.0.13 it shows "ovirt-guest-agent-1.0.13.dfsg-2".
>
> systemctl status ovirt-guest-agent:
> ● ovirt-guest-agent.service - oVirt Guest Agent
>Loaded: loaded (/lib/systemd/system/ovirt-guest-agent.service; enabled;
> vendor preset: enabled)
>Active: active (running) since Thu 2018-09-20 09:29:40 CEST; 2h 4min ago
>   Process: 688 ExecStartPre=/bin/chown ovirtagent:ovirtagent
> /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS)
>   Process: 684 ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid
> (code=exited, status=0/SUCCESS)
>   Process: 682 ExecStartPre=/sbin/modprobe virtio_console (code=exited,
> status=0/SUCCESS)
>  Main PID: 692 (python)
> Tasks: 4 (limit: 4915)
>CGroup: /system.slice/ovirt-guest-agent.service
>└─692 /usr/bin/python
> /usr/share/ovirt-guest-agent/ovirt-guest-agent.py
>
> sep. 20 11:30:24 circlemud python[692]: [90B blob data]
> sep. 20 11:30:25 circlemud python[692]: [155B blob data]
> sep. 20 11:30:25 circlemud python[692]: [100B blob data]
> sep. 20 11:30:25 circlemud userhelper[2662]:
> pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent"
> was met by user "ovirtagent"
> sep. 20 11:30:25 circlemud userhelper[2662]: running
> '/usr/share/ovirt-guest-agent/container-list' with root privileges on
> behalf of 'ovirtagent'
> sep. 20 11:32:25 circlemud python[692]: [90B blob data]
> sep. 20 11:32:25 circlemud python[692]: [155B blob data]
> sep. 20 11:32:25 circlemud python[692]: [100B blob data]
> sep. 20 11:32:25 circlemud userhelper[2696]:
> pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent"
> was met by user "ovirtagent"
> sep. 20 11:32:25 circlemud userhelper[2696]: running
> '/usr/share/ovirt-guest-agent/container-list' with root privileges on
> behalf of 'ovirtagent'
>
> Migrate fails: Query 'GetValidHostsForVmsQuery' failed: null (in
> engine.log)
> Snapshot: Could not detect Guest Agent on the VM
>
> Any suggestions?
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/VSG6JXPQYHWTEZZJA4WUQJSUGSGBUY3Q/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JENRI7UCWASFSKUNHNBBNE6WOMAIS3K3/


[ovirt-users] ovirt-guest-agent running on Debian vm, but data doesn't show in web-gui

2018-09-20 Thread Arild Ringøy
Software Version:4.2.5.2-1.el7

Installed agent (1.0.14, from source) following this: 
https://www.ovirt.org/documentation/how-to/guest-agent/install-the-guest-agent-in-ubuntu/
Some vm's run 1.0.13, but I have the same problem there.

On the vm running agent 1.0.14 nothing shows in "Applications". On vm's running 
1.0.13 it shows "ovirt-guest-agent-1.0.13.dfsg-2".

systemctl status ovirt-guest-agent:
● ovirt-guest-agent.service - oVirt Guest Agent
   Loaded: loaded (/lib/systemd/system/ovirt-guest-agent.service; enabled; 
vendor preset: enabled)
   Active: active (running) since Thu 2018-09-20 09:29:40 CEST; 2h 4min ago
  Process: 688 ExecStartPre=/bin/chown ovirtagent:ovirtagent 
/run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS)
  Process: 684 ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid (code=exited, 
status=0/SUCCESS)
  Process: 682 ExecStartPre=/sbin/modprobe virtio_console (code=exited, 
status=0/SUCCESS)
 Main PID: 692 (python)
Tasks: 4 (limit: 4915)
   CGroup: /system.slice/ovirt-guest-agent.service
   └─692 /usr/bin/python 
/usr/share/ovirt-guest-agent/ovirt-guest-agent.py

sep. 20 11:30:24 circlemud python[692]: [90B blob data]
sep. 20 11:30:25 circlemud python[692]: [155B blob data]
sep. 20 11:30:25 circlemud python[692]: [100B blob data]
sep. 20 11:30:25 circlemud userhelper[2662]: 
pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was 
met by user "ovirtagent"
sep. 20 11:30:25 circlemud userhelper[2662]: running 
'/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 
'ovirtagent'
sep. 20 11:32:25 circlemud python[692]: [90B blob data]
sep. 20 11:32:25 circlemud python[692]: [155B blob data]
sep. 20 11:32:25 circlemud python[692]: [100B blob data]
sep. 20 11:32:25 circlemud userhelper[2696]: 
pam_succeed_if(ovirt-container-list:auth): requirement "user = ovirtagent" was 
met by user "ovirtagent"
sep. 20 11:32:25 circlemud userhelper[2696]: running 
'/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 
'ovirtagent'

Migrate fails: Query 'GetValidHostsForVmsQuery' failed: null (in engine.log)
Snapshot: Could not detect Guest Agent on the VM

Any suggestions?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VSG6JXPQYHWTEZZJA4WUQJSUGSGBUY3Q/


[ovirt-users] Re: Hosted Engine Upgrades

2018-09-20 Thread Jayme
Upgrading the engine is fairly straight forward.  What I do is place the
cluster in global maintenance mode.  Then on the engine vm yum update Ovirt
packages then run engine-upgrade.  After upgrade I do a general yum update
on engine vm to update other non Ovirt  packages

On Thu, Sep 20, 2018, 4:07 AM Gary Pedretty,  wrote:

> What is the official recommended method in a Hosted Engine Data
> Center/Cluster to upgrade the hosted_engine VM.  Applying the updates on
> the individual hosts is pretty straight forward using either the GUI or
> just running yum update on each host once they are in maintenance mode.
> But what about the engine?  This is an engine vm that was created from the
> appliance rpm initially.  The documentation seems to skip over applying the
> periodic updates except to the individual hosts.
>
> Thanks
>
> Gary
>
> __
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FTHSBZ6L6K6WPLHL55FW7IA45VR4OZQN/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JJWHKO7B5HRI5SSA7VZA4Q2FXHMVKCC3/


[ovirt-users] Re: Slow vm transfer speed from vmware esxi 5

2018-09-20 Thread Bernhard Dick



Am 17.09.2018 um 09:53 schrieb Richard W.M. Jones:

On Sun, Sep 16, 2018 at 07:30:09PM +0300, Nir Soffer wrote:

I used to disable the limit enforcing "sparse" in libguestfs upstream
source, but lately the simple check at the python plugin level was moved to
to the ocaml code, and I did not have time to understand it yet.

If you want to remove the limit, try to look here:
https://github.com/libguestfs/libguestfs/blob/51a9c874d3f0a9c4780f2cd3ee7072180446e685/v2v/output_rhv_upload.ml#L163

On RHEL, there is no such limit, and you can import vms to any kind of
storage.

Richard, can we remove the limit on sparse format? I don't see how this
limit
helps anyone.


We already remove it downstream in all RHEL and LP builds.  Here is
the commit which does that:

https://github.com/libguestfs/libguestfs/commit/aa5608a922bd35db28f555e53aea2308361991dd
thanks for pointing to the commit. I was lazy and recompiled virt-v2v 
from the rhel-branch now and it worked fine.


Regards
  Bernhard


We could remove it upstream, but AIUI it causes conversions to break
with no easy way for users to understand what -oa modes are supported
by what backends.  To fix it properly we need a way for oVirt /
imageio / whatever to describe what modes are possible for the current
backend.


oVirt support several combinations:

file:
- raw sparse
- raw preallocated
- qcow2 sparse (unsupported in v2v)

block:
- raw preallocated
- qcow2 sparse (unsupported in v2v)

It seems that oVirt SDK is does not have a good way to select the format
yet, so
virt-v2v cannot select the format for the user. This means the user need to
select
the format.


Right.

There are two open bugs:

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

Rich.

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JBF2DBOW2A3S4RRWETIWI7WKQ2ILHUFU/


[ovirt-users] Re: Ovirt-engine-ha cannot to see live status of Hosted Engine

2018-09-20 Thread Simone Tiraboschi
On Wed, Sep 19, 2018 at 3:06 PM Pavel Stržínek 
wrote:

> Hello,
> we are experiencing probably the same situation, and it is serious failure
> of the ovirt! After last upgrade of centos 7 hosts and hosted engine (see
> versions below), the hosted engine does not come up, making the whole ovirt
> cluster USELESS. I can't connect to engine console any way. I even tried
> clean install of one centos 7 host with hosted engine on nfs storage with
> the same result, engine comes up, but failing liveliness check.
>
> Here are the versions of clean install, which is also failing:
>
> ovirt-engine-appliance.noarch
> 4.2-20180903.1.el7   @ovirt-4.2
> ovirt-engine-sdk-python.noarch
>  3.6.9.1-1.el7@ovirt-4.2
> ovirt-host.x86_64
> 4.2.3-1.el7  @ovirt-4.2
> ovirt-host-dependencies.x86_64
>  4.2.3-1.el7  @ovirt-4.2
> ovirt-host-deploy.noarch
>  1.7.4-1.el7  @ovirt-4.2
> ovirt-hosted-engine-ha.noarch
> 2.2.16-1.el7 @ovirt-4.2
> ovirt-hosted-engine-setup.noarch
>  2.2.26-1.el7 @ovirt-4.2
> ovirt-imageio-common.x86_64
> 1.4.4-0.el7  @ovirt-4.2
> ovirt-imageio-daemon.noarch
> 1.4.4-0.el7  @ovirt-4.2
> ovirt-provider-ovn-driver.noarch
>  1.2.14-1.el7 @ovirt-4.2
> ovirt-release42.noarch
>  4.2.6.1-1.el7installed
> ovirt-setup-lib.noarch
>  1.1.5-1.el7  @ovirt-4.2
> ovirt-vmconsole.noarch
>  1.0.5-4.el7.centos   @ovirt-4.2
> ovirt-vmconsole-host.noarch
> 1.0.5-4.el7.centos   @ovirt-4.2
> python-ovirt-engine-sdk4.x86_64
> 4.2.8-2.el7  @ovirt-4.2
>
> This is a total fail of "intended for production use" system. Even more,
> when I try to restore regular engine backup to new engine before
> engine-setup on new clean centos 7 host, it is failing also.
>
> What logs would you need to get it analyzed? I can supply it right back.
>

vdsm.log from the host trying to start the engine VM.
Did you tried to connect to the engine VM over VNC?


>
> Regards,
> Pavel
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/53IE4M52M4TJRFD6VDRKVBYHJEEFKGNS/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IP6PXDUNBUSGQLNUUO4XDO5CMXZQ3PBY/


[ovirt-users] Re: Hosted Engine Upgrades

2018-09-20 Thread Simone Tiraboschi
On Thu, Sep 20, 2018 at 9:08 AM Gary Pedretty  wrote:

> What is the official recommended method in a Hosted Engine Data
> Center/Cluster to upgrade the hosted_engine VM.  Applying the updates on
> the individual hosts is pretty straight forward using either the GUI or
> just running yum update on each host once they are in maintenance mode.
> But what about the engine?  This is an engine vm that was created from the
> appliance rpm initially.  The documentation seems to skip over applying the
> periodic updates except to the individual hosts.
>

Set global maintenance mode, update the engine VM as a regular
installation, exit the global maintenance mode at the end.
If you need to reboot the engine vm you can still hosted-engine --vm-start
also while in global maintenance mode.


>
> Thanks
>
> Gary
>
> __
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FTHSBZ6L6K6WPLHL55FW7IA45VR4OZQN/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/C2PYSBL3ITA55N5QCQSEHDMEQUYARAVM/


[ovirt-users] vm names export

2018-09-20 Thread Budur Nagaraju
HI

We have deployed vms in oVirt , is there a way to export the vm names along
with owner names ? any script which would help ?

Thanks,
Nagaraju
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4GC4RHEQBVGXST5UOLBUNMYOXKKYDSWN/


[ovirt-users] Hosted Engine Upgrades

2018-09-20 Thread Gary Pedretty
What is the official recommended method in a Hosted Engine Data Center/Cluster 
to upgrade the hosted_engine VM.  Applying the updates on the individual hosts 
is pretty straight forward using either the GUI or just running yum update on 
each host once they are in maintenance mode.  But what about the engine?  This 
is an engine vm that was created from the appliance rpm initially.  The 
documentation seems to skip over applying the periodic updates except to the 
individual hosts.

Thanks

Gary

__


[cid:D51E31D3-90B6-4306-BCC8-4DA475005073]

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FTHSBZ6L6K6WPLHL55FW7IA45VR4OZQN/


[ovirt-users] Re: my ovirt can not login to openldap server

2018-09-20 Thread mustafa taha

i make my CA in ldap server and import CRT file to ovirt-self-host  , i try 
choose insecure option put nothing has changed the error still appears . 
do you have any suggestion  ?  

Sent from Mail for Windows 10

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/F6HWMZNQPK5EWMFXVKRKL6DTU2KQ7GCJ/


[ovirt-users] Errors when migrate VMWare to RHV

2018-09-20 Thread Xiaoyu Liu
Hi All

I met two kinds of error when I migrate VMWare VM to RHV using virt-v2v. Any
suggestion? Thank in advanced.


1: After executing the next command to migrate a VM, windows2008R2.ova from
VMWare to RHV, everything looks OK in command line interface. But we could
not find the migrated VM in RHV web console. Why?

>virt-v2v -i ova windows2008R2.ova -on windows2008R4.ova -o libvirt -of
qcow2 -os Appliances1 -n ovirtmgmt

2: When executed the next command to migrate a VM from VMWare to RHV, an
error message came up

>virt-v2v -ic esx://XX.XX.XX.XX/?no_verify=1 -os /data/images -of raw
--bridge vdsm-ovirtmgmt test_linux

Error message

virt-v2v: Output pool /data/images is not a valid storage pool.

 

BRs

Xiaoyu

 

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CRYENMN7D2O6MJ6C3XWIMVZXJ63T6S3Q/