[ovirt-users] Re: Customization of Ovirt VM Portal

2021-06-21 Thread Scott Dickerson
Not currently. Users are presented with all available console options for a given VM. Feel free to open an RFE at https://github.com/oVirt/ovirt-web-ui/issues Scott ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Why cannot connect to KVM Libvirtd using oVirt ??

2021-06-21 Thread tommy
The error log is : VDSM olvms3 command GetVmsNamesFromExternalProviderVDS failed: Cannot recv data: Host key verification failed.: Connection reset by peer But if I use the virsh, it can connect. [root@olvms1 ~]# virsh -c qemu+ssh://root@192.168.10.175/system root@192.168.10.175's

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
And what is the status of the bricks: df -h /home/brick1 /home2/brick2 When sharding is not enabled, the qcow2 disks cannot be spread between the bricks. Best Regards,Strahil Nikolov # gluster volume info data1      Volume Name: data1 Type: Distribute Volume ID:

[ovirt-users] Customization of Ovirt VM Portal

2021-06-21 Thread Alessio B.
Hello to all, please is there a way to customize the VM portal? In my case I need to hide the "VNC console" value from the dropdown list inside of selected VM properties and leave only "VNC Console Browser". The user profile is "UserRole" Thank you very much!

[ovirt-users] Re: Recovering from corrupted hosted-engine

2021-06-21 Thread timothy . dilbert
If anyone else runs into this issue, I've been able to recover one of the VMs using the "qemu-img convert -O vmdk vmdiskfile vmdiskfile.vmdk" command outlined in Howard Johnson's response linked below: https://access.redhat.com/discussions/881153 Tried the same actions on a Linux machine, but

[ovirt-users] Re: Zombie VM on node

2021-06-21 Thread Ilya Fedotov
Hi, Nobody cannt tell the name of table where information stored? Developers can you answer, pls? Thanks, Ilya F. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
You will need to free some space.Check my previous e-mail. Bedt Regards,Strahil Nikolov___ 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

[ovirt-users] Re: fresh ovirt node 4.4.6 fail on firewalld both host and engine deployment

2021-06-21 Thread ppetrou
Same situation. I had to remove port 5900 from the host to complete the installation. firewall-cmd --zone public --remove-port 5900/tcp --permanent As you have already mentioned there is no access to the hosted-engine vm, so as a workaround I commented out the open port task in the following

[ovirt-users] hosted-engine cannot can't communicate with vm

2021-06-21 Thread Harry O
The VM is up and the ids match, but it fail when I try anything. hosted-engine --vm-shutdown Command VM.shutdown with args {'vmID': '350a168a-beb9-4417-9fbd-5a8121863a57', 'delay': '120', 'message': 'VM is shutting down!'} failed: (code=1, message=Virtual machine does not exist: {'vmId':

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Did you reduce the minimum free space option in gluster prior removing of the snapshot (and it's failure) ? Best Regards,Strahil Nikolov On Wed, Jun 16, 2021 at 0:35, supo...@logicworks.pt wrote: Yes, there is one snapshot but I cannot remove it: Error while executing action: Cannot

[ovirt-users] RFC8482 and engine-setup

2021-06-21 Thread Strahil Nikolov via Users
Hello All, recently I have changed my firewall and DNS server and I have noticed that engine-setup warns with:  Failed to resolve engine.localdomain using DNS, it can be resolved only locally. The command used was: 'dig +noall +answer FQDN ANY' It seems that according to RFC8482, ANY is

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
You need to use thick VM disks on Gluster, which is the default behavior for a long time.Also, check all bricks' free space. Most probably you are out of space on one of the bricks (term for server + mountpoint combination). Best Regards,Strahil Nikolov On Wed, Jun 9, 2021 at 12:41, José

[ovirt-users] hosted-engine --vm-start not working

2021-06-21 Thread Harry O
Hi, When i run: hosted-engine --vm-start I get this: VM exists and is Down, cleaning up and restarting VM in WaitForLaunch But the VM never starts: virsh list --all Id Name State --- -HostedEngine shut off systemctl status -l ovirt-ha-agent ●

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Exactly that one. Sadly, I got no clue how big is your snapshot(s). Maybe even with those extra Gigs, it's still too much to merge it. If you have any other VMs there, try to move their disks away in order to release more space. Otherwise, you will have to find another brick to extend the

[ovirt-users] Re: [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
I deleted all the clusters which I don't use and don't see from the webadmin through Ovirt shell. List Clusters: [oVirt shell (connected)]# list clusters id : 0001-0001-0001-0001-002b name : Default description: The default server cluster id :

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
Yes, there is one snapshot but I cannot remove it: Error while executing action: Cannot remove Disk Snapshot. Low disk space on Storage Domain DATA1. Regards José De: "Strahil Nikolov" Para: supo...@logicworks.pt Cc: "José Ferradeira via Users" , "Alex McWhirter" Enviadas:

[ovirt-users] Re: libvirt 7.4 update breaking ovirt 4.4.6 on centos 8 stream

2021-06-21 Thread Danilo Cesar Lemes de Paula
+CC Jiri as our libvirt expert. On Wed, Jun 9, 2021 at 10:12 AM Eduardo Lima wrote: > > > On Wed, Jun 9, 2021 at 11:06 AM Eduardo Lima wrote: > >> >> >> On Wed, Jun 9, 2021 at 4:33 AM Sandro Bonazzola >> wrote: >> >>> thanks for the report, looping in +Eduardo Lima >>> and +Danilo Cesar

[ovirt-users] Re: hosted-engine cannot can't communicate with vm

2021-06-21 Thread Harry O
Hi Timothy, My hostedengine vm is running ok via virsh, libvirt and vdsm but my only issue is that the ovirt-ha-agent on the hosts can't work with the vm anymore. Did you get your vm up and running? ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Recovering from corrupted hosted-engine

2021-06-21 Thread timothy . dilbert
OK. To bring this to a close... There were some casualties, but ultimately I was able to salvage a dozen or so virtual machines using the "qemu-img convert -O vmdk vmdiskfile vmdiskfile.vmdk" command. In case anyone else finds themself in a similar situation, this involved the following steps:

[ovirt-users] [ANN] oVirt 4.4.7 Third Release Candidate is now available for testing

2021-06-21 Thread Sandro Bonazzola
oVirt 4.4.7 Third Release Candidate is now available for testing The oVirt Project is pleased to announce the availability of oVirt 4.4.7 Third Release Candidate for testing, as of June 10th, 2021. This update is the seventh in a series of stabilization updates to the 4.4 series. Documentation

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
Well, I have one brick without space, 1.8TB. In fact I don't know why, because I only have one VM on that domain storage with less the 1TB. When I try to start the VM I get this error: VM webmail.domain.pt-3 is down with error. Exit message: Unable to set XATTR

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Did you check for snapshots ? You can check the contents of the /rhev... mount point. Best Regards, Strahil Nikolov В вторник, 15 юни 2021 г., 18:49:41 ч. Гринуич+3, написа: I just free every space I could. That's the only VM in that storage domain.

[ovirt-users] Re: Problems moving vm & templates between oVirt 4.3 & 4.4

2021-06-21 Thread Guillaume Pavese
I think I have now tried everything. I saw that ova imports were failing with java.lang.NullPointerException in engine.log. It seemed to be a bug corrected in 4.3.9 as per release note : https://bugzilla.redhat.com/show_bug.cgi?id=1789737 I upgraded ovirt-manager to 4.3.10 and used a hosts on

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
I just free every space I could. That's the only VM in that storage domain. De: "Strahil Nikolov" Para: supo...@logicworks.pt, supo...@logicworks.pt Cc: "José Ferradeira via Users" , "Alex McWhirter" Enviadas: Terça-feira, 15 De Junho de 2021 16:04:56 Assunto: Re: [ovirt-users] Re:

[ovirt-users] Operation canceled: CA not found.

2021-06-21 Thread jesado74
Hello; when I try to enter the graphical console to a vm I get the following message: Operation canceled: CA not found. Change the certificates as the procedure says

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Your last e-mail was empty. Best Regards,Strahil Nikolov___ 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-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
May be I found the problem but I don't know what should I do? Time ago I deleted the Default Cluster from the WebAdmin but it still be in the database. Do you know if I can delete from the database without have any problem? engine=# select vds_group_id, name, description, compatibility_version

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
# df -h /home/brick1 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-home 1,8T 1,8T 18G 100% /home # df -h /home2/brick2 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-root 50G 28G 23G 56% / If sharding is enable the restore pauses the VM with unknown storage error

[ovirt-users] [ANN] oVirt 4.4.7 Fourth Release Candidate is now available for testing

2021-06-21 Thread Lev Veyde
oVirt 4.4.7 Fourth Release Candidate is now available for testing The oVirt Project is pleased to announce the availability of oVirt 4.4.7 Fourth Release Candidate for testing, as of June 18th, 2021. This update is the seventh in a series of stabilization updates to the 4.4 series. How to

[ovirt-users] /var/log has less then 500MB free space left on

2021-06-21 Thread Andrei Verovski
Hi, I started to get messages that /var/log has less then 500MB free space left on out of 8GB. du -h —max-depthh=1 reveals that openswitch log dir consumes 3.6GB, there are files as old as 2018. Node software was installed on fresh CentOS 7.xx from oVirt admin web console. I cleaned this

[ovirt-users] Re: Hosted-Engine import

2021-06-21 Thread Strahil Nikolov via Users
To be honest, I have no clue. In theory, you can install all components (sanlock, vdsm, ovirt-ha-agent/broker) and copy their configs from another setup and then try to load the old HE disk. Best Regards,Strahil Nikolov On Tue, Jun 8, 2021 at 9:30, Harry O wrote: I think there is not

[ovirt-users] Re: Hosted-Engine import

2021-06-21 Thread Harry O
I get: vdsmd_init_common.sh[85756]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': Connection refused ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-21 Thread k.gunasekhar--- via Users
Do you have any idea how to stop the VM using REST API ___ 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: Hosted-Engine import

2021-06-21 Thread Harry O
I will just try harder then xD ___ 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 + Gluster issues

2021-06-21 Thread José Ferradeira via Users
# df -h /home/brick1 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-home 1,8T 1,8T 18G 100% /home # df -h /home2/brick2 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-root 50G 28G 23G 56% / If sharding is enable the restore pauses the VM with unknown storage error

[ovirt-users] Re: Operation canceled: CA not found.

2021-06-21 Thread Strahil Nikolov via Users
You have to import the CA on client side. Best Regards,Strahil Nikolov Hello; when I try to enter the graphical console to a vm I get the following message: Operation canceled: CA not found. Change the certificates as the procedure says

[ovirt-users] Re: [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Strahil Nikolov via Users
Check in the UI if you can increase the cluster level to 3.6 (if it's still not set). Best Regards,Strahil Nikolov On Tue, Jun 22, 2021 at 0:21, Miguel Angel Costas wrote: Hi All, I am trying to upgrade my ovirt from 3.6.7.5 to 4.0 but after restoring the backup and execute

[ovirt-users] Re: Is there a way to find the creation date of a Virtual Machines from Ovirt Manager

2021-06-21 Thread Strahil Nikolov via Users
It's far easier if you use ansible from engine... On Mon, Jun 21, 2021 at 21:13, k.gunasekhar--- via Users wrote: Do you have any idea how to stop the VM using REST API ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: hosted-engine cannot can't communicate with vm

2021-06-21 Thread Strahil Nikolov via Users
Yeah, but his engine is up.Usually the engine talks with the Hypervisor via ssh (root) to the vdsmd on the Hypervisor. Are you sure that the vdsmd service is not throwing any errors on the host ? Best Regards,Strahil Nikolov Hi Harry, In case you're in a similar position to me, and

[ovirt-users] Re: Problems moving vm & templates between oVirt 4.3 & 4.4

2021-06-21 Thread Strahil Nikolov via Users
Error during ValidateFailure.: java.lang.IllegalArgumentExcepti on: VM64BitMaxMemorySizeInMB has no value for version: 4.6 This one is quite interesting... Most probably is a bug. Best Regards,Strahil Nikolov On Tue, Jun 22, 2021 at 0:59, Guillaume Pavese wrote:

[ovirt-users] Re: Replacing hosted engine on Gluster

2021-06-21 Thread Strahil Nikolov via Users
The difference is that up to now, you have been using block storage instead of file storage. I would create a separate gluster volume only for the engine and then stop the engine on the iSCSI, Logout out of the iSCSI and restore the engine on the gluster volume. One benefit of Gluster is that

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2021-06-21 Thread Yedidyah Bar David
On Tue, Jun 22, 2021 at 12:31 AM Dominic Gwerder wrote: > > Is it not working with CentOS Stream? I have the same error when I deploy the > engine. Hi, please check/share: rpm -q ansible ovirt-ansible-collection, HE setup logs. Thanks. Best regards, -- Didi

[ovirt-users] Re: Disk (brick) failure on my stack

2021-06-21 Thread Strahil Nikolov via Users
I'm not sure about the GUI (but I think it has the option) , but under command line you got several options. 1. Use gluster's remove-brick replica 2 (with flag force)and then 'add-brick replica 3'2. Use the old way 'replace-brick' If you need guidance, please provide the 'gluster volume info ' .

[ovirt-users] Re: Grafana oVirt 4.4.4 Node install - Grafana Monitoring Portal not available

2021-06-21 Thread Yedidyah Bar David
On Mon, Jun 21, 2021 at 11:48 PM guillaume pavese wrote: > > Hello, > > I had exactly the same problem. > I Started the grafana service before setting it up with engine-setup on a > Hosted Engine. and was unable to get to the login page. > > I followed the proposed workaround : stopped grafana,

[ovirt-users] Re: Disk (brick) failure on my stack

2021-06-21 Thread Ritesh Chikatwar
Adding Prajith, Will replace host work in this case..? If yes please update your thoughts here On Tue, Jun 22, 2021 at 9:09 AM Strahil Nikolov via Users wrote: > I'm not sure about the GUI (but I think it has the option) , but under > command line you got several options. > > 1. Use gluster's

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
# df -h /home/brick1 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-home 1,8T 1,8T 18G 100% /home # df -h /home2/brick2 Sist.fichs Tama Ocup Livre Uso% Montado em /dev/mapper/cl-root 50G 28G 23G 56% / If sharding is enable the restore pauses the VM with unknown storage error

[ovirt-users] [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
Hi All, I am trying to upgrade my ovirt from 3.6.7.5 to 4.0 but after restoring the backup and execute engine-setup an error message appear related to the cluster version. i have checked on the portal and the cluster version is set up in 3.6. Do you have any idea about how to solve that?

[ovirt-users] Re: Deploy host engine error: The task includes an option with an undefined variable

2021-06-21 Thread Dominic Gwerder
Is it not working with CentOS Stream? I have the same error when I deploy the engine. Kind regards Dominic ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Recovering from corrupted hosted-engine

2021-06-21 Thread Strahil Nikolov via Users
And why did you loose your Linux VMs ? The disks are still there unless you lost storage domain . Also, the restore procedure of the hosted engine is straight forward. Best Regards,Strahil Nikolov OK. To bring this to a close... There were some casualties, but ultimately I was able to

[ovirt-users] Replacing hosted engine on Gluster

2021-06-21 Thread Chris Adams
I've run oVirt on iSCSI storage for years, and I've had to replace the hosted engine a couple of times (upgrade from CentOS 6 to 7, then moving to new storage). I'm looking at oVirt on hyperconverged Gluster storage. I see pages about how to replace a host, but how do you replace the engine when

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
I just change cluster.min-free-disk to 5% but still get the message: Error while executing action: Cannot remove Disk Snapshot. Low disk space on Storage Domain DATA1. # gluster volume get data1 all|grep cluster.min-free-disk cluster.min-free-disk 5% De: supo...@logicworks.pt Para:

[ovirt-users] Re: Grafana oVirt 4.4.4 Node install - Grafana Monitoring Portal not available

2021-06-21 Thread guillaume pavese
Hello, I had exactly the same problem. I Started the grafana service before setting it up with engine-setup on a Hosted Engine. and was unable to get to the login page. I followed the proposed workaround : stopped grafana, removed /var/lib/grafana/grafana.db and ran engine-setup

[ovirt-users] Recovering from corrupted hosted-engine

2021-06-21 Thread timothy . dilbert
Hi Guys, We had a 2-node self-supported RHEV cluster that we used for our development environment. We're in the middle of a migration from RHEV over to VMware - one host has already been converted to VMware and we have actively been running VM migrations over to VMware. During the migration,

[ovirt-users] Re: hosted-engine --vm-start not working

2021-06-21 Thread Strahil Nikolov via Users
Check ovirt-ha-broker/agent logs on all systems to identify the reason why the VM is down. Also, you can check libvirt logs for any clues . Best Regards,Strahil Nikolov On Mon, Jun 21, 2021 at 19:20, Harry O wrote: Hi, When i run: hosted-engine --vm-start I get this: VM exists and is Down,

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Most peobably that VM has a very old snapshot. Sadly, 'deletion' ( merging snapahot to base disk) takes extra space. You have to find temporary storage that can be added to the volume , in order to delete that snapahot and free enough space. Best Regards,Strahil Nikolov On Mon, Jun 21,

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
So, how is it going ?Do you have space ? Best Regards,Strahil Nikolov On Thu, Jun 10, 2021 at 18:19, Strahil Nikolov wrote: You need to use thick VM disks on Gluster, which is the default behavior for a long time.Also, check all bricks' free space. Most probably you are out of space on

[ovirt-users] Re: Problems moving vm & templates between oVirt 4.3 & 4.4

2021-06-21 Thread Guillaume Pavese
As noted, the import through Export Domain fails with "General command validation failure." In engine.log, I see : 2021-06-16 12:37:48,736+02 ERROR [org.ovirt.engine.core.bll.exportimport.ImportVmCommand] (default task-1939) [c865f249-d658-4e67-9813-bedd06e5d4d3] Error during ValidateFailure.:

[ovirt-users] Re: Hosted-Engine import

2021-06-21 Thread Harry O
Anyone know why I get this: virsh list --all error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Connection refused ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
If you enabled sharding, don't disable it any more.My previous comment was just a statement and not a recommendation. Based on the output, the /home2/brick2  is part of the root. Obviosly, gluster thinks that the brick is full and you got very few options:- extend any brick or add more bricks to

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread Strahil Nikolov via Users
Can you provode the output of:gluster volume info VOLUME gluster volume status VOLUMEgluster volume heal VOLUME info summary df -h /rhev/data-center/mnt/glusterSD/:_ In pure replica volumes , the bricks should be of the same size. If not - the smallest one defines the size of the volume.If the

[ovirt-users] importing vm's from storage pool from 4.1.6.2-1 in to 4.4.6 fails due to lingering snapshot configuration in source

2021-06-21 Thread Charles Kozler
I know the subject is a bit wordy but let me try to explain I have a 4.1 installation that I am migrating to 4.4. I placed the storage domain into maintenance and then rsync'ed it to the storage I am using for 4.4. In 4.4 I import the domain and it comes in fine, however, when trying to import

[ovirt-users] migrate windows guest between datacenters without re activation

2021-06-21 Thread parallax x
Hi I move the guest disk to a new location using exporting and imoprting a dedicated storage between datacenters And here is a question: how to move a windows guest to another Ovirt datacenter without Windows re activation ? ___ Users mailing list --

[ovirt-users] Re: hosted-engine --vm-start not working

2021-06-21 Thread Edward Berger
I would see this if the engine VM storage was not accessible. In my case a targetd iscsi server for the hosted storage wouldn't serve it after rebooting from a power outage. More specifically, the iscsi host had let LVM startup scan the device, which prevented targetd from serving it. On Mon,

[ovirt-users] Disk (brick) failure on my stack

2021-06-21 Thread Dominique D
yesterday I had a disk failure on my stack of 3 Ovirt 4.4.1 node on each server I have 3 Bricks (engine, data, vmstore) brick data 4X600Gig raid0. /dev/gluster_vg_sdb/gluster_lv_data mount /gluster_bricks/data brick engine 2X1TB raid1 /dev/gluster_vg_sdc/gluster_lv_engine mount

[ovirt-users] Re: hosted-engine cannot can't communicate with vm

2021-06-21 Thread timothy . dilbert
Hi Harry, In case you're in a similar position to me, and simply looking to stand up your hosted-engine just to migrate to a different hypervisor, I'm going through a similar situation where I wasn't able to get my hosted-engine to boot. Below is my thread:

[ovirt-users] Problems moving vm & templates between oVirt 4.3 & 4.4

2021-06-21 Thread Guillaume Pavese
On ovirt 4.4.6, I created a VM and made a template from it. I would like to copy them to oVirt 4.3.7 & 4.3.10 DCs - I saw that Export Domain is deprecated. I tried exporting the VM & template to an Export Domain anyway but, after attaching the Export DOmain on my ovirt 4.3.7 DC, both VM and

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
Do you mean, in manage domain - Critical Space Action Blocker (GB) - change 5 for 1 ? De: "Strahil Nikolov" Para: supo...@logicworks.pt, supo...@logicworks.pt Cc: "José Ferradeira via Users" , "Alex McWhirter" Enviadas: Quarta-feira, 16 De Junho de 2021 4:50:42 Assunto: Re:

[ovirt-users] Re: oVirt + Gluster issues

2021-06-21 Thread José Ferradeira via Users
# gluster volume info data1 Volume Name: data1 Type: Distribute Volume ID: d7eb2c38-2707-4774-9873-a7303d024669 Status: Started Snapshot Count: 0 Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: gs.domain.pt:/home/brick1 Brick2: gs.domain.pt:/home2/brick2 Options Reconfigured:

[ovirt-users] Re: Zombie VM on node

2021-06-21 Thread Ilya Fedotov
No more help required, I found the table vds_dynamic and cleared the information from the node. have a nice day Ilya F. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Problems moving vm & templates between oVirt 4.3 & 4.4

2021-06-21 Thread Guillaume Pavese
OVA imports, template or vm, silently fail like with Export Domain imports. Could it be because of the Cluster compatibility version set to 4.6 on both VM & template I am trying to import? On the origin oVirt 4.4.6 DC, before exporting them, I tried to see if I could set them to a lower

[ovirt-users] Re: RFC8482 and engine-setup

2021-06-21 Thread Strahil Nikolov via Users
Hi All, Short update: I've opened a bug for this ->  https://bugzilla.redhat.com/show_bug.cgi?id=1971863 Best Regards, Strahil Nikolov В понеделник, 14 юни 2021 г., 09:20:13 ч. Гринуич+3, Strahil Nikolov написа: Hello All, recently I have changed my firewall and DNS server and I

[ovirt-users] Re: Why cannot connect to KVM Libvirtd using oVirt ??

2021-06-21 Thread Ilya Fedotov
Hi, Tommy Thats security policy from Redhat Use options PASSWD from installation file to connect qemu with br, Ilya F пн, 21 июн. 2021 г. в 20:21, tommy : > The error log is : > > > > VDSM olvms3 command GetVmsNamesFromExternalProviderVDS failed: Cannot recv > data: Host key verification

[ovirt-users] Re: /var/log has less then 500MB free space left on

2021-06-21 Thread Strahil Nikolov via Users
It does run.Most probably the logrotate state file got corrupted for some reason. Best Regards,Strahil Nikolov On Mon, Jun 21, 2021 at 19:39, Andrei Verovski wrote: Hi, I started to get messages that /var/log has less then 500MB free space left on out of 8GB. du -h —max-depthh=1

[ovirt-users] Re: Why cannot connect to KVM Libvirtd using oVirt ??

2021-06-21 Thread Strahil Nikolov via Users
oVirt never uses passowrd for ssh communication to the root user of remote hosts.Check if passwordless ssh is configured. You can set a host in maintenance and re add the host. Best Regards,Strahil Nikolov On Mon, Jun 21, 2021 at 20:21, tommy wrote: The error log is :   VDSM olvms3

[ovirt-users] Re: Hosted-Engine import

2021-06-21 Thread Strahil Nikolov via Users
Usually I always run /usr/libexec/vdsm/vdsmd_init_common.sh --pre-start when I have libvirt/network issues. Best Regards,Strahil Nikolov On Mon, Jun 21, 2021 at 20:52, Harry O wrote: I get: vdsmd_init_common.sh[85756]: libvirt: XML-RPC error : Failed to connect socket to

[ovirt-users] Re: Why cannot connect to KVM Libvirtd using oVirt ??

2021-06-21 Thread Edward Berger
oVirt runs as user vdsm@ovirt so security settings prevent other users including root from seeing it by default. root should be able to see it as in readonly virsh -r list You can either run the command on hypervisor like this alias alias virsh='virsh -c