[ovirt-users] Resize hosted-engine disk

2022-09-15 Thread Jorge Visentini
Hi all. Is it possible to resize the disk of the HostedEngine VM? I resized the LUN on Storage, but I can't resize the disk/LVM. How is it possible to resize the disk? All the best! -- Att, Jorge Visentini +55 55 98432-9868 ___ Users mailing list --

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-15 Thread Yedidyah Bar David
On Thu, Sep 15, 2022 at 10:46 PM Jonas wrote: > > Ok, thanks for the info. Do you have any further information? Not sure what you mean. How to deploy HE using the CLI? Here: https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/index.html Best

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-15 Thread Jonas
Ok, thanks for the info. Do you have any further information? On 9/15/22 09:11, Yedidyah Bar David wrote: On Wed, Sep 14, 2022 at 11:31 PM Jonas wrote: Ok even after resetting the password through SSH it is not accepted on the web page. [root@ovirt-engine-test ~]# ovirt-aaa-jdbc-tool user

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-15 Thread Jonas
Sure (it's running on the latest release of oVirt Node): cockpit 273 cockpit-bridge 273 cockpit-ovirt-dashboard 0.16.2 cockpit-storaged 273 cockpit-system 273 cockpit-ws 273 main.yml: --- # Default vars # Do not change these variables # Changes in this section are NOT supported he_cmd_lang:

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Strahil Nikolov via Users
Set it back to the original value . The option picks the local brick for reading instead of picking the fastest one (which could be either a remote or a local one) which could help with bandwidth issues. Can you provide details about the bricks like HW raid/JBOD, raid type (0,5,6,10), stripe

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Diego Ercolani
During this time (Hosted-Engine Hung, this appears in the host were it's supposed to have Hosted-Engine Running: 2022-09-15 13:59:27,762+ WARN (Thread-10) [virt.vm] (vmId='8486ed73-df34-4c58-bfdc-7025dec63b7f') Shutdown by QEMU Guest Agent failed (agent probably inactive) (vm:5490)

[ovirt-users] Re: Certificate doesn't contain valid subject alternative name

2022-09-15 Thread Andrei Verovski
> On 15 Sep 2022, at 15:54, Strahil Nikolov wrote: > > Can you live migrate the VM? Unfortunately, not, I have disabled this feature on all my VMs. If this error is not critical, I’ll continue to use this node as is. > > Best Regards, Strahil Nikolov > > On Thu, Sep 15, 2022 at 12:17,

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Diego Ercolani
The current set is: [root@ovirt-node2 ~]# gluster volume get glen cluster.choose-local| awk '/choose-local/ {print $2}' off [root@ovirt-node2 ~]# gluster volume get gv0 cluster.choose-local| awk '/choose-local/ {print $2}' off [root@ovirt-node2 ~]# gluster volume get gv1 cluster.choose-local|

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Strahil Nikolov via Users
Can you test the backup after setting:status=$(gluster volume get   cluster.choose-local awk '/choose-local/ {print $2}') gluster volume set  cluster.choose-local true And after the test:gluster volume set cluster.choose-local $status Best Regards,Strahil Nikolov  On Thu, Sep 15, 2022 at

[ovirt-users] Re: Certificate doesn't contain valid subject alternative name

2022-09-15 Thread Strahil Nikolov via Users
Can you live migrate the VM? Best Regards, Strahil Nikolov  On Thu, Sep 15, 2022 at 12:17, Andrei Verovski wrote: ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Diego Ercolani
Sorry, I see that the editor bring away all the head spaces that indent the timestamp. I retried the test, hoping to find the same error, and I found it. On node3. I changed the code of the read routine: cd /rhev/data-center/mnt/glusterSD/ovirt-node2.ovirt:_gv1; while sleep 0.1 ; do date

[ovirt-users] Re: Certificate doesn't contain valid subject alternative name

2022-09-15 Thread Andrei Verovski
Hi, I’m unexpectedly got same error on oVirt 4.5.2.4. Can’t stop node right now and enroll new certificates, its running essential VMs. > On 1 Sep 2022, at 12:02, Ayansh Rocks wrote: > > Any one faced this issue or any solution from ovirt dev ? > > On Mon, Aug 22, 2022 at 11:16 PM Ayansh

[ovirt-users] Re: VMs hang periodically: gluster problem?

2022-09-15 Thread Diego Ercolani
Thank you for the analisys: The version is the last distributed in the ovirt@centos8 distribution: [root@ovirt-node2 ~]# rpm -qa | grep '\(glusterfs-server\|ovirt-node\)' ovirt-node-ng-image-update-placeholder-4.5.2-1.el8.noarch glusterfs-server-10.2-1.el8s.x86_64

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-15 Thread Ritesh Chikatwar
Hey Jonas, What is the cockpit version you are using? And also can you share this file with me ( /usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/defaults/main.yml )? On Thu, Sep 15, 2022 at 12:42 PM Yedidyah Bar David wrote: > On Wed, Sep 14, 2022 at

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-15 Thread Yedidyah Bar David
On Wed, Sep 14, 2022 at 11:31 PM Jonas wrote: > > Ok even after resetting the password through SSH it is not accepted on the > web page. > > [root@ovirt-engine-test ~]# ovirt-aaa-jdbc-tool user password-reset admin > --password-valid-to="-09-14 20:07:39Z" --password="interactive:" --force >