[ovirt-users] Re: Hyperconverged engine high availability?

2021-03-31 Thread Thomas Hoberg
It's important to understand the oVirt design philosophy. That may be somewhat understated in the documentation, because I am afraid they copied that from VMware's vSphere who might have copied it from Nutanix, who might have copied it from who-know-else... which might explain why they are a

[ovirt-users] Re: 4.4 -> 4.3

2021-03-31 Thread Thomas Hoberg
Export domain should work, with the usual constraints that you have to detach/attach the whole domain and you'd probably want to test with one or a few pilot VMs first. There could be issues with 'base' templates etc. for VMs that where created as new on 4.4: be sure to try every machine type

[ovirt-users] Re: Deployment issues

2021-03-31 Thread Valerio Luccio
Strahil, I did share the logs on the gluster-users mailing list and you replied and included gluster-devel in recipients. Are you looking for other logs ? On 3/31/21 4:29 PM, Strahil Nikolov wrote: Can you share the gluster brick logs (when the peoblems were happening) ? I think that it's

[ovirt-users] Re: Deployment issues

2021-03-31 Thread Strahil Nikolov via Users
Can you share the gluster brick logs (when the peoblems were happening) ? I think that it's important to solve this issue. If you wish, we can move the topic to gluster-users mailing list. Best Regards,Strahil Nikolov It works, it doesn't fail. Thanks. > > do you still fail to create SD

[ovirt-users] Re: Power failure makes cluster and hosted engine unusable

2021-03-31 Thread Thomas Hoberg
Roman, I believe the bug is in /usr/share/ansible/roles/ovirt.hosted_engine_setup/tasks/pre_checks/validate_memory_size.yml - name: Set Max memory set_fact: max_mem: "{{ free_mem.stdout|int + cached_mem.stdout|int - he_reserved_memory_MB + he_avail_memory_grace_MB }}" If these

[ovirt-users] Re: Power failure makes cluster and hosted engine unusable

2021-03-31 Thread Thomas Hoberg
Yup, that's a bug in the ansible code, I've come across on hosts that had 512GB of RAM. I quite simply deleted the checks from the ansible code and re-ran the wizard. I can't read YAML or Python or whatever it is that Ansible uses, but my impression is that things are 'cast' or converted into

[ovirt-users] Re: Network issue

2021-03-31 Thread Valerio Luccio
Found the answer, you first have to edit the card from 'Virtual Machines' -> 'Hosted Engine' -> 'Network Interfaces' and unplug it. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Import VMs from disk

2021-03-31 Thread Valerio Luccio
Thanks, I'll keep it in mind for the future. On 3/31/21 2:52 AM, Vojtech Juranek wrote: First I had to run remotely a browser on the server, the only way to upload files on the storage attached to it. Probably too late, but FIY, there's also an option to do it from command line using

[ovirt-users] Re: Locked disks

2021-03-31 Thread Giulio Casella
FYI: after upgrading to ovirt 4.4.5 (both manager and ovirt nodes) the issue seems fixed (or at least it didn't happen in about a week, with 4.4.4 I had the problem every couple of day). Regards, gc On 04/02/2021 09:08, Giulio Casella wrote: > I've not been able to reproduce, if happens again

[ovirt-users] Re: Import VMs from disk

2021-03-31 Thread Vojtech Juranek
> First I had to run remotely a browser on the server, the only way to upload > files on the storage attached to it. Probably too late, but FIY, there's also an option to do it from command line using ovirt-sdk [1]. You can use upload_disk example [2]. This is also very use useful when you