[ovirt-users] Re: Certificates expired...

2023-08-11 Thread Jason P. Thomas
cen, apache.p12 was the first snowflake in this avalanche.  I did find something showing how to generate a new one and install it.  That actually allowed me to access the engine web interface again.  Kinda useless since the engine can't talk to any of the nodes though. Haha.  Thanks for the

[ovirt-users] Re: CPU support Xeon E5345

2023-08-10 Thread Mikhail Po
Thank you for such a detailed answer. Also, reading this forum, I found options with changing the Ansible code. But without clear instructions and any results. The option of installing oVirt on a supported processor and then installing an unsupported one is interesting, but time-consuming. If

[ovirt-users] Re: oVirt 4.5.5 snapshot - Migration failed due to an Error: Fatal error during migration

2023-08-10 Thread Jorge Visentini
This is the engine log (systemctl restart ovirt-engine) 2023-08-10 19:26:09,996-03 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "bll.jar") 2023-08-10 19:26:09,996-03 INFO [org.jboss.as.server.deployment] (MSC service thread

[ovirt-users] Re: CPU support Xeon E5345

2023-08-10 Thread Thomas Hoberg
I believe oVirt draws the line at Nehalem, which contained important improvements to VM performance like extended page tables. Your Core 2 based Xeon is below that line and you'd have to change the code to make it work. Ultimately oVirt is just using KVM, so if KVM works, oVirt can be made to

[ovirt-users] Re: Trouble restoring + upgrading to ovirt 4.5 system after host crashed

2023-08-09 Thread David Johnson
Thank you for your response. I powered up the defunct system and confirmed that the keycloak DB was present in the source database, but the engine-backup tool was not backing it up. I was able to recover with the following these steps: 1. start from clean CentOS 9 2. remove a conflicting man

[ovirt-users] Re: Trouble restoring + upgrading to ovirt 4.5 system after host crashed

2023-08-08 Thread Yedidyah Bar David
Hi, On Tue, Aug 8, 2023 at 9:21 PM David Johnson wrote: > Good afternoon all, > > We had a confluence of events hit all at once and need help desperately. > Our Ovirt engine system recently crashed and is unrecoverable. Due to a > power maintenance event at the data center, 1/3 of our VM's are

[ovirt-users] Re: Trouble restoring + upgrading to ovirt 4.5 system after host crashed

2023-08-08 Thread David Johnson
Good evening all, I was able to work past this by restarting the dying machine briefly, backing up the keycloak database with pg_dump, and migrating it to the new system. setup-engine seems to work ok, but it is not generating the certs for the keycloak, now. When I attempt to log in to the web

[ovirt-users] Re: Certificates expired...

2023-08-08 Thread cen
Hi, I went through a similar ordeal half a year ago and forgot all the exact procedures already but for me, in the end after following all the guides and replacing the "standard" certs it was either engine.p12 or apache.p12 keystore that also had outdated certs (apparently mTLS is being

[ovirt-users] Re: Certificates expired...

2023-08-07 Thread Jason P. Thomas
Is a change in /etc/pki/vdsm/cert/cacert.pem on the nodes going to disrupt the communications between nodes and the engine? The procedure I followed blew away all of /etc/pki/vdsm on each node.  I saved the old one. Jason On 8/4/23 14:38, Jason P. Thomas wrote: I restarted vdsmd and

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread Jason P. Thomas
I restarted vdsmd and libvirtd after the cert update on each host. Jason On 8/4/23 14:34, Derek Atkins wrote: Did you restart vdsm after updating the certs? -derek On Fri, August 4, 2023 2:12 pm, Jason P. Thomas wrote: I updated the VDSM certs on the hosts and the apache cert on the engine. 

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread Derek Atkins
Did you restart vdsm after updating the certs? -derek On Fri, August 4, 2023 2:12 pm, Jason P. Thomas wrote: > I updated the VDSM certs on the hosts and the apache cert on the > engine.  I'm guessing something is wrong with however the engine > interacts with vdsm, I just don't know exactly what

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread Jason P. Thomas
I updated the VDSM certs on the hosts and the apache cert on the engine.  I'm guessing something is wrong with however the engine interacts with vdsm, I just don't know exactly what to do about it. Jason On 8/4/23 14:00, Derek Atkins wrote: Sounds like the Host Certs need to be updated.. Or

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread Derek Atkins
Sounds like the Host Certs need to be updated.. Or possibly even the Engine CA Cert. -derek On Fri, August 4, 2023 1:45 pm, Jason P. Thomas wrote: > Konstantin, > Right after I sent the email I got the engine running.  The > libvirt-spice certs had incorrect ownership.  It still is not

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread Jason P. Thomas
Konstantin, Right after I sent the email I got the engine running.  The libvirt-spice certs had incorrect ownership.  It still is not connecting to anything.  Error in Events on the Engine is now: "VDSM command Get Host Capabilities failed: General SSLEngine problem" So status right now

[ovirt-users] Re: Certificates expired...

2023-08-04 Thread konstantin.volenbovskyi--- via Users
> Now the engine won't start at all and I'm afraid I'm one power outage > away from complete disaster.  I need to keep the old location up and > functioning for another 4-6 months, so any insights would be greatly > appreciated. Hi, 'engine won't start at all' can mean two things: 1) OS

[ovirt-users] Re: Problems running CentOS 9 Stream GenericCloud guests

2023-08-04 Thread Sandro Bonazzola
This is most probably caused by a bug in grub2 currently in CentOS Stream 9: https://bugzilla.redhat.com/show_bug.cgi?id=2227722 You can try with an image built before 2023-07-25. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email

[ovirt-users] Re: Installing oVirt as a self-hosted engine - big big problem :()

2023-08-03 Thread Jorge Visentini
Hi, Andrea. I believe that oVirt dev team have been fix this issue, because after a few days I used the iso https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-node-ng-image/ovirt-node-ng-installer-4.5.5-2023071207.el9.iso and it worked. I think the problem was between Ansible and Python

[ovirt-users] Re: Installing oVirt as a self-hosted engine - big big problem :()

2023-08-03 Thread Andrea Chierici
Jorge, were you able to fix this? I am stuck on the same problem and can't find any workaround or fix for that. Thanks, Andrea On 08/07/2023 04:15, Jorge Visentini wrote: Hi guys, starting the weekend with a "cucumber" like that in my hands. I've been racking my brains for about 4 days to

[ovirt-users] Re: How restore nodes ovirt UP from NonResponsive and VMs executing

2023-08-03 Thread Andrei Verovski
Hi, Here is my video tutorial for solution of this problem. https://www.youtube.com/watch?v=vm55caHxRj8 > On 27 Jul 2023, at 18:53, José Pascual wrote: > > Hello, > > I have ovirt with two nodes that are NonResponsive and all the VMs are > properly executing but i cant manage them because

[ovirt-users] Re: Ovirt_Provider_Citrix-Xen

2023-07-23 Thread Arik Hadas
On Thu, Jul 20, 2023 at 7:12 PM wrote: > Hi All, > First of all apology If i'm doing it wrong way. I could not find any > solution so I hoped I'll get some answers here. > In my Organization I started exploring the Ovirt-Engine, While I have > created multiple VMs and all working fine I started

[ovirt-users] Re: oVirt Host EL9 with UEFI Secure Boot

2023-07-21 Thread Jorge Visentini
It's done. Em sex., 21 de jul. de 2023 às 11:07, Sandro Bonazzola escreveu: > Thanks for confirming, can you please review > https://github.com/oVirt/ovirt-site/pull/3155 ? > > Il giorno ven 21 lug 2023 alle ore 15:37 Jorge Visentini < > jorgevisent...@gmail.com> ha scritto: > >> Hi, Sandro. >>

[ovirt-users] Re: oVirt Host EL9 with UEFI Secure Boot

2023-07-21 Thread Sandro Bonazzola
Thanks for confirming, can you please review https://github.com/oVirt/ovirt-site/pull/3155 ? Il giorno ven 21 lug 2023 alle ore 15:37 Jorge Visentini < jorgevisent...@gmail.com> ha scritto: > Hi, Sandro. > > Yesterday I installed the oVirt Node 4.5.5 version ( >

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-07-21 Thread jorgevisentini
Just to document it and keep history. I solved the problem by updating the kernel and libvirt. Kernel-4.x and libvirt-8.x do not correctly detect processors from the cascadelake family. If you have 2 physical sockets on the host, the combination of kernel and libvirt above will only detect 1

[ovirt-users] Re: oVirt Host EL9 with UEFI Secure Boot

2023-07-21 Thread Jorge Visentini
Hi, Sandro. Yesterday I installed the oVirt Node 4.5.5 version ( *ovirt-node-ng-installer-4.5.5-2023071207.el9.iso*) and it *worked perfectly*. No errors, no incompatibilities. I can say, quickly in my tests, that in terms of drivers/modules, this version 4.5.5 el9 is very good. I needed to

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-21 Thread Neal Gompa
If you'd prefer to keep going with CentOS Stream, there are a few options wrt QEMU: - Getting a non-conflicting full build of QEMU in EPEL - Rebuilding QEMU from CentOS Stream with the extra features enabled in the Virt SIG

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-21 Thread Jean-Louis Dupond via Users
Feel free to post patches to build oVirt on Fedora for example? What is needed for it? Is it a big change? Can't we just support FC and CS if the need is that high? The SPICE argument is a non-issue imo, there are already some people that rebuild the qemu packages for CS9 with SPICE enabled,

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-21 Thread Sandro Bonazzola
Il giorno gio 20 lug 2023 alle ore 20:36 Alex McWhirter ha scritto: > Largely package / feature support. RHEL is clearly betting the farm on > OpenShift / OKD. Which is fine, but the decision to depreciate / remove > things in RHEL (spice qxl, gluster) are also reflected in CentOS Stream. > Even

[ovirt-users] Re: oVirt Host EL9 with UEFI Secure Boot

2023-07-21 Thread Sandro Bonazzola
Given the bug has been fixed it shouldn ow work fine with UEFI Secure Boot on EL9 as well. Can you please give it a try and report back? Il giorno gio 20 lug 2023 alle ore 23:22 Jorge Visentini < jorgevisent...@gmail.com> ha scritto: > Hi there! > > Is this information still valid? > To use

[ovirt-users] Re: ovirt with rocky linux kvm

2023-07-20 Thread Sketch
You can't use Rocky with oVirt 4.3, you'll need to use 4.4 or 4.5. oVirt 4.3 only supports EL7 releases: RHEL 7, CentOS 7, etc. oVirt 4.4+ supports EL8 releases: RHEL 8, Rocky 8, CentOS Stream 8, etc. As of 4.5.4 there is also at least some support for EL9 as well. On Wed, 28 Jun 2023,

[ovirt-users] Re: First time user/setup

2023-07-20 Thread Jorge Visentini
Hi. I've used the documentation below several times. https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/index.html I already installed it in Rocky Linux and Centos Stream, in versions 8 and 9. To use local resources, you need to create a new Data

[ovirt-users] Re: ovirt node 4.5 is not working on esxi8 on my lab

2023-07-20 Thread Jorge Visentini
Hi there. I believe the devs have removed this option. Now deploy is command line only using *hosted-engine --deploy --4* So, open a session using tmux and deploy. Be happy. Em qui., 20 de jul. de 2023 às 13:27, escreveu: > Hello there, > > May I ask why I have installed ovirt node 4.5 latest

[ovirt-users] Re: Ovirt_Provider_Citrix-Xen

2023-07-20 Thread Jorge Visentini
Hey. I've had this "problem". I believe there is no automatic and transparent way to do this, so I can say what I did: - I installed the default kernel (full virtualized) on the VMs and set it as default. - I exported the discs (OVA), unzipped them with tar - I used qemu-img to

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-20 Thread Alex McWhirter
Largely package / feature support. RHEL is clearly betting the farm on OpenShift / OKD. Which is fine, but the decision to depreciate / remove things in RHEL (spice qxl, gluster) are also reflected in CentOS Stream. Even if you want to backport things to Stream as rebuilds of old / existing

[ovirt-users] Re: Future of the oVirt CSI Driver

2023-07-20 Thread Vadim Rutkovsky
On Tue, Jul 11, 2023 at 6:32 PM Mike Rochefort wrote: > But not having anyone develop the CSI driver means it will likely end up > with bit rot. With OpenShift 4.14 the oVirt platform becomes less > attractive to use, though IPI/UPI installations should be possible. A > different storage backend

[ovirt-users] Re: engine-setup failing on 4.3.2 -> 4.3.3 fails during Engine schema refresh fail

2023-07-20 Thread nicklesteele532
Pushed [1] to master and 4.3 branches. Feel free to take over, change Bug-Url, whatever. [1] https://gerrit.ovirt.org/#/q/I90b464eb6574b9b49daf26d365f4034098f01f64 https://geometrydashsubzero.net Thank you ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Commit or release history

2023-07-20 Thread Jorge Visentini
Thanks Sandro! Em qui., 20 de jul. de 2023 às 03:27, Sandro Bonazzola escreveu: > > > Il giorno mer 19 lug 2023 alle ore 20:30 Jorge Visentini < > jorgevisent...@gmail.com> ha scritto: > >> Hi. >> >> I'm following the release of the 4.5.5 isos and I see that new isos are >> coming out almost

[ovirt-users] Re: Commit or release history

2023-07-20 Thread Sandro Bonazzola
Il giorno mer 19 lug 2023 alle ore 20:30 Jorge Visentini < jorgevisent...@gmail.com> ha scritto: > Hi. > > I'm following the release of the 4.5.5 isos and I see that new isos are > coming out almost every day. > Is there any place where I can keep track of the changes that were made > from one

[ovirt-users] Re: python sdk4 ovirt 4.5.5.0 master

2023-07-19 Thread Jorge Visentini
Oh, thanks man. I didn't get to install 4.5.4. I'm moving to 4.5.5 in a new environment. *A Feedback:* I'm using the *ovirt-node-ng-installer-4.5.5-2023071207.el8.iso* and for now everything is working. My environment is small and I use fiber channel. Cheers! Em qua., 19 de jul. de 2023 às

[ovirt-users] Re: python sdk4 ovirt 4.5.5.0 master

2023-07-19 Thread Nir Soffer
On Mon, Jul 17, 2023 at 6:29 PM Jorge Visentini wrote: > > Hi. > > I am testing oVirt 4.5.5-0.master.20230712143502.git07e865d650.el8. > > I missed the python scripts to download and upload discs and images... Will > it still be possible to use them or should I consider using Ansible? See

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-14 Thread Sandro Bonazzola
Il giorno ven 14 lug 2023 alle ore 00:07 Alex McWhirter ha scritto: > I would personally put CloudStack in the same category as OpenStack. > Really the only difference is monolithic vs micro services. Both scale > quite well regardless, just different designs. People can weigh the pros > and

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-13 Thread Alex McWhirter
I would personally put CloudStack in the same category as OpenStack. Really the only difference is monolithic vs micro services. Both scale quite well regardless, just different designs. People can weigh the pros and cons of either to figure out what suites them. CloudStack is certainly an

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-13 Thread Volenbovskyi, Konstantin via Users
Hi, We switched from Gluster to NFS provided by SAN array: maybe it was matter of combination of factors (configuration/version/whatever), but it was unstable for us. SPICE/QXL in RHEL 9: yeah, I understand that for some people it is important (I saw that someone is doing some forks whatever) I

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-13 Thread Alex McWhirter
We still have a few oVirt and RHV installs kicking around, but between this and some core features we use being removed from el8/9 (gluster, spice / qxl, and probably others soon at this rate) we've heavily been shifting gears away from both Red Hat and oVirt. Not to mention the recent

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-13 Thread eshwayri
I am beginning to have very similar thoughts. It's working fine for me now, but at some point something big is going to break. I already have VMWare running, and in fact, my two ESXi nodes have the exact same hardware as my two KVM nodes. Would be simple to do, but I really don't want to go

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-12 Thread Sandro Bonazzola
Hi Arman, the future of the oVirt project is in the hands of the community to be shaped. As Red Hat started the offboarding from the oVirt project about a year ago everyone saw the number of contributions lowering over the time. A good report about it is available here:

[ovirt-users] Re: Future of the oVirt CSI Driver

2023-07-11 Thread Mike Rochefort via Users
On 7/11/23 2:58 AM, Sandro Bonazzola wrote: I think that if OKD is dropping the oVirt CSI Driver this also will mean nobody will be actively developing it anymore. I asked about this on the Kubernetes Slack workspace and Vadim mentioned that in order for the OKD project to continue providing

[ovirt-users] Re: Future of the oVirt CSI Driver

2023-07-11 Thread Sandro Bonazzola
oVirt CSI Driver was incubated in oVirt and then handed over to OpenShift https://github.com/openshift/ovirt-csi-driver I think that if OKD is dropping the oVirt CSI Driver this also will mean nobody will be actively developing it anymore. Il giorno mar 11 lug 2023 alle ore 08:22 Michael

[ovirt-users] Re: oVirt Self-Hosted Deploy in lopping during search available subnet

2023-07-11 Thread Sandro Bonazzola
Il giorno mar 11 lug 2023 alle ore 08:23 Lucy Silvestre ha scritto: > Hi, > > I have been stuck for weeks in this problem during self-hosted deployment. > Does someone have suggestions to resolve this? > Error: > > The Deploy loops in this part until the Deployment Fail: > > [ INFO ] TASK

[ovirt-users] Re: ACTION_TYPE_FAILED_DISK_IS_BEING_TRANSFERRED

2023-07-08 Thread eshwayri
I went scorched earth on the database and it seems to have fixed it. As soon as I deleted the transfer the HA launched the VM. Hopefully this helps others. [root@kvmo-el8 ~]# su - postgres Last login: Sat Jul 8 04:53:32 EDT 2023 on pts/0 [postgres@kvmo-el8 ~]$ psql -U engine -W -h localhost

[ovirt-users] Re: ACTION_TYPE_FAILED_DISK_IS_BEING_TRANSFERRED

2023-07-08 Thread eshwayri
engine=> SELECT command_id,disk_id,last_updated, message,timeout_policy,type,active FROM image_transfers; command_id | disk_id| last_updated| message | timeout_policy | type | active

[ovirt-users] Re: ACTION_TYPE_FAILED_DISK_IS_BEING_TRANSFERRED

2023-07-08 Thread eshwayri
I have tried both finalize and cancel using https://kvmo.cedar-republic.com/ovirt-engine/api/imagetransfers and curl (for example); curl -u 'admin@internal':'PASSWORD' -X POST https://kvmo.cedar-republic.com/ovirt-engine/api/imagetransfers/19bb57ac-0d16-4f0f-aa4d-a5b1a6c8c54d/cancel -k But

[ovirt-users] Re: Suggestion to switch to nightly

2023-07-07 Thread Levi Wilbert
Should the nightly oVirt snapshot be installed on the host or on the hosted engine? I'm confused exactly where I need to implement this change in the process. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: GPU Passthrough issues with oVirt 4.5

2023-07-07 Thread Thomas Hoberg
There is little chance you'll get much response here, because it's probably not considered an oVirt issue. It's somewhere between your BIOS, the host kernel and KVM and I'd start by breaking it down to passing each GPU separately. Fromt he PCI-ID it seems to be V100 SMX2 variants that would

[ovirt-users] Re: No bootable disk OVA

2023-07-07 Thread Thomas Hoberg
In my experience OVA exports and imports saw very little QA, even within oVirt itself, right up to OVA exports full of zeros on the last 4.3 release (in preparation for a migration to 4.4). The OVA format also shows very little practical interoperatbility, I've tried and failed in pretty much

[ovirt-users] Re: No bootable disk OVA

2023-07-06 Thread cello86
Hi, we tried to use the vmware ovftool without success. We tried another time with virt-2v and now the template was 50 GB size. Thanks, Marcello ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: Restoring HE Fails, engine-config cannot connect to database

2023-07-06 Thread Yedidyah Bar David
Hi, On Thu, Jul 6, 2023 at 6:36 AM Levi Wilbert wrote: > > I am attempting to restore n HE backup to a fresh host (not previously in the > old environment) in order to restore our old environment but running into > issues during the deployment. > > Basically my goal is to remove and redeploy

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Alin Ilie via Users
For this error I found this: https://www.reddit.com/r/ansible/comments/107wjxs/ipaddr_filter_requires_pythons_netaddr_be/ On 7/6/2023 2:22 AM, Jorge Visentini wrote: Hi, Alin. Thanks for the help... So... I've checked both the HostedEngineLocal and the host to try to understand and I still

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Jorge Visentini
Hi, Alin. Thanks for the help... So... I've checked both the HostedEngineLocal and the host to try to understand and I still can't find where the problem is... It seems to me that the engine after the initial deployment of the engine, it cannot connect to the host, but it stays active until it

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Alin Ilie via Users
Hello Jorge, I encountered something similar. I recommend you to try to use the command line which pause the installation and to check what you have in the logs of the hosted engine. I found that actually some python modules were not accessible from Ansible. Thanks! Alin On 7/5/2023 4:58

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Jorge Visentini
Hi Konstantin, thanks for the reply. So... I just used the ovirt-node-ng-installer-4.5.4-2022120615.el9.iso install... no patches, no additional packages. I set 16 vCPUs and 64GB to the engine VM in the deploy... just it. I will reinstall and test the workaround you mentioned. I'll keep you

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Volenbovskyi, Konstantin via Users
Hi, I gave certain pointers in https://www.mail-archive.com/users@ovirt.org/msg72371.html , but the person who wrote initial question haven’t provided any updates Several thoughts around that: 1. you had several attempts (log file you attached contains attempts from 4th of July and below

[ovirt-users] Re: how to renew expired ovirt node vdsm cert manually ?

2023-07-05 Thread akatran
Dear Alin, did you move the certificates with the "mv vdsm vdsm.orig" ? I notice that it creates them when there are no certificates in place otherwise it skips the operation. Kind regads ___ Users mailing list -- users@ovirt.org To unsubscribe send

[ovirt-users] Re: ovirt template import using ansible

2023-07-05 Thread destfinal--- via Users
Hi Guys, I still could not manage to get this working. Can somebody please help? Thanks ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt

[ovirt-users] Re: how to renew expired ovirt node vdsm cert manually ?

2023-07-02 Thread Alin Ilie via Users
I tried to follow the steps listed here, but the keys, certs etc are not created at all after running vdsm-tool configure --module certificates___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: No bootable disk OVA

2023-06-30 Thread change_jeeringly679--- via Users
Hello, Can you provide more details how you performed the conversion and export? The size could be due to it being thin provisioned. I guess you could just take the vmdk image from VMware and convert it to qcow2 with something like this: qemu-img convert -p -f vmdk -O qcow2 testvm.vmdk

[ovirt-users] Re: ovirt with rocky linux kvm

2023-06-30 Thread change_jeeringly679--- via Users
Hey, This post is confusing. I'm assuming you installed a couple of Rocky Linux servers. This would have happened after June 21, 2021, when the first stable release of Rock Linux was released. You write that oVirt 4.3.10.4-1.el7, released on 2020-05-22, was chosen to manage those servers. Why

[ovirt-users] Re: No bootable disk OVA

2023-06-30 Thread Tomáš Golembiovský
Hi, On Thu, Jun 29, 2023 at 04:15:35PM -, cell...@gmail.com wrote: > Hi all, > we imported a rhel 9.2 image from an OVA generated on vmware and we tried to > create a new VM but we had a no bootable disk error. The OVA has been > imported with virt-2-v library You mean you did not use the

[ovirt-users] Re: ovirt with rocky linux kvm

2023-06-29 Thread Sandro Bonazzola
Hi, oVirt 4.3 has reached end of life about 3 years ago. Il giorno mer 28 giu 2023 alle ore 19:57 ha scritto: > Hello, > > after installing multiple machines as rocky linux, Ovirt was chosen to be > used to manage this infra. > But adding these machines as "hosts" on ovirt always give: > Error

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Jorge Visentini
gt; 110, > > 111 > > ], > > "hugepages": {}, > > "totalMemory": "2023136" > > } > > }, > > "onlineCpus": > "0,1,2,3,4,5,6,7,8

[ovirt-users] Re: Customizing ovirt vm / user web portal

2023-06-28 Thread R A
Peter Von: Patrick Hibbs Gesendet: Mittwoch, 28. Juni 2023 10:27 An: R A Betreff: Re: [ovirt-users] Re: Customizing ovirt vm / user web portal Hello, oVirt doesn't use the system wide java keystore. It uses it's own at /etc/pki/ovirt-engine/.truststore If you want your third party

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Volenbovskyi, Konstantin
ntin Von: Jorge Visentini Datum: Mittwoch, 28. Juni 2023 um 15:37 An: "Volenbovskyi, Konstantin" Cc: Dean L , "users@ovirt.org" Betreff: Re: [ovirt-users] Re: Processors compatibility matrix oVirt Hi, Konstantin. Thank you for the fast reply. On oVirt... New Virtual Machi

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Jorge Visentini
t; > virsh capabilities > > > > and possibly see the issue? > > By the way most likely I think you will see *CPU socket(s): 1* in > virsh nodeinfo, but with *NUMA cell(s):2* > > (that will be OK) > > > > BR, > > Konstantin > > > > *V

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Volenbovskyi, Konstantin
Datum: Dienstag, 27. Juni 2023 um 18:50 An: Dean L Cc: "users@ovirt.org" Betreff: [ovirt-users] Re: Processors compatibility matrix oVirt Sorry, I mentioned it wrong. The engine VM is ok. What happens is that the lscpu output of the physical host is different from the host information

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-27 Thread Jorge Visentini
Sorry, I mentioned it wrong. The engine VM is ok. What happens is that the lscpu output of the physical host is different from the host information in oVirt. *lscpu:* CPU(s): 112 On-line CPU(s) list: 0-111 Thread(s) per core: 2 Core(s) per socket: 28 *Socket(s): 2* NUMA

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-27 Thread Jorge Visentini
Mencionei errado, não me refiro à VM da engine, me refiro ao oVirt como um todo. No host mostra apenas 1 socket. *lscpu:* CPU(s): 112 On-line CPU(s) list: 0-111 Thread(s) per core: 2 Core(s) per socket: 28 *Socket(s): 2* NUMA node(s):2 Vendor ID:

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-27 Thread Dean L via Users
Jorge, Your 8276 processor belongs to the former Cascade Lake Family (server), which is supported by oVirt (listed as Intel Cascadelake Server Family). For CPU requirements see:

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-27 Thread Douglas Oliveira
Olá Jorge Se foi alocado apenas um socket a vm hosted engine, ela verá exatamente essa configuração. Em ter., 27 de jun. de 2023 10:45, Jorge Visentini escreveu: > Do you have any documentation or compatibility matrix between oVirt and > processors? > How can I know if a processor is

[ovirt-users] Re: Bcp vm

2023-06-27 Thread Ali Gusainov
Hello. Found your solution very useful. Thank you. Have some questions. 1. Is there a way to pass virtual machine name as an argument to yml script? 2. Also there is a situation, when script unable to delete older backups of VM, if that VM excluded from vmlist for the next backup (syntax err:

[ovirt-users] Re: ovirt template import using ansible

2023-06-26 Thread destfinal--- via Users
@Arik the import worked are expected. I tried to do the reverse - exporting a template to a node as an OVA template. But could not get it working. Here is what I have tried: ``` - name: Export the template ovirt.ovirt.ovirt_template: auth: "{{ovirt_auth}}" cluster:

[ovirt-users] Re: Customizing ovirt vm / user web portal

2023-06-26 Thread R A
he portal via eclipse? Is there any port for Remote Debugging or can i build and run the project via eclipse on wildfly or another app server? BR Peter Von: Sharon Gratch Gesendet: Montag, 26. Juni 2023 13:37 An: Jorge Visentini ; R A Cc: users@ovirt.org Betreff: Re: [ovirt-users] Re: Cu

[ovirt-users] Re: Customizing ovirt vm / user web portal

2023-06-26 Thread Sharon Gratch
Hi, Of course it's possible. The way to customize the portal depends on the scope of your changes. For changing basic branding stuff (e.g. images, fixed strings/logo, masthead size and background etc), just change the css files under the branding folder or create a new branding folder, as

[ovirt-users] Re: ovirt template import using ansible

2023-06-26 Thread destfinal--- via Users
That really helps. Thanks @Arik. Will try and update. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: ovirt template import using ansible

2023-06-25 Thread cello86
Hi Pavel, Did you use also terraform to start the vms? Thanks, Marcello ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: ovirt 4.5 VNC Failed to complete handshake Error in the pull function on Windows

2023-06-25 Thread R A
Hello Von: Patrick Hibbs Gesendet: Sonntag, 25. Juni 2023 03:14 An: R A ; users@ovirt.org Betreff: Re: [ovirt-users] ovirt 4.5 VNC Failed to complete handshake Error in the pull function on Windows Hello, On 6/23/23 13:23, R A wrote: Hello, i am using ovirt 4.5.4-1.el9 standalone on Rocky

[ovirt-users] Re: ovirt template import using ansible

2023-06-25 Thread Arik Hadas
On Thu, Jun 22, 2023 at 5:43 PM destfinal--- via Users wrote: > Thanks for taking time for responding, @arik. > > "you didn't elaborate on what doesn't work for you using Ansible" - I have > no issues creating a template using ansible. I have not raised an ansible > issue in particular. > > "I

[ovirt-users] Re: ovirt 4.5 VNC Failed to complete handshake Error in the pull function on Windows

2023-06-24 Thread Patrick Hibbs
Hello, On 6/23/23 13:23, R A wrote: Hello, i am using ovirt 4.5.4-1.el9 standalone on Rocky Linux and have some struggle with vnc connection. I ve engine.mydomain.de which contains the ovirt-engine. I installed third party certificate successfully. So when i call

[ovirt-users] Re: Customizing ovirt vm / user web portal

2023-06-24 Thread Jorge Visentini
Following for being interesting... Em sex., 23 de jun. de 2023 às 10:01, R A escreveu: > Hello, > > > > i want to customize the interface and some functions in the ovirt user > portal. > > > > For example adding some Buttons with functionality or doing some style > changes. > > > > Is this

[ovirt-users] Re: Ovirt and packer integration

2023-06-22 Thread cello86
In my case I use vmware to generate the OVF template and I import it via virt-2-v scripts. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread destfinal--- via Users
@pavel, thanks for sharing the packer example. Packer is definitely useful in creating a template (which can override my implementation of creating vm, perform required configuration and create a template out of it). I will look into it. Thanks ___

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread destfinal--- via Users
Thanks for taking time for responding, @arik. "you didn't elaborate on what doesn't work for you using Ansible" - I have no issues creating a template using ansible. I have not raised an ansible issue in particular. "I suppose the ability to export a template as an OVA is missing, right?" -

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread Pavel Šipoš
Hi. If it's any help to you we use packer to create qemu image (in qcow2 format) and then ansible to generate template on ovirt cluster. For template we used this project: https://github.com/jclaret/packer-templates With kind regards, Pavel On 22/06/2023 08:52, Arik Hadas wrote: On Mon,

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread Arik Hadas
On Mon, Jun 12, 2023 at 12:06 PM destfinal--- via Users wrote: > Hi, > > I use a set of templates, generated in one cluster and re-used in multiple > clusters. The clusters do not have direct connections between each other. > My dev environment can talk to all the clusters. Currently, > > 1. I

[ovirt-users] Re: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

2023-06-20 Thread change_jeeringly679--- via Users
Thats a brilliant catch... noted for future use :-) It looks like you make engine-setup ignore that check, suggesting something is not right somewhere in the HE environment. But it fixes the cert problem and as there is nothing else the matter, it serves a purpose :-)

[ovirt-users] Re: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

2023-06-20 Thread grig . 4n
I found the link https://www.mail-archive.com/users@ovirt.org/msg71302.html "...Knowing that the remaining hosts are actually in global service, I issued: engine setup --otopi-environment=OVESETUP_CONFIG/continueSetupOnHEVM=bool: True --offline ". This recipe helped me.

[ovirt-users] Re: VM migration failed after upgrade to 4.4

2023-06-20 Thread change_jeeringly679--- via Users
oVirt definitely involves a lot of paddling. I see now that you are right about HCI (Hyper Converged Platform), it was never specifically documented how to upgrade it. I have stepped away from HCI a long time ago, after testing and working with it in oVirt 3.x. There were just too many

[ovirt-users] Re: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

2023-06-20 Thread change_jeeringly679--- via Users
Hello. I just encountered this myself last night. I found the solution on red hats customer portal. It was suggested to run setup-engine once more, as it will renew the self-signed certficates. It worked for me, though I'm running on oVirt 4.5.4-1.el8. Remember to run this command on a oVirt

[ovirt-users] Re: ovirt template import using ansible

2023-06-18 Thread destfinal--- via Users
Bump ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List

[ovirt-users] Re: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

2023-06-16 Thread grig . 4n
Version 4.4.10.7-1.el8 ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Resending with Log: Hosted Engine Deploy Fails at "Waiting for Host to be up"

2023-06-16 Thread Gilboa Davara
Hello, I'm seeing the same when trying to install nightly on high-end server (Either direct over NFS or gluster cluster). Seems that oVirt deployment fails to change the HE IP address after deployment. I'm thinking about trying other options, such as switching to Oracle (Ugh!) / oVirt 4.4 which

[ovirt-users] Re: Resending with Log: Hosted Engine Deploy Fails at "Waiting for Host to be up"

2023-06-15 Thread Thomas Hoberg
I have seen this type of behavior when building a HCI cluster on Atoms. The problem is that at this poing the machine that is generated for the management engine has a machine type that is above what is actually supported in hardware. Since it's not the first VM that is run during the setup

<    1   2   3   4   5   6   7   8   9   10   >