[ovirt-users] where is ovirt-iso-uploader in 4.4?

2020-05-22 Thread dan . creed
Can't seem to find this, maybe I'm old school but in 4.4 how do I upload ISO's I want to boot as CD's on my virtual machine? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] [ANN] oVirt 4.3.10 Fifth Release Candidate is now available for testing

2020-05-22 Thread Lev Veyde
The oVirt Project is pleased to announce the availability of oVirt 4.3.10 Fifth Release Candidate for testing as of May 22nd, 2020. This update is the tenth in a series of stabilization updates to the 4.3 series. This release is available now on x86_64 architecture for: * Red Hat Enterprise

[ovirt-users] Re: oVirt hosted engine install error: Failed to verify Power Management configuration

2020-05-22 Thread Joseph Goldman
What version of ovirt are you trying to install? It looks like it can't create the management network and at a quick thought, I believe 4.4 requires CentOS 8 and so the networking commands may be different hence the failure. Try 4.3. if you are trying 4.3 already, maybe try with the ovirt

[ovirt-users] Re: 4.4 HCI Install Failure - Missing /etc/pki/CA/cacert.pem

2020-05-22 Thread Stephen Panicho
That fixed it! Thanks so much for the help, Joop. On Fri, May 22, 2020 at 1:07 PM Joop wrote: > On 22-5-2020 17:59, Stephen Panicho wrote: > > Hey Marcin. There aren't any logs for those services as they haven't been > started yet. This failure happens very early in the deploy, just after the >

[ovirt-users] Re: oVirt 4.4.0 Release is now generally available

2020-05-22 Thread Strahil Nikolov via Users
On May 22, 2020 7:23:45 PM GMT+03:00, Gianluca Cecchi wrote: >On Fri, May 22, 2020 at 6:18 PM Strahil Nikolov >wrote: > >> >> 5. The storage domains for the VM are up >> > >As I wrote, it happens sometime that the storage domains are marked as >up, >but actually they are not (the related

[ovirt-users] Re: 4.4 HCI Install Failure - Missing /etc/pki/CA/cacert.pem

2020-05-22 Thread Joop
On 22-5-2020 17:59, Stephen Panicho wrote: > Hey Marcin. There aren't any logs for those services as they haven't > been started yet. This failure happens very early in the deploy, just > after the page where you configure the engine VM settings. > > Unfortunately, I can't try a redeploy on the

[ovirt-users] Re: 4.4 HCI Install Failure - Missing /etc/pki/CA/cacert.pem

2020-05-22 Thread Stephen Panicho
The issue is the "Drop vdsm config statements" task from /usr/share/ansible/roles/ovirt.hosted_engine_setup/tasks/initial_clean.yml I'm not sure how those config statements got there in the first place... maybe a scriptlet from a vdsm rpm install? Either way, the task removes the following

[ovirt-users] Re: oVirt 4.4.0 Release is now generally available

2020-05-22 Thread Gianluca Cecchi
On Fri, May 22, 2020 at 6:18 PM Strahil Nikolov wrote: > > 5. The storage domains for the VM are up > As I wrote, it happens sometime that the storage domains are marked as up, but actually they are not (the related /rhev/data-center/mnt/... filesystem not mounted) It happened to me several

[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread Simone Tiraboschi
On Fri, May 22, 2020 at 6:13 PM wrote: > MainThread::WARNING::2020-05-21 > 14:22:55,067::storage_broker::100::ovirt_hosted_engine_ha.broker.storage_broker.StorageBroker::(__init__) > Can't connect vdsm storage: 'NoneType' object has no attribute > 'close_connections' >

[ovirt-users] Re: oVirt 4.4.0 Release is now generally available

2020-05-22 Thread Strahil Nikolov via Users
On May 22, 2020 6:48:43 PM GMT+03:00, Gianluca Cecchi wrote: >On Fri, May 22, 2020 at 4:17 PM Derek Atkins wrote: > >> >> >> FTR: I don't think I need to check that the datacenter status is up; >I >> added that in not really understanding the changes between 4.1 and >4.3. >> The issue is that

[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread dan . creed
MainThread::WARNING::2020-05-21 14:22:55,067::storage_broker::100::ovirt_hosted_engine_ha.broker.storage_broker.StorageBroker::(__init__) Can't connect vdsm storage: 'NoneType' object has no attribute 'close_connections' MainThread::ERROR::2020-05-21

[ovirt-users] Re: 4.4 HCI Install Failure - Missing /etc/pki/CA/cacert.pem

2020-05-22 Thread Stephen Panicho
Hey Marcin. There aren't any logs for those services as they haven't been started yet. This failure happens very early in the deploy, just after the page where you configure the engine VM settings. Unfortunately, I can't try a redeploy on the same node because libvirtd is now in a bad state and

[ovirt-users] Re: oVirt 4.4.0 Release is now generally available

2020-05-22 Thread Gianluca Cecchi
On Fri, May 22, 2020 at 4:17 PM Derek Atkins wrote: > > > FTR: I don't think I need to check that the datacenter status is up; I > added that in not really understanding the changes between 4.1 and 4.3. > The issue is that the storage domain status isn't initialized to 'down' > when the engine

[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread Simone Tiraboschi
On Fri, May 22, 2020 at 5:28 PM wrote: > Hmm.. wonder why I am so special, as this is 100% repeatable every time > for me, and I can't get past this. Anyone I could really use some help! > Hi, can you please check if you have something strange under /var/log/ovirt-hosted-engine-ha/broker.log ?

[ovirt-users] oVirt hosted engine install error: Failed to verify Power Management configuration

2020-05-22 Thread fawzi
Hello, i am new to ovirt and i am trying to install it on minimal-install centos 7. i have been able to iron out all the wrinkles to create the host-engine, except for this error: [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The host has been set in non_operational

[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread dan . creed
Hmm.. wonder why I am so special, as this is 100% repeatable every time for me, and I can't get past this. Anyone I could really use some help! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: storage domain cross data center status

2020-05-22 Thread Strahil Nikolov via Users
On May 20, 2020 5:34:30 PM GMT+03:00, "Николай Чаплинский" wrote: >Hello! >Wich table in ovirt database contains column with "cross data center >status" оf Storage Domains? Usually when I search something , I just dump the DB and then run a grep (or 2). Best Regards, Strahil Nikolov

[ovirt-users] Re: oVirt 4.4.0 Release is now generally available

2020-05-22 Thread Derek Atkins
Hi, Strahil Nikolov writes: > Actually, > You can use Ansible and 'uri' module to communicate wwith the engine > via the API. Most probably the 'uri' module was written in python - > but you don't have to deal with python code - just ansible. > Also, it's worth checking the ansible Ovirt

[ovirt-users] storage domain cross data center status

2020-05-22 Thread Николай Чаплинский
Hello! Wich table in ovirt database contains column with "cross data center status" оf Storage Domains? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: how to save stateless disk

2020-05-22 Thread Michal Skrivanek
> On 22 May 2020, at 12:52, Jiří Sléžka wrote: > > Hi, > > I have one vm configured as stateless (useful for example for testing > ansible deploying). But now I am in the middle of work and we have > planned power outage. If I power down this wm now I will lost my work. suspend/resume _may_

[ovirt-users] how to save stateless disk

2020-05-22 Thread Jiří Sléžka
Hi, I have one vm configured as stateless (useful for example for testing ansible deploying). But now I am in the middle of work and we have planned power outage. If I power down this wm now I will lost my work. It looks like I am unable to create snapshot if vm is in stateless state. Is there

[ovirt-users] searching in manager

2020-05-22 Thread Jiří Sléžka
Hi, oVirt 4.3.9.4-1.el7 I am trying to search a vms which has storage domain other than RHEV-SSDStorage so I entered this search string in Manager in Compute / Virtual Machines search form. Storage != "RHEV-SSDStorage" but it looks like all vms are listed. When I try... Storage =

[ovirt-users] Re: ovrt node ng 4.4 different fs layout and error if changed

2020-05-22 Thread jan.kleefeld.1996
Same here. I let the installer automatically set the partition configuration. I changed nothing. Same error as you have. On ovirt-node-ng-installer-4.4.0-2020052110.el8 ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: 4.4 HCI Install Failure - Missing /etc/pki/CA/cacert.pem

2020-05-22 Thread Marcin Sobczyk
Hi, On 5/22/20 7:06 AM, Stephen Panicho wrote: Hi all! I'm using Cockpit to perform an HCI install, and it fails at the hosted engine deploy. Libvirtd can't restart because of a missing /etc/pki/CA/cacert.pem file. The log (tasks seemingly from

[ovirt-users]Re: What's mean about this "ETL service sampling has encountered an error. Please consult the service log for more details.‘’

2020-05-22 Thread Strahil Nikolov via Users
On May 22, 2020 8:30:34 AM GMT+03:00, "zhou...@vip.friendtimes.net" wrote: > >Dear all: >After I restart the server, the log will appear every 15 minutes,But >all nodes and vms are worrking normally. Is anyone knows what it means? > > > > >zhou...@vip.friendtimes.net According to