[ovirt-users] Re: 4.5.2 Create Additional Gluster Logical Volumes fails

2022-12-14 Thread Ritesh Chikatwar
Hello Simon,


This might take time some time (2-3 weeks) I think it's better if you can
go ahead and create the volume manually. I will update here once this fix
is available.

On Thu, Dec 15, 2022 at 10:59 AM  wrote:

> Please let me know if this is likely to be a quick fix - if not I'll have
> to manually created additional volumes.
>
> Regards
>
> Simon
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/MHQXOTBXTLLAVAIBCK3ZNA6QNEFPSPTZ/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/M4UQKJRESR6VYAWBB74XL23VQGWCTRYB/


[ovirt-users] Re: 4.5.2 Create Additional Gluster Logical Volumes fails

2022-11-30 Thread Ritesh Chikatwar
Hello,

I will look into this and get back to you by next week. This week i am busy
some priority work.

On Mon, Nov 28, 2022 at 2:53 PM Gobinda Das  wrote:

>
>
> On Fri, Nov 25, 2022 at 4:37 PM Ritesh Chikatwar 
> wrote:
>
>> Gobinda,
>> Looks like this issue arises because of changes in ansibles roles made to
>> support ansible-core. I think the gluster ansible module was used to handle
>> this and when we moved to CLI this is been not taken care of.
>>
> Thanks Ritesh for ponting the root cause. If you have some time, can you
> please check how much effort is needed to fix this or if it's a simple fix
> can we have an upstream patch?
>
>>
>> On Thu, Nov 24, 2022 at 5:06 PM  wrote:
>>
>>> Thanks Sandro/Gobinda,
>>>
>>> [root@pgsovirthcidmz01 ~]# rpm -qa | grep gluster-ansible
>>> gluster-ansible-roles-1.0.5-28.el8.noarch
>>> gluster-ansible-infra-1.0.4-22.el8.noarch
>>> gluster-ansible-maintenance-1.0.1-12.el8.noarch
>>> gluster-ansible-cluster-1.0-5.el8.noarch
>>> gluster-ansible-repositories-1.0.1-5.el8.noarch
>>> gluster-ansible-features-1.0.5-15.el8.noarch
>>> [root@pgsovirthcidmz01 ~]#
>>>
>>> Kind Regards
>>>
>>> Simon
>>> ___
>>> 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 Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LLTMHW7JIGLIE6JPSL7DPER6YBHNYD33/
>>>
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CXKU47UZCVN4JR7IFCYAMHU7DZ3KH2NO/
>>
>
>
> --
>
>
> Thanks,
> Gobinda
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SJWNP4K5XJILMVFVPBU2A2KD34DZQVFS/


[ovirt-users] Re: ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials

2022-11-27 Thread Ritesh Chikatwar
Are you trying with CLI or cockpit UI?

I think cockpit UI is broken please try once with CLI.

On Mon, Nov 28, 2022 at 12:40 AM  wrote:

> Hi Guys,
>
> I'm tried to install ovirt 4.5 on centos 8 stream and everytime file with
> this error
>
> ovirt.hosted_engine_setup : Obtain SSO token using username/password
> credentials
>
> Someone could help me?
>
> Regrards
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BES6PVSA7WDVAHBDZMGGWZOXBFZ4H6PF/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4MOHKFQ7VWOIBVP5XUBF2Y5VPBG3BP7U/


[ovirt-users] Re: How to remove cloud-init check on vm using ansible module or rest api

2022-11-25 Thread Ritesh Chikatwar
Hello Kishore,


Maybe rest API will help you to do this, I am not fully aware of this you
need to explore.
http://ovirt.github.io/ovirt-engine-api-model/4.5/#_services

On Wed, Nov 23, 2022 at 6:22 PM  wrote:

> Hi All,
>
> I have a requirement to automate template creation using ansible module or
> apis.
>
> I need to remove cloud-init check box from vm before creating the
> template. Below are the steps I follow from gui
>
> 1. Shutdown the vm.
> 2. click edit vm > initial run> uncheck cloud-init box
> 3. create template.
>
> I cannot automate second step as there is no option to remove cloud-init
> option.
> Could anyone please help me if there is a way to uncheck cloud-init??
>
> BRs
> Kishore
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/EM7OG6UFFA6QZRBVDBDY76TSLDHOTUKT/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/P7ZE4WQCRNTQZ3IMD47DDJ5ZNBITVZU6/


[ovirt-users] Re: 4.5.2 Create Additional Gluster Logical Volumes fails

2022-11-25 Thread Ritesh Chikatwar
Gobinda,
Looks like this issue arises because of changes in ansibles roles made to
support ansible-core. I think the gluster ansible module was used to handle
this and when we moved to CLI this is been not taken care of.

On Thu, Nov 24, 2022 at 5:06 PM  wrote:

> Thanks Sandro/Gobinda,
>
> [root@pgsovirthcidmz01 ~]# rpm -qa | grep gluster-ansible
> gluster-ansible-roles-1.0.5-28.el8.noarch
> gluster-ansible-infra-1.0.4-22.el8.noarch
> gluster-ansible-maintenance-1.0.1-12.el8.noarch
> gluster-ansible-cluster-1.0-5.el8.noarch
> gluster-ansible-repositories-1.0.1-5.el8.noarch
> gluster-ansible-features-1.0.5-15.el8.noarch
> [root@pgsovirthcidmz01 ~]#
>
> Kind Regards
>
> Simon
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LLTMHW7JIGLIE6JPSL7DPER6YBHNYD33/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CXKU47UZCVN4JR7IFCYAMHU7DZ3KH2NO/


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

2022-10-13 Thread Ritesh Chikatwar
try to downgrade ansible-core to 2.12, or the last
version requiring python 3.8.

On Fri, Oct 14, 2022 at 9:29 AM Roberto Ramirez 
wrote:

> Can you tell me which version of ansible-core you install
> I am having the same issue
>
> [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be
> up]
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GVJMM6U7B5WCK43DY66TXBXF4SREPBFG/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2MTMJN3ERNDCRSG77ULSUWMO4G4TMUPF/


[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 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
> > Picked up JAVA_TOOL_OPTIONS: -Dcom.redhat.fips=false
> > Password:
> > Reenter password:
> > updating user admin...
> > user updated successfully
> >
> > On 9/14/22 21:40, Jonas wrote:
> >
> > Hello all
> >
> > I'm trying to deploy an oVirt Engine through the cockpit interface.
> Unfortunately the deployment fails with the following error:
>
> Sorry, but the cockpit hosted-engine deployment is broken. Please use
> the CLI. Thanks.
>
> Best regards,
> --
> Didi
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/MKXPPQJEFHKRJXFM56IULJ37K7JYSCWX/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4LGDSR4LC5HTBQJLZVXCP3RLWJDJIEJJ/


[ovirt-users] Re: Gluster setup for oVirt

2022-09-13 Thread Ritesh Chikatwar
Can you share the error which you get when you run.

On Tue, Sep 13, 2022 at 9:41 PM Jonas  wrote:

> Nevermind, I found this here:
>
> https://github.com/gluster/gluster-ansible-infra/blob/master/roles/backend_setup/tasks/thick_lv_create.yml
>
> On 9/12/22 21:02, Jonas wrote:
> > Hello all
> >
> > I tried to setup Gluster volumes in cockpit using the wizard. Based on
> > Red Hat's recommendations I wanted to put the Volume for the oVirt
> > Engine on a thick provisioned logical volume [1] and therefore removed
> > the line thinpoolname and corresponding configuration from the yml
> > file (see below). Unfortunately, this approach was not successful. My
> > solution is now to only create a data volume and manually create a
> > thick provisioned gluster volume manually. What would you recommend
> > doing?
> >
> > Thanks your any input :)
> >
> > Regards,
> > Jonas
> >
> > [1]:
> >
> https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html/deploying_red_hat_hyperconverged_infrastructure_for_virtualization/rhhi-requirements#rhhi-req-lv
> >
> > hc_nodes:
> >   hosts:
> > server-005.storage.int.rabe.ch:
> >   gluster_infra_volume_groups:
> > - vgname: vg_tier1_01
> >   pvname: /dev/md/raid_tier1_gluster
> >   gluster_infra_mount_devices:
> > - path: /gluster_bricks/tier1-ovirt-engine-01/gb-01
> >   lvname: lv_tier1_ovirt_engine_01
> >   vgname: vg_tier1_01
> > - path: /gluster_bricks/tier1-ovirt-data-01/gb-01
> >   lvname: lv_tier1_ovirt_data_01
> >   vgname: vg_tier1_01
> >   blacklist_mpath_devices:
> > - raid_tier1_gluster
> >   gluster_infra_thinpools:
> > - vgname: vg_tier1_01
> >   thinpoolname: lv_tier1_ovirt_data_01_tp
> >   poolmetadatasize: 16G
> >   gluster_infra_lv_logicalvols:
> > - vgname: vg_tier1_01
> >   lvname: lv_tier1_ovirt_engine_01
> >   lvsize: 100G
> > - vgname: vg_tier1_01
> >   thinpool: lv_tier1_ovirt_data_01_tp
> >   lvname: lv_tier1_ovirt_data_01
> >   lvsize: 16000G
> > server-006.storage.int.rabe.ch:
> >   gluster_infra_volume_groups:
> > - vgname: vg_tier1_01
> >   pvname: /dev/md/raid_tier1_gluster
> >   gluster_infra_mount_devices:
> > - path: /gluster_bricks/tier1-ovirt-engine-01/gb-01
> >   lvname: lv_tier1_ovirt_engine_01
> >   vgname: vg_tier1_01
> > - path: /gluster_bricks/tier1-ovirt-data-01/gb-01
> >   lvname: lv_tier1_ovirt_data_01
> >   vgname: vg_tier1_01
> >   blacklist_mpath_devices:
> > - raid_tier1_gluster
> >   gluster_infra_thinpools:
> > - vgname: vg_tier1_01
> >   thinpoolname: lv_tier1_ovirt_data_01_tp
> >   poolmetadatasize: 16G
> >   gluster_infra_lv_logicalvols:
> > - vgname: vg_tier1_01
> >   lvname: lv_tier1_ovirt_engine_01
> >   lvsize: 100G
> > - vgname: vg_tier1_01
> >   thinpool: lv_tier1_ovirt_data_01_tp
> >   lvname: lv_tier1_ovirt_data_01
> >   lvsize: 16000G
> > server-007.storage.int.rabe.ch:
> >   gluster_infra_volume_groups:
> > - vgname: vg_tier0_01
> >   pvname: /dev/md/raid_tier0_gluster
> >   gluster_infra_mount_devices:
> > - path: /gluster_bricks/tier1-ovirt-engine-01/gb-01
> >   lvname: lv_tier1_ovirt_engine_01
> >   vgname: vg_tier0_01
> > - path: /gluster_bricks/tier1-ovirt-data-01/gb-01
> >   lvname: lv_tier1_ovirt_data_01
> >   vgname: vg_tier0_01
> >   blacklist_mpath_devices:
> > - raid_tier0_gluster
> >   gluster_infra_thinpools:
> > - vgname: vg_tier0_01
> >   thinpoolname: lv_tier1_ovirt_data_01_tp
> >   poolmetadatasize: 1G
> >   gluster_infra_lv_logicalvols:
> > - vgname: vg_tier0_01
> >   lvname: lv_tier1_ovirt_engine_01
> >   lvsize: 20G
> > - vgname: vg_tier0_01
> >   thinpool: lv_tier1_ovirt_data_01_tp
> >   lvname: lv_tier1_ovirt_data_01
> >   lvsize: 32G
> >   vars:
> > gluster_infra_disktype: JBOD
> > gluster_infra_daling: 1024K
> > gluster_set_selinux_labels: true
> > gluster_infra_fw_ports:
> >   - 2049/tcp
> >   - 54321/tcp
> >   - 5900/tcp
> >   - 5900-6923/tcp
> >   - 5666/tcp
> >   - 16514/tcp
> > gluster_infra_fw_permanent: true
> > gluster_infra_fw_state: enabled
> > gluster_infra_fw_zone: public
> > gluster_infra_fw_services:
> >   - glusterfs
> > gluster_features_force_varlogsizecheck: false
> > cluster_nodes:
> >   - server-005.storage.int.rabe.ch
> >   - server-006.storage.int.rabe.ch
> >   - server-007.storage.int.rabe.ch
> > gluster_features_hci_cluster: '{{ cluster_nodes }}'
> > gluster_features_hci_volumes:
> >   - volname: 

[ovirt-users] Re: SSO error during hosted engine deployment with 4.5.1

2022-07-19 Thread Ritesh Chikatwar
Yes this has fixed and awaiting for release.

Dax meanwhile you can use the workaround for this issue
https://bugzilla.redhat.com/show_bug.cgi?id=2106419#c2

On Tue, Jul 19, 2022 at 2:59 PM Artur Socha  wrote:

> Hi Dax,
>
> + Ritesh
>
> I believe that this issue has  just been resolved and is awaiting to be
> released.
> https://github.com/oVirt/cockpit-ovirt/pull/28/files
>
> Artur
>
>
> On Sun, Jul 10, 2022 at 8:27 AM Dax Kelson  wrote:
>
>> On the final setup of using the cockpit ovirt wizard to install the
>> hosted engine with 4.5.1, this occurs:
>>
>> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using
>> username/password credentials]
>> [ ERROR ] fatal: [localhost]: FAILED! => {"msg": "The field 'environment'
>> has an invalid value, which includes an undefined variable. The error was:
>> 'he_admin_username' is undefined\n\nThe error appears to be in
>> '/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/auth_sso.yml':
>> line 2, column 3, but may\nbe elsewhere in the file depending on the exact
>> syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: Obtain
>> SSO token using username/password credentials\n ^ here\n"}
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/UHEK3DEX46R57BF6WJF3UKXXLUKYGEAY/
>>
>
>
> --
> Artur Socha
> Senior Software Engineer, RHV
> Red Hat
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HBPCKISTPN7HE6DRZ3RIKW2CGSXJL6PP/


[ovirt-users] Re: Single node hyperconverged issue with 4.5.0.2

2022-05-18 Thread Ritesh Chikatwar
Hello,

Can you share these files with me from the node,
/etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/hci_volumes.yml
& /etc/ansible/hc_wizard_inventory.yml

Thanks



On Wed, May 18, 2022 at 4:15 PM  wrote:

> I've run into the following issue with oVirt node on a single host using
> the single node hyperconverged wizard:
>
> TASK [gluster.features/roles/gluster_hci : Create the GlusterFS volumes]
> ***
> failed: [ovirt01.syd1.fqdn.com] (item={'volname': 'engine', 'brick':
> '/gluster_bricks/engine/engine', 'arbiter': 0}) => {"ansible_loop_var":
> "item", "changed": true, "cmd": "gluster volume create engine replica
> __omit_place_holder__2e79c54ac7e0f34125a3ed6965d6de550953524f  transport
> tcp  ovirt01.syd1.fqdn.com:/gluster_bricks/engine/engine  force\n",
> "delta": "0:00:00.086880", "end": "2022-05-18 10:28:49.211929", "item":
> {"arbiter": 0, "brick": "/gluster_bricks/engine/engine", "volname":
> "engine"}, "msg": "non-zero return code", "rc": 1, "start": "2022-05-18
> 10:28:49.125049", "stderr": "replica count should be greater than
> 1\n\nUsage:\nvolume create  [[replica  [arbiter
> ]]|[replica 2 thin-arbiter 1]] [disperse []] [disperse-data
> ] [redundancy ] [transport ] 
> ... [force]", "stderr_lines": ["replica count should be greater
> than 1", "", "Usage:", "volume create  [[replica 
> [arbiter
>   ]]|[replica 2 thin-arbiter 1]] [disperse []]
> [disperse-data ] [redundancy ] [transport
> ]  ... [force]"], "stdout": "",
> "stdout_lines": []}
> failed: [ovirt01.syd1.fqdn.com] (item={'volname': 'data', 'brick':
> '/gluster_bricks/data/data', 'arbiter': 0}) => {"ansible_loop_var": "item",
> "changed": true, "cmd": "gluster volume create data replica
> __omit_place_holder__2e79c54ac7e0f34125a3ed6965d6de550953524f  transport
> tcp  ovirt01.syd1.fqdn.com:/gluster_bricks/data/data  force\n", "delta":
> "0:00:00.088490", "end": "2022-05-18 10:28:49.905458", "item": {"arbiter":
> 0, "brick": "/gluster_bricks/data/data", "volname": "data"}, "msg":
> "non-zero return code", "rc": 1, "start": "2022-05-18 10:28:49.816968",
> "stderr": "replica count should be greater than 1\n\nUsage:\nvolume create
>  [[replica  [arbiter ]]|[replica 2 thin-arbiter
> 1]] [disperse []] [disperse-data ] [redundancy ]
> [transport ]  ... [force]",
> "stderr_lines": ["replica count should be greater than 1", "", "Usage:",
> "volume create  [[replica  [arbiter ]]|[replic
>  a 2 thin-arbiter 1]] [disperse []] [disperse-data ]
> [redundancy ] [transport ] 
> ... [force]"], "stdout": "", "stdout_lines": []}
> failed: [ovirt01.syd1.fqdn.com] (item={'volname': 'vmstore', 'brick':
> '/gluster_bricks/vmstore/vmstore', 'arbiter': 0}) => {"ansible_loop_var":
> "item", "changed": true, "cmd": "gluster volume create vmstore replica
> __omit_place_holder__2e79c54ac7e0f34125a3ed6965d6de550953524f  transport
> tcp  ovirt01.syd1.fqdn.com:/gluster_bricks/vmstore/vmstore  force\n",
> "delta": "0:00:00.086626", "end": "2022-05-18 10:28:50.604015", "item":
> {"arbiter": 0, "brick": "/gluster_bricks/vmstore/vmstore", "volname":
> "vmstore"}, "msg": "non-zero return code", "rc": 1, "start": "2022-05-18
> 10:28:50.517389", "stderr": "replica count should be greater than
> 1\n\nUsage:\nvolume create  [[replica  [arbiter
> ]]|[replica 2 thin-arbiter 1]] [disperse []] [disperse-data
> ] [redundancy ] [transport ] 
> ... [force]", "stderr_lines": ["replica count should be greater
> than 1", "", "Usage:", "volume create  [[replica 
>   [arbiter ]]|[replica 2 thin-arbiter 1]] [disperse []]
> [disperse-data ] [redundancy ] [transport
> ]  ... [force]"], "stdout": "",
> "stdout_lines": []}
>
> The only non-default settings I changed were the stripe size and number of
> disks. Following the steps here:
>
> https://www.ovirt.org/dropped/gluster-hyperconverged/chap-Single_node_hyperconverged.html
>
> Any ideas to work around this? I will be deploying to 6 nodes eventually
> but wanted to try out the engine before the rest of my hardware arrives :)
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/M3HBNBFFNUVZSI7P7ZNB6VMQEPMSWIID/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KQUU76E7IWQMKYU25A5N2L32YEPM5VPY/


[ovirt-users] Re: Host cannot connect to storage domains

2022-05-11 Thread Ritesh Chikatwar
Sorry compile-time error in this

Use this:

if el.find('stripeCount') is not None:
value['stripeCount'] = el.find('stripeCount').text
else:
value['stripeCount'] = 1



On Wed, May 11, 2022 at 11:07 AM Ritesh Chikatwar 
wrote:

> and once you have done the changes Restart VDSM and SuperVDSM, then your
> host should be able to connect
>
> On Wed, May 11, 2022 at 10:33 AM Ritesh Chikatwar 
> wrote:
>
>> Hey Jose,
>>
>>
>> If still have a setup can you try replacing with this
>>
>> if el.find('stripeCount'):
>> value['stripeCount'] = el.find('stripeCount').text
>> else:
>> value['stripeCount'] = '1'
>>
>> can you try replacing with this
>>
>> On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users <
>> users@ovirt.org> wrote:
>>
>>> It did not work
>>>
>>> Thanks
>>>
>>> --
>>> *De: *"Abe E" 
>>> *Para: *users@ovirt.org
>>> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
>>> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>>>
>>> I think you're running into that bug, someone mentioned the following
>>> which seemed to work for my nodes that complained of not being able to
>>> connect to the storage pool.
>>>
>>> The following fix worked for me, i.e. replacing the following line in
>>> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>>>
>>>
>>> Replace: value['stripeCount'] =el.find('stripeCount').text
>>>
>>> With: if (el.find('stripeCount')): value['stripeCount'] =
>>> el.find('stripeCount').text
>>>
>>> Restart VSMD and SuperVSMD and then your host should be able to connect
>>> if you have the same issue
>>> ___
>>> 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 Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
>>> ___
>>> 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 Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>>>
>>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MJZJQ43T3OPUZSNM6PGZWD6MJ3OG3UF5/


[ovirt-users] Re: Host cannot connect to storage domains

2022-05-10 Thread Ritesh Chikatwar
and once you have done the changes Restart VDSM and SuperVDSM, then your
host should be able to connect

On Wed, May 11, 2022 at 10:33 AM Ritesh Chikatwar 
wrote:

> Hey Jose,
>
>
> If still have a setup can you try replacing with this
>
> if el.find('stripeCount'):
> value['stripeCount'] = el.find('stripeCount').text
> else:
> value['stripeCount'] = '1'
>
> can you try replacing with this
>
> On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users 
> wrote:
>
>> It did not work
>>
>> Thanks
>>
>> --
>> *De: *"Abe E" 
>> *Para: *users@ovirt.org
>> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
>> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>>
>> I think you're running into that bug, someone mentioned the following
>> which seemed to work for my nodes that complained of not being able to
>> connect to the storage pool.
>>
>> The following fix worked for me, i.e. replacing the following line in
>> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>>
>>
>> Replace: value['stripeCount'] =el.find('stripeCount').text
>>
>> With: if (el.find('stripeCount')): value['stripeCount'] =
>> el.find('stripeCount').text
>>
>> Restart VSMD and SuperVSMD and then your host should be able to connect
>> if you have the same issue
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EMMUKJTZJBUPMQPPSTK6DYC7EXI43XG7/


[ovirt-users] Re: Host cannot connect to storage domains

2022-05-10 Thread Ritesh Chikatwar
Hey Jose,


If still have a setup can you try replacing with this

if el.find('stripeCount'):
value['stripeCount'] = el.find('stripeCount').text
else:
value['stripeCount'] = '1'

can you try replacing with this

On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users 
wrote:

> It did not work
>
> Thanks
>
> --
> *De: *"Abe E" 
> *Para: *users@ovirt.org
> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>
> I think you're running into that bug, someone mentioned the following
> which seemed to work for my nodes that complained of not being able to
> connect to the storage pool.
>
> The following fix worked for me, i.e. replacing the following line in
> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>
>
> Replace: value['stripeCount'] =el.find('stripeCount').text
>
> With: if (el.find('stripeCount')): value['stripeCount'] =
> el.find('stripeCount').text
>
> Restart VSMD and SuperVSMD and then your host should be able to connect if
> you have the same issue
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VFJU7A3P4CL2QH3IVYMXGD7I2OP5YZY7/


[ovirt-users] Re: Gluster Hook differences between fresh and old clusters

2022-01-11 Thread Ritesh Chikatwar
This gluster hook will not be used by ovirt with gluster storage. I am not
sure how this has been enabled. I think this is enabled because this hook
is pointing to a symbolic link.

On Mon, Jan 10, 2022 at 3:55 PM Strahil Nikolov 
wrote:

> Hi Ritesh ,
>
> I'm 90% confident it is a problem from the latest (4.3 to 4.4 ) or older
> migrations (4.2 to 4.3).
>
> [root@ovirt2 ~]# ll
> /var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post
> lrwxrwxrwx. 1 root root 64 9 яну 23,55
> /var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post ->
> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
> [root@ovirt2 ~]# ll -Z
> /var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post
> lrwxrwxrwx. 1 root root unconfined_u:object_r:glusterd_var_lib_t:s0 64 9
> яну 23,55 /var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post
> -> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
> [root@ovirt2 ~]# ls -lZ
> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
> -rwxr-xr-x. 1 root root system_u:object_r:bin_t:s0 1883 12 окт 13,09
> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
> [root@ovirt2 ~]# file
> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py
> /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py: Python
> script, ASCII text executable
>
>
> I've tried with SELINUX in permissive mode, so it's something not related
> to SELINUX. Also the sync works on the new cluster.
>
> Any idea how to debug it and find what is the reason it doesn't like it ?
>
> Best Regards,
> Strahil Nikolov
> В понеделник, 10 януари 2022 г., 08:12:17 Гринуич+2, Ritesh Chikatwar <
> rchik...@redhat.com> написа:
>
>
> Hello Strahil,
>
> I have a setup with version (4.4.9.3) but I don't see an issue, Maybe
> after migrating/upgrading. We are seeing this issue, can you share the
> content from this hook (delete-POST-57glusterfind-delete-post).
>
> On Mon, Jan 10, 2022 at 3:55 AM Strahil Nikolov via Users 
> wrote:
>
> Hi All,
>
> recently I have migrated from 4.3.10 to 4.4.9 and it seems something odd
> is happening.
>
> Symptoms:
> - A lot of warnings for Gluster hook discrepancies
> - Trying to refresh the hooks via the sync button fails (engine error:
> https://justpaste.it/827zo )
> - Existing "Default" cluster tracks more hooks than a fresh new cluster
> New cluster hooks: http://i.imgur.com/FEL2Z1D.png
> Migrated cluster: https://i.imgur.com/L8dWYZY.png
>
> What can I do to resolve the issue ? I've tried to resync the hooks, move
> away /var/lib/glusterd/hooks/1/ and reinstall gluster packages, try to
> resolve via the "Resolve Conflicts" in the UI and nothing helped so far.
>
>
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/RYSNQTAGXEAX2O677ELEAYRXDAUX52IQ/
>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BWKYDRHVQ4MDGOJTL23AXMJB2PBH7TNU/


[ovirt-users] Re: Gluster Hook differences between fresh and old clusters

2022-01-09 Thread Ritesh Chikatwar
Hello Strahil,

I have a setup with version (4.4.9.3) but I don't see an issue, Maybe after
migrating/upgrading. We are seeing this issue, can you share the content
from this hook (delete-POST-57glusterfind-delete-post).

On Mon, Jan 10, 2022 at 3:55 AM Strahil Nikolov via Users 
wrote:

> Hi All,
>
> recently I have migrated from 4.3.10 to 4.4.9 and it seems something odd
> is happening.
>
> Symptoms:
> - A lot of warnings for Gluster hook discrepancies
> - Trying to refresh the hooks via the sync button fails (engine error:
> https://justpaste.it/827zo )
> - Existing "Default" cluster tracks more hooks than a fresh new cluster
> New cluster hooks: http://i.imgur.com/FEL2Z1D.png
> Migrated cluster: https://i.imgur.com/L8dWYZY.png
>
> What can I do to resolve the issue ? I've tried to resync the hooks, move
> away /var/lib/glusterd/hooks/1/ and reinstall gluster packages, try to
> resolve via the "Resolve Conflicts" in the UI and nothing helped so far.
>
>
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/RYSNQTAGXEAX2O677ELEAYRXDAUX52IQ/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4D4UERJWHR3LP5LHYTJYWZMHJTQQFUHN/


[ovirt-users] Re: Instability after update

2022-01-08 Thread Ritesh Chikatwar
Hello
I think qemu-kvm 6.2 was released very recently, I have not tried myself if got 
time please try and update how it goes with latest version.

Sent from my iPhone

> On 07-Jan-2022, at 16:58, Andrea Chierici  
> wrote:
> 
> 
> On 07/01/2022 07:57, Ritesh Chikatwar wrote:
>> try downgrading in all host and give try
>> 
> I completed the downgrade and the system seems recovered. Thanks Ritesh, you 
> saved my weekend!
> What about future upgrades? Any clue on what is going bad on recent qemu 
> packages?
> 
> Thanks again,
> 
> Andrea
> -- 
> Andrea Chierici - INFN-CNAF   
> Viale Berti Pichat 6/2, 40127 BOLOGNA
> Office Tel: +39 051 2095463   
> SkypeID ataruz
> --
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JGLIX6J5XO4TGOQANCDSO4Y5CPYUOEV5/


[ovirt-users] Re: Instability after update

2022-01-06 Thread Ritesh Chikatwar
try downgrading in all host and give try

On Thu, Jan 6, 2022 at 10:05 PM Andrea Chierici <
andrea.chier...@cnaf.infn.it> wrote:

> Ritesh,
> I downgraded one host to 6.0.0 as you said:
>
> # rpm -qa|grep qemu
> qemu-kvm-block-curl-6.0.0-33.el8s.x86_64
> qemu-kvm-common-6.0.0-33.el8s.x86_64
> ipxe-roms-qemu-20181214-8.git133f4c47.el8.noarch
> qemu-img-6.0.0-33.el8s.x86_64
> libvirt-daemon-driver-qemu-7.10.0-1.module_el8.6.0+1046+bd8eec5e.x86_64
> qemu-kvm-block-ssh-6.0.0-33.el8s.x86_64
> qemu-kvm-block-gluster-6.0.0-33.el8s.x86_64
> qemu-kvm-6.0.0-33.el8s.x86_64
> qemu-kvm-ui-opengl-6.0.0-33.el8s.x86_64
> qemu-kvm-docs-6.0.0-33.el8s.x86_64
> qemu-kvm-block-rbd-6.0.0-33.el8s.x86_64
> qemu-kvm-core-6.0.0-33.el8s.x86_64
> qemu-kvm-hw-usbredir-6.0.0-33.el8s.x86_64
> qemu-kvm-block-iscsi-6.0.0-33.el8s.x86_64
> qemu-kvm-ui-spice-6.0.0-33.el8s.x86_64
>
> But now if I try to migrate any vm to that host, the operation fails :
>
> Andrea
>
>
>
>
> On 06/01/2022 17:27, Andrea Chierici wrote:
>
> On 05/01/2022 19:08, Ritesh Chikatwar wrote:
>
> Hello
>
> What’s the qemo version if it’s greater then 6.0.0 then
> Can you please try downgrading qemu version to 6.0.0 and see if it helps?
>
>
> Dear,
> here is the situation:
>
> # rpm -qa|grep qemu
> qemu-kvm-block-iscsi-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-hw-usbredir-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> ipxe-roms-qemu-20181214-8.git133f4c47.el8.noarch
> qemu-kvm-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> libvirt-daemon-driver-qemu-7.10.0-1.module_el8.6.0+1046+bd8eec5e.x86_64
> qemu-kvm-common-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-docs-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-block-rbd-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-block-curl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-ui-spice-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-core-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-ui-opengl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-block-ssh-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-kvm-block-gluster-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
> qemu-img-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
>
> So should I downgrade all these rpms?
> Thanks,
>
> Andrea
>
> --
> Andrea Chierici - INFN-CNAF   
> Viale Berti Pichat 6/2, 40127 BOLOGNA
> Office Tel: +39 051 2095463   
> SkypeID ataruz
> --
>
>
> ___
> 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 Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/NX62H7S4NZRJUDQACLAFIMO5G2EU45FC/
>
>
>
> --
> Andrea Chierici - INFN-CNAF   
> Viale Berti Pichat 6/2, 40127 BOLOGNA
> Office Tel: +39 051 2095463   
> SkypeID ataruz
> --
>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XQ3GDZQXYUMNOE4HITTWKADXRZCG2RVR/


[ovirt-users] Re: Instability after update

2022-01-05 Thread Ritesh Chikatwar
Hello 

What’s the qemo version if it’s greater then 6.0.0 then 
Can you please try downgrading qemu version to 6.0.0 and see if it helps? 

Sent from my iPhone

> On 05-Jan-2022, at 21:37, Andrea Chierici  
> wrote:
> 
> Cheers,
> I am in trouble...
> I am running an ovirt manager v4.4.9.5-1.el8. This week I updated all the 
> hosts to latest release (starting from repo 
> ovirt-release44-4.4.9.3-1.el8.noarch) since I hadn't done that when I 
> upgraded the manager. Before that the system was rock solid. Unfortunately, 
> after the upgrade, I get frequent errors on running VMs:
> 
> VM  is down with error. Exit message: Lost connection with qemu 
> process.
> 
> I can't get any hint from the logs, I wonder if someone has any idea of what 
> is going on.
> Thanks,
> 
> Andrea
> 
> 
> -- 
> Andrea Chierici - INFN-CNAF
> Viale Berti Pichat 6/2, 40127 BOLOGNA
> Office Tel: +39 051 2095463
> SkypeID ataruz
> --
> ___
> 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 Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OJWRVWGH55VP5LK4ATSUMAMJVR4DBXXZ/
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EKUSCKBT2WKPOVTUXK7JH4LQTPRLMMVN/


[ovirt-users] Re: how to forcibly remove dead node from Gluster 3 replica 1 arbiter setup?

2021-11-01 Thread Ritesh Chikatwar
Hello

There is an ansible playbook[2] for replacing a failed host in a
gluster-enabled cluster, do check it out [1], and see if that would work
out for you.

[1]
https://github.com/gluster/gluster-ansible/blob/master/playbooks/hc-ansible-deployment/README#L57
[2]https://github.com/gluster/gluster-ansible

On Tue, Nov 2, 2021 at 11:14 AM dhanaraj.ramesh--- via Users <
users@ovirt.org> wrote:

> Hi All,
>
> my setup is running in three nodes wherein 1 is arbiter node and another
> two is replica, now one of my replica node entirely dead and wanted to
> replace it with new node, how do I proceed the node replacement and safely
> remove the replica node?
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/DV4NXTJU7IXNNKTOLPDZNONPYZCN3C5K/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/35TGVIMOQ4LLJKTYMIEFNEODPLNP4NNH/


[ovirt-users] Re: Hosted Engine ansible runner artifacts cleanup

2021-10-04 Thread Ritesh Chikatwar
You mean you want to remove the Hosted engine  if yes you can simply run
*engine-cleanup* on one of the host.

On Sun, Oct 3, 2021 at 3:22 PM Erez Zarum  wrote:

> Hey,
> I can't get the artifacts to cleanup, i have configured the ansible runner
> config.yml but it seems not to be running.
> Should i restart the ovirt-engine service?
>
> What is the best way to manually cleanup the artifacts (i can't get the
> correct ansible-runner command to clean it up) as it is starting to fill up
> disk space
>
> 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 Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QAEPEFAQQUPRJRS34O37XYNOGBG3BPV3/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XTM6LF5AXJPT4WTXGEEYQSBNHZ7WNDSR/


[ovirt-users] Re: Add nodes to single node gluster hyperconverged

2021-08-29 Thread Ritesh Chikatwar
Hello,


Can you check if gluster service is enabled on the cluster. To check go to
compute -> cluster -> edit cluster ->  you will get popup screen see there
will be one naming "checkbox enable gluster services"
if this checkbox is not enabled then please enable and try.

On Sun, Aug 29, 2021 at 10:09 PM Strahil Nikolov via Users 
wrote:

> I know that the GUi should work in most setups, as oVirt is the upstream
> of the Red Hat Gluster Storage Console.
>
> Despite RH being an open-source company, it's also trying to sell support
> contracts and thus it's not an open-documentation company - they need to
> make money after all.
>
> I know that oVirt is 'hardcoded' (this is intentional) to replica 3 when
> upgrading, so you add 2 nodes, then prepare the bricks and modify the
> volumes to 'replica 3', then add a new cycle of 3 nodes and repeat.
>
> Best Regards,
> Strahil Nikolov
>
> Sent from Yahoo Mail on Android
> 
>
> On Fri, Aug 27, 2021 at 20:58, Alex McWhirter
>  wrote:
> On 2021-08-27 13:24, Thomas Hoberg wrote:
>
> > I'd rather doubt the GUI would help you there and what's worse, the
> > GUI doesn't easily tell you what it tries to do. By the time you've
> > found and understood what it tries from the logfiles, you'd have it
> > done on your own.
>
> It's an unfortunate thing that the GUI assumptions can be counter
> intuitive in many regards, but i can confirm you can do this in the GUI
> as long as the gluster volumes was created in the GUI in the first
> place. If not, it will not show up as a volume.
>
> > Now whether or not oVirt will then treat such a hand-made 1->3 node
> > cluster like a 3 node HCI built by itself is something I've never
> > tried.
>
> It will as long as the above gluster volume requirement is met, although
> if using gluster for hosted engine you typically end up doing that by
> hand.
>
> > If I had successfully tested the 3 node to 6 and 9 node expansion, I'd
> > perhaps be more confident. But it could just turn out that without
> > fiddling with the postgres database in the management engine this
> > won't happen.
>
> I do this quite often, add hosts to compute, add bricks to a gluster
> volume, done deal. However we do tend to use ZFS underneath which is
> outside the scope of oVirt. It allows us to re-use existing storage
> elements (providing there is enough space) to create temporary volumes
> to assist in the process.
>
> ___
> 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 Archives:
>
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/M5VC5AP6V6BV2VNQT46DKNF253W3ECPL/
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QJENZRPXIBFQQVENEGVMLRM5ZTNMN53W/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3CLKMG6HO7B545K3H5HHBAVTS3HZIKOM/


[ovirt-users] Re: upgrading ovirt engine from 4.4.6.7-1.el8 to 4.4.8 latest getting failed

2021-08-24 Thread Ritesh Chikatwar
Hello
Did you try checking if the engine upgrade is available or not? If yes
please update and then run engine-setup.

To check
run this engine-upgrade-check

if update is available please run
yum update ovirt-engine\*setup\* -y

After this you can run engine-setup. Hope this will work for you

*Ritesh*



On Mon, Aug 23, 2021 at 2:08 PM dhanaraj.ramesh--- via Users <
users@ovirt.org> wrote:

> Hi Klaas Demter
>
> Thank you so much for the help, appreciate it. but the upgrade still
> failed before the last setps and the hosting engine crashed,
>
> [ INFO  ] Updating OVN SSL configuration
> [ INFO  ] Updating OVN timeout configuration
> [ INFO  ] Backing up database localhost:ovirt_engine_history to
> '/var/lib/ovirt-engine-dwh/backups/dwh-20210823012249.n7sv_dim.dump'.
> [ INFO  ] Creating/refreshing DWH database schema
> [ INFO  ] Setting up ovirt-vmconsole SSH PKI artifacts
> [ ERROR ] Failed to execute stage 'Misc configuration': Command
> '/usr/share/ovirt-engine/bin/pki-enroll-pkcs12.sh' failed to execute
> [ INFO  ] DNF Performing DNF transaction rollback
> [ ERROR ] DNF module 'dnf.history' has no attribute 'open_history'
> [WARNING] Rollback of DWH database postponed to Stage "Clean up"
> [ INFO  ] Stage: Clean up
>   Log file is located at
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20210823011923-bv030m.log
> [ INFO  ] Generating answer file
> '/var/lib/ovirt-engine/setup/answers/20210823012309-setup.conf'
> [WARNING] Rollback of DWH database started
>   This might be a long process, but it should be safe to start the
> engine service before it finishes, if needed.
> [ INFO  ] Clearing DWH database ovirt_engine_history
> [ INFO  ] Restoring DWH database ovirt_engine_history
> [ INFO  ] Restoring file
> '/var/lib/ovirt-engine-dwh/backups/dwh-20210823012249.n7sv_dim.dump' to
> database localhost:ovirt_engine_history.
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2A7W7Z5Q3JQK25U4QTEBAEB27VYNOZJ5/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A7ZVQTS2I4K7KCED4UOQB7B4QH2FDSYP/


[ovirt-users] Re: Broken links on oVIrt site

2021-07-07 Thread Ritesh Chikatwar
Nur,

You can contribute to this repo https://github.com/oVirt/ovirt-site

On Wed, Jul 7, 2021 at 11:36 AM Nur Imam Febrianto 
wrote:

> Sorry dumb question. Want to help, but where I can submit the working link
> ?
>
>
>
> Thanks.
>
>
>
> Regards,
>
> Nur Imam Febrianto
>
>
>
> *From: *Sandro Bonazzola 
> *Sent: *06 July 2021 23:43
> *To: *oVirt Users 
> *Subject: *[ovirt-users] Broken links on oVIrt site
>
>
>
> Sending to the list, just in case someone would have some time and would
> like to help fixing any of them:
>
> - ./_site/develop/developer-guide/db-issues/postgres.html
>
>   *  External link 
> http://sourcefreedom.com/tuning-postgresql-9-0-with-pgtune/ 
> 
>  failed: 404 No error
>
>   *  External link 
> http://www.postgresql.org/docs/9.1/static/wal-configuration.html%20WAL%20Configuration
>  
> 
>  failed: 404 No error
>
> - ./_site/develop/infra/jenkins.html
>
>   *  External link http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/ 
> 
>  failed: 403 No error
>
> - ./_site/develop/release-management/features/gluster/gluster-dr.html
>
>   *  External link 
> https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Geo%20Replication/
>  
> 
>  failed: 404 No error
>
> - 
> ./_site/develop/release-management/features/gluster/gluster-geo-replication.html
>
>   *  External link 
> https://docs.gluster.org/en/latest/Administrator%20Guide/Geo%20Replication/ 
> 
>  failed: 404 No error
>
> - 
> ./_site/develop/release-management/features/gluster/gluster-hooks-management.html
>
>   *  External link 
> https://docs.gluster.org/en/latest/Administrator%20Guide/Hook-scripts/ 
> 
>  failed: 404 No error
>
> - ./_site/develop/release-management/features/network/ipv6-support.html
>
>   *  External link 
> http://www.cyberciti.biz/faq/redhat-centos-rhel-fedora-linux-add-multiple-ip-samenic/
>  
> 
>  failed: 403 No error
>
>   *  External link 
> http://www.cyberciti.biz/faq/rhel-redhat-fedora-centos-ipv6-network-configuration/
>  
> 

[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 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 ' .
>
> Best Regards,
> Strahil Nikolov
>
> On Tue, Jun 22, 2021 at 2:01, Dominique D
>  wrote:
> 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
> /gluster_bricks/engine
> brick vmstore 2X1TB raid1 /dev/gluster_vg_sdc/gluster_lv_vmstore mount
> /gluster_bricks/vmstore
>
> Everything was configured by the gui (hyperconverge and hosted-engine)
>
> It is the raid0 of the 2nd server who broke.
>
> all VMs were automatically moved to the other two servers, I haven't lost
> any data.
>
> the host2 is now in maintenance mode.
>
> I am going to buy 4 new SSD disks to replace the 4 disks of the defective
> raid0.
>
> When I'm going to erase the faulty raid0 and create the new raid with the
> new disks on the raid controler, how do I add in ovirt so that they
> resynchronize with the other bricks data?
>
> Status of volume: data
> Gluster processTCP Port  RDMA Port  Online  Pid
>
> --
> Brick 172.16.70.91:/gluster_bricks/data/dat
> a  491530  Y  79168
> Brick 172.16.70.92:/gluster_bricks/data/dat
> a  N/A  N/AN  N/A
> Brick 172.16.70.93:/gluster_bricks/data/dat
> a  491520  Y  3095
> Self-heal Daemon on localhost  N/A  N/AY  2528
> Self-heal Daemon on 172.16.70.91N/A  N/AY
> 225523
> Self-heal Daemon on 172.16.70.93N/A  N/AY  3121
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/P4XAPOA35NEFSQ5CGL5OV7KKCZMBGJUK/
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/KHBYPWP23TIKH6KOYBFLBSWLOFWVYVV7/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GABUMXPPOTPDJUSDLVGW6JM7HJTTRCBO/


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

2021-06-09 Thread Ritesh Chikatwar
I think you can get the creation date from one more way.
Compute -> Virtual machine -> click on Vm -> go to Disks tab -> see the
boot disk name then
Go to Storage -> Disks -> search for the disk name -> click on disk -> go
to permission tab  you can see the disk creation date. You can refer to the
creation date of the Disk Operator role.

Note:
This date will be the date of disk creation of the boot disk. If you
created vm and added disk on the same day then this is true.

On Wed, Jun 9, 2021 at 11:49 AM Ritesh Chikatwar 
wrote:

> Creation date of vm is not shown in the Ui. There is one option: you can
> connect to the database and query for it.
>
> On Tue, Jun 8, 2021 at 9:56 PM Strahil Nikolov via Users 
> wrote:
>
>> I have no clue, but if you have centralized logging (or you keep logs
>> long enough), uou can check vdsm's log on all hosts and identify when the
>> VM was first start.
>>
>> Best Regards,
>> Strahil Nikolov
>>
>> On Tue, Jun 8, 2021 at 17:26, k.gunasekhar--- via Users
>>  wrote:
>> Is there a way to find the creation date of a Virtual Machines from Ovirt
>> Manager command line or psql
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OA7KGOSJQQGECW3LTGW34OE4DFU5JPI7/
>>
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/6R6DG5HVHE2YC53TQOBIL5FHD73TX25A/
>>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/L4Z4HJS5XCBVZVFPI2D5ASMB3JWVS5PB/


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

2021-06-09 Thread Ritesh Chikatwar
Creation date of vm is not shown in the Ui. There is one option: you can
connect to the database and query for it.

On Tue, Jun 8, 2021 at 9:56 PM Strahil Nikolov via Users 
wrote:

> I have no clue, but if you have centralized logging (or you keep logs long
> enough), uou can check vdsm's log on all hosts and identify when the VM was
> first start.
>
> Best Regards,
> Strahil Nikolov
>
> On Tue, Jun 8, 2021 at 17:26, k.gunasekhar--- via Users
>  wrote:
> Is there a way to find the creation date of a Virtual Machines from Ovirt
> Manager command line or psql
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OA7KGOSJQQGECW3LTGW34OE4DFU5JPI7/
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/6R6DG5HVHE2YC53TQOBIL5FHD73TX25A/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AF36JHQPKDYIE5Y5TM4YIXHBEIZFKGQP/


[ovirt-users] Re: Hosted-engine fail and host reboot

2021-06-05 Thread Ritesh Chikatwar
Adding Parth,

Parth do you have anything to say here.

On Fri, Jun 4, 2021 at 11:59 PM Strahil Nikolov via Users 
wrote:

> If it is, then I think it's either a bug in the firewalld module or in
> firewalld itself.
>
>
> Best Regards,
> Strahil Nikolov
>
> On Fri, Jun 4, 2021 at 21:16, Dominique Deschênes
>  wrote:
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PTE7IJNQECUG72FI5ZRMAAY6Z34LX56M/
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/SELTQYP77I73KCPHYBPETQU7D7OXXSOC/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2K2D5QEBSPK2WOTWQ2M2GD25JG7MKCQF/


[ovirt-users] Re: Import Ge0-Replicated Storage Domain fails

2021-05-25 Thread Ritesh Chikatwar
Sas, maybe you have have some thoughts on this

On Tue, May 25, 2021 at 1:19 PM Vojtech Juranek  wrote:

> (CC Pavel, who recently worked on DR, maybe he will have some thoughts)
>
> On Monday, 24 May 2021 17:56:56 CEST si...@justconnect.ie wrote:
> > Hi All,
> >
> > I have 2 independent Hyperconverged Sites/Data Centers.
> >
> > Site A has a GlusterFS Replica 3 + Arbiter Volume that is Storage Domain
> > data2
>  This Volume is Geo-Replicated to a Replica 3 + Arbiter Volume at
> > Site B called data2_bdt
> > I have simulated a DR event and now want to import the Ge0-Replicated
> volume
> > data2_bdt as a Storage Domain on Site B. Once imported I need to import
> the
> > VMs on this volume to run in Site B.
>
> > The Geo-Replication now works perfectly (thanks Strahil) but I haven't
> been
> > able to import the Storage Domain.
>
> > Please can someone point me in the right direction or documentation on
> how
> > this can be achieved.
>
> > Kind Regards
> >
> > Shimme...
> > ___
> > 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
> Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LQCTZS6YTKMME
> > 2EHBXJEGUM2WDNSYXEC/
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/A6J63RH74YKX7OCK5RCR5IQOUDSF7GG7/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JMOT5WWGBCAR7RW7L5H3KY6FDK7STDTH/


[ovirt-users] Re: Cluster stuck in maintenance - Hosts not upgrading as expected

2021-05-23 Thread Ritesh Chikatwar
Hello,


Can you check at which task the upgrade has struck. Please share the
relevant log at the time.


To check at which tasks it failed  ssh to ovirt engine and navigate to
directory /var/log/ovirt-engine/host-deploy/ and also share the vdsm logs
from host as well.



On Sun, May 23, 2021 at 7:10 AM Edward Berger  wrote:

> I'm saw something similar on a test cluster on CentOS 8.3.
> You can take it out of global maintenance mode by navigating the engine UI
> to edit cluster -> scheduling policy and turn off global maintenance there.
>
> Not sure what else is going on.  It wants me to put all three hosts into
> maintenance mode which is impossible.
>
>
> On Sat, May 22, 2021 at 8:36 PM David White via Users 
> wrote:
>
>> I have a 3-node hyperconverged cluster with Gluster filesystem running on
>> RHEL 8.3 hosts.
>>
>> It's been stable on oVirt 4.5.
>> Today, I just upgraded the Engine to v4.6.
>>
>> [image: Screenshot from 2021-05-22 20-29-23.png]
>>
>> I then logged into the oVirt manager, navigated to Compute -> Clusters,
>> and clicked on Upgrade.
>> The Status of the cluster does have an exclamation mark that says
>> "Upgrade Cluster Compatibility Level", but my understanding is, I shouldn't
>> do that until all 3 of my hosts have been upgraded.
>>
>> Looking at active tasks, I see that the first host in my cluster is stuck
>> in "Upgrading".
>> It's now been like this for 3 hours, without any visible progress.
>>
>> If I try to launch a VM that is not configured for high availability, the
>> VM fails to launch, and I get a message about the cluster being in
>> "Maintenance Mode" and that none of the hosts satisfies current scheduling
>> restraints.
>> How do I
>> a) Cancel / clear the upgrade and take the cluster out of "maintenance
>> mode"
>> b) Properly upgrade the cluster, since clicking the "Upgrade" button
>> clearly didn't work?
>>
>> Thanks,
>> David
>>
>>
>> Sent with ProtonMail  Secure Email.
>>
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4JIRYDSSKBPBJBIIQMRTNGSASBOQIR6I/
>>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CC4J7AGJ7TKSSLKTBRXJN3YOXTPLGKCR/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7IY5CN3F774CYXTQHDXSBGQBOACQSZ76/


[ovirt-users] Re: Cannot delete snapshot

2021-04-20 Thread Ritesh Chikatwar
adding @Shani Leviim 

On Tue, Apr 20, 2021 at 5:35 PM Thomas Hoberg  wrote:

> I have used these tools to get rid of snapshots that wouldn't go away any
> other way:
>
> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/37K5J2X2OUDQKN5J3J7ISOV26FMTHCTY/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IN7HLGO6LEBSF6JJKEB2NTEUNMKKBEX3/


[ovirt-users] Re: Cannot edit VM. Maximum SATA devices exceeded

2021-04-12 Thread Ritesh Chikatwar
Hello,

I guess only 5 SATA slots allowed + 1 for CD but this should restrict while
adding new, delete should work as expected. can you raise a bug. and attach
the log(enigine & vdsm).

Thanks
Ritesh Chikatwar

On Mon, Apr 12, 2021 at 2:48 PM  wrote:

> I tried to delete one of the disks, but I can't do it.
> https://m-go.ru/stream/item/4780
> Disk as SATA
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AWXEFHRZXDMNRNUMBUYDNYZKI3EYN4QM/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5AZSNPWPLQITPEGFFHKGTR6DS7JN7SJK/


[ovirt-users] Re: where I can find 4.4.5 Data warehouse repo

2021-04-12 Thread Ritesh Chikatwar
You can try

yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm


4.4 is based on  el8

On Mon, Apr 12, 2021 at 11:28 AM dhanaraj.ramesh--- via Users <
users@ovirt.org> wrote:

>
> below repo is not working in CentOS 7 OS, is there any repo available for
> centos?
> yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release44.rpm
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CDCIWQKHPFZAFDSLFY2H72WWNSYJL5JA/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VUHWODDSUHJCLLYQCF5A4DJ3F26FSMSI/


[ovirt-users] Re: Upgrade to release for oVirt 4.4.5 failing

2021-04-04 Thread Ritesh Chikatwar
Hello,


Can you check/share vdsm logs. if you are using gluster as underlying
storage please check gluster logs as well.

On Sun, Apr 4, 2021 at 7:35 PM Valerio Luccio  wrote:

> This was exactly the problem that sent me down my rabbit hole.
>
> Anyone found a way to fix this ?
>
> On 3/25/21 5:24 PM, Gary Pedretty wrote:
>
> Upgraded hosted-engine installation to latest version 4.4.5 today and
> engine will not come online.  It starts and I can ssh and connect via
> cockpit, but it never passes liveliness check according to command line
> vm-status and Web portal for engine never loads.  All processes appear to
> be working and nothing jumps out to me in the logs but ha agent keeps
> rebooting it on different hosts with the same result.  8 host in the
> cluster all are also updated to the latest updates across the board.  This
> is Centos Stream 8
>
> Ideas?
>
> Gary
>
>
>
>
>
>
> ___
> Gary Pedretty
> IT Manager
> Ravn Alaska
>
> Office: 907-266-8451
> Mobile: 907-388-2247
> Email: gary.pedre...@ravnalaska.com 
>
>
>
>
> "We call Alaska..Home!"
>
>
>
>
>
>
> Ravn Alaska
>
> CONFIDENTIALITY NOTICE:
> The information in this email may be confidential and/or privileged. This
> email is intended to be reviewed by only the individual or organization
> named above. If you are not the intended recipient or an authorized
> representative of the intended recipient, you are hereby notified that any
> review, dissemination, forwarding or copying of the email and its
> attachments, if any, or the information contained herein is prohibited. If
> you have received this email in error, please immediately notify the sender
> by return email and delete this email from your system. Thank you.
>
>
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ovirt.org_privacy-2Dpolicy.html=DwIGaQ=slrrB7dE8n7gBJbeO0g-IQ=zZK0dca4HNf-XwnAN9ais1C3ncS0n2x39pF7yr-muHY=5p2-Hz0sn0KgpyjsgZwwCe5aoayHi6w1hLn5s_6Qy6I=gbadfjziaAfhGVnTe5bw1kphDXsEeMe2d8qQMZ2HWvc=
> oVirt Code of Conduct: 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ovirt.org_community_about_community-2Dguidelines_=DwIGaQ=slrrB7dE8n7gBJbeO0g-IQ=zZK0dca4HNf-XwnAN9ais1C3ncS0n2x39pF7yr-muHY=5p2-Hz0sn0KgpyjsgZwwCe5aoayHi6w1hLn5s_6Qy6I=pOEcCITB96vCV1VVSE-Y9GqgJm4HAon-Ngcb2c4PPeI=
> List Archives: 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.ovirt.org_archives_list_users-40ovirt.org_message_YCDUCKNRJMGU7FVBEPXC4Z3M2JTJEOAB_=DwIGaQ=slrrB7dE8n7gBJbeO0g-IQ=zZK0dca4HNf-XwnAN9ais1C3ncS0n2x39pF7yr-muHY=5p2-Hz0sn0KgpyjsgZwwCe5aoayHi6w1hLn5s_6Qy6I=vLpqTvqr3KUEkUknY0lv3mgZVody3IfJx78bskBeWFU=
>
>
> --
> As a result of Coronavirus-related precautions, NYU and the Center for
> Brain Imaging operations will be managed remotely until further notice.
> All telephone calls and e-mail correspondence are being monitored remotely
> during our normal business hours of 9am-5pm, Monday through Friday.
>
> For MRI scanner-related emergency, please contact: Keith Sanzenbach at
> keith.sanzenb...@nyu.edu and/or Pablo Velasco at pablo.vela...@nyu.edu
> For computer/hardware/software emergency, please contact: Valerio Luccio
> at valerio.luc...@nyu.edu
> For TMS/EEG-related emergency, please contact: Chrysa Papadaniil at
> chr...@nyu.edu
> For CBI-related administrative emergency, please contact: Jennifer Mangan
> at jennifer.man...@nyu.edu
>
> Valerio Luccio (212) 998-8736
> Center for Brain Imaging 4 Washington Place, Room 158
> New York University New York, NY 10003
>
> "In an open world, who needs windows or gates ?"
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/MPKH2CJJK5KLX7ENXPW4TR3WJGPENZ2B/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FIC7RJTLPQXXTDDD5WNH2G4QNMHQJGMX/


[ovirt-users] Re: sanlock error

2021-03-08 Thread Ritesh Chikatwar
Also share vdsm logs from all the hosts at the time it will be usefull

On Mon, Mar 8, 2021 at 4:55 PM Ritesh Chikatwar  wrote:

> Hello,
>
> I would recommend to check how much space you have available and which
> partition is filling up with the following command:
>
> df -h
>
> Also if you have enough space, make sure to check your Inode usage using
> df -i
>
> On Mon, Mar 8, 2021 at 4:43 PM  wrote:
>
>> Hi,
>>
>> We are running ovirt 4.3 and whenever we create a new VM, we get the
>> error:
>>
>> HSMGetAllTasksStatusesVDS failed: Error creating a new volume: (u"Volume
>> creation 77be733a-a38a-4125-a3ae-beea960d9e28 failed: (28, 'Sanlock
>> resource write failure', 'No space left on device')",)
>> 3/8/2111:56:57 AM
>>
>> I have checked the engine logs and see the following:
>>
>> 2021-03-08 12:09:18,306+01 ERROR
>> [org.ovirt.engine.core.bll.tasks.SPMAsyncTask]
>> (EE-ManagedThreadFactory-engineScheduled-Thread-40) []
>> BaseAsyncTask::logEndTaskFailure: Task
>> 'd4aa81a1-9adc-45c9-be46-05bc63862f4e' (Parent Command 'Unknown',
>> Parameters Type
>> 'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters') ended with
>> failure:
>> -- Result: 'cleanSuccess'
>> -- Message: 'VDSGenericException: VDSErrorException: Failed to
>> HSMGetAllTasksStatusesVDS, error = Volume does not exist:
>> (u'46bf0806-8d16-40db-92df-8436f43628a4',), code = 201',
>> -- Exception: 'VDSGenericException: VDSErrorException: Failed to
>> HSMGetAllTasksStatusesVDS, error = Volume does not exist:
>> (u'46bf0806-8d16-40db-92df-8436f43628a4',), code = 201'
>>
>> Not sure how to solve this issue. I have tried restarting the engine, but
>> that did not solve it. Any tips?
>>
>> 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 Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/JC7KB2SGXBBXQIZ7X4EVBADPM7BLITWK/
>>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BMNXBG72CBNDLHTMEC4LFCSG4QHEC63B/


[ovirt-users] Re: sanlock error

2021-03-08 Thread Ritesh Chikatwar
Hello,

I would recommend to check how much space you have available and which
partition is filling up with the following command:

df -h

Also if you have enough space, make sure to check your Inode usage using df
-i

On Mon, Mar 8, 2021 at 4:43 PM  wrote:

> Hi,
>
> We are running ovirt 4.3 and whenever we create a new VM, we get the error:
>
> HSMGetAllTasksStatusesVDS failed: Error creating a new volume: (u"Volume
> creation 77be733a-a38a-4125-a3ae-beea960d9e28 failed: (28, 'Sanlock
> resource write failure', 'No space left on device')",)
> 3/8/2111:56:57 AM
>
> I have checked the engine logs and see the following:
>
> 2021-03-08 12:09:18,306+01 ERROR
> [org.ovirt.engine.core.bll.tasks.SPMAsyncTask]
> (EE-ManagedThreadFactory-engineScheduled-Thread-40) []
> BaseAsyncTask::logEndTaskFailure: Task
> 'd4aa81a1-9adc-45c9-be46-05bc63862f4e' (Parent Command 'Unknown',
> Parameters Type
> 'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters') ended with
> failure:
> -- Result: 'cleanSuccess'
> -- Message: 'VDSGenericException: VDSErrorException: Failed to
> HSMGetAllTasksStatusesVDS, error = Volume does not exist:
> (u'46bf0806-8d16-40db-92df-8436f43628a4',), code = 201',
> -- Exception: 'VDSGenericException: VDSErrorException: Failed to
> HSMGetAllTasksStatusesVDS, error = Volume does not exist:
> (u'46bf0806-8d16-40db-92df-8436f43628a4',), code = 201'
>
> Not sure how to solve this issue. I have tried restarting the engine, but
> that did not solve it. Any tips?
>
> 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 Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/JC7KB2SGXBBXQIZ7X4EVBADPM7BLITWK/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MLEFYHMW3FTBDEA2PL4NBPCMYT65S23L/


[ovirt-users] Re: Error hosted-engine: Engine status: {"reason": "bad vm status", "health": "bad", "vm": "down_unexpected", "detail": "Down"}

2021-03-08 Thread Ritesh Chikatwar
Hello,


Did you try starting using hosted-engine --vm-start

Please check/share all relevant logs.
from engine and hosts, and at least:

engine.log &
/var/log/vdsm/*


On Mon, Mar 8, 2021 at 3:54 PM  wrote:

> Hello.
> I have a 4 host infrastructure in ovirt and a few days ago the
> hosted-engine was turned off and I cannot turn it on from any host. Any
> ideas? Thanks.
>
> --== Host host1.myhost.com (id: 7) status ==--
>
> conf_on_shared_storage : True
> Status up-to-date  : True
> Hostname   : host1.myhost.com
> Host ID: 7
> Engine status  : {"reason": "bad vm status", "health":
> "bad", "vm": "down_unexpected", "detail": "Down"}
> Score  : 0
> stopped: False
> Local maintenance  : False
> crc32  : d5633613
> local_conf_timestamp   : 31176590
> Host timestamp : 31176590
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/URWDMU5RRK2OXOXWMJJOBMBSE42DVNRQ/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EXMIFDXHUZ7HGOSTZP5Y5SJOI6FZDX2E/


[ovirt-users] Re: Libgfapi considerations

2021-02-11 Thread Ritesh Chikatwar
Hello,

There are many issues after enabling libgfapi .
Issues like Attempting to start VM,also i think making a snapshot of VM,
live storage migration(As Strahil Nikolov mentioned ) and VM's are not
highly available etc.

Because of this reason it is not enabled by default in Ovirt.

Regards
Ritesh Chikatwar



On Thu, Feb 11, 2021 at 1:29 PM Guillaume Pavese <
guillaume.pav...@interactiv-group.com> wrote:

> Additionally to posting benchmark results and interests in the Bugzilla
> entries mentioned previously,
> I could be useful to also post in this one that should act as a RFE :
>
> [gfapi] Support libgfapi access to the gluster storage domains
> https://bugzilla.redhat.com/show_bug.cgi?id=1633642
>
>
>
> Guillaume Pavese
> Ingénieur Système et Réseau
> Interactiv-Group
>
>
> On Thu, Feb 11, 2021 at 4:44 PM Guillaume Pavese <
> guillaume.pav...@interactiv-group.com> wrote:
>
>> I strongly invite you to post those results in RedHat's Buzilla entries
>>
>> Guillaume Pavese
>> Ingénieur Système et Réseau
>> Interactiv-Group
>>
>>
>> On Wed, Feb 10, 2021 at 6:55 PM  wrote:
>>
>>> Hey everyone,
>>>
>>> Couple of months ago i benchmarked FUSE, libgfapi performance. If read
>>> speed is more or less tolerable for both, but write on FUSE is a disaster.
>>> Here below is a result screen:
>>>
>>> https://ibb.co/vBVB0WY
>>>
>>> BR
>>> Aleksandr
>>>
>>> > I recently learned that gluster community is archiving the libgfapi
>>> stuff.I think that a
>>> > lot of effort was spent on FUSE to get it faster.When did anyone
>>> compare them ?
>>> >
>>> > Best Regards,Strahil Nikolov
>>> >
>>> > Sent from Yahoo Mail on Android
>>> >
>>> >   On Fri, Feb 5, 2021 at 13:12, Guillaume
>>> > Paveseguillaume.pavese(a)interactiv-group.com wrote:
>>> > ___
>>> > Users mailing list -- users(a)ovirt.org
>>> > To unsubscribe send an email to users-leave(a)ovirt.org
>>> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
>>> > oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> > List Archives:
>>> >
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/YA6J533264N.
>>> ..
>>> ___
>>> 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 Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/F74JJEBMICD4OKBLJWP6VKJQ3R5E6D2S/
>>>
>>
> Ce message et toutes les pièces jointes (ci-après le “message”) sont
> établis à l’intention exclusive de ses destinataires et sont confidentiels.
> Si vous recevez ce message par erreur, merci de le détruire et d’en avertir
> immédiatement l’expéditeur. Toute utilisation de ce message non conforme a
> sa destination, toute diffusion ou toute publication, totale ou partielle,
> est interdite, sauf autorisation expresse. L’internet ne permettant pas
> d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales)
> décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse
> ou il aurait été modifié. IT, ES, UK.
> <https://interactiv-group.com/disclaimer.html>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3MDF3GENKIMUVL3LKEKRJCPOEBB5HSRY/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NZCLNV476OBDBFOMVM3TYYTU4NOCOLE5/


[ovirt-users] Re: Why cannot create new volume ?

2021-01-20 Thread Ritesh Chikatwar
Also check the hosts are up or not compute -> hosts

And make sure you have enabled the gluster service.
To check go to
Compute - > cluster -> edit cluster you will see gluster service check
check if it's enabled or not if it's not enabled please tick and submit

On Thu, Jan 21, 2021, 10:21 AM Ritesh Chikatwar  wrote:

> Hello,
> That might be because the status of data center and cluster is not up.
> To check navigate to
> Compute -> data center ( fr DC status)
> Compute -> cluster (fr cluster status)
> And check the status column or share the snapshot of screen.
>
> On Thu, Jan 21, 2021, 10:12 AM tommy  wrote:
>
>> The DataCenter and Cluster cannot be chosen,
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *From:* users-boun...@ovirt.org  *On Behalf Of 
>> *Ritesh
>> Chikatwar
>> *Sent:* Thursday, January 21, 2021 11:27 AM
>> *To:* tommy 
>> *Cc:* Ahmad Khiet ; users 
>> *Subject:* [ovirt-users] Re: Why cannot create new volume ?
>>
>>
>>
>> Hello,
>>
>>
>>
>> The create volume page which you shared does not selected data center and
>> cluster that mean both are not up. Check the status of data center and
>> cluster
>>
>>
>>
>> On Thu, Jan 21, 2021, 8:23 AM tommy  wrote:
>>
>> I can create the gluster FS on gluster system, but using ovirt web
>> management site doing this make the whole management more easier.
>>
>>
>>
>>
>>
>>
>>
>> *From:* users-boun...@ovirt.org  *On Behalf Of 
>> *Ahmad
>> Khiet
>> *Sent:* Thursday, January 21, 2021 2:43 AM
>> *To:* tommy 
>> *Cc:* users 
>> *Subject:* [ovirt-users] Re: Why cannot create new volume ?
>>
>>
>>
>> I think that creating a volume must be done under gluster storage domain.
>>
>> what's your goal? maybe what you need is to create a storage domain and
>> disks?
>>
>>
>>
>> Have a nice day
>>
>>
>>
>> On Wed, Jan 20, 2021 at 10:40 AM tommy  wrote:
>>
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3NVUWMQPOESIEJFUA6LZPSI4C6DOC53P/
>>
>>
>>
>>
>> --
>>
>> *Ahmad Khiet*
>>
>> Red Hat <https://www.redhat.com/>
>>
>> akh...@redhat.com
>> M: +972-54-6225629
>>
>> <https://red.ht/sig>
>>
>>
>>
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/52CVWI6F2HHOEMC4XD2PFO7TWKCRPBPK/
>>
>>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SUDLWR5HH4JKDIGBQGHEUECB2X5FW2VR/


[ovirt-users] Re: Why cannot create new volume ?

2021-01-20 Thread Ritesh Chikatwar
Hello,
That might be because the status of data center and cluster is not up.
To check navigate to
Compute -> data center ( fr DC status)
Compute -> cluster (fr cluster status)
And check the status column or share the snapshot of screen.

On Thu, Jan 21, 2021, 10:12 AM tommy  wrote:

> The DataCenter and Cluster cannot be chosen,
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* users-boun...@ovirt.org  *On Behalf Of 
> *Ritesh
> Chikatwar
> *Sent:* Thursday, January 21, 2021 11:27 AM
> *To:* tommy 
> *Cc:* Ahmad Khiet ; users 
> *Subject:* [ovirt-users] Re: Why cannot create new volume ?
>
>
>
> Hello,
>
>
>
> The create volume page which you shared does not selected data center and
> cluster that mean both are not up. Check the status of data center and
> cluster
>
>
>
> On Thu, Jan 21, 2021, 8:23 AM tommy  wrote:
>
> I can create the gluster FS on gluster system, but using ovirt web
> management site doing this make the whole management more easier.
>
>
>
>
>
>
>
> *From:* users-boun...@ovirt.org  *On Behalf Of *Ahmad
> Khiet
> *Sent:* Thursday, January 21, 2021 2:43 AM
> *To:* tommy 
> *Cc:* users 
> *Subject:* [ovirt-users] Re: Why cannot create new volume ?
>
>
>
> I think that creating a volume must be done under gluster storage domain.
>
> what's your goal? maybe what you need is to create a storage domain and
> disks?
>
>
>
> Have a nice day
>
>
>
> On Wed, Jan 20, 2021 at 10:40 AM tommy  wrote:
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3NVUWMQPOESIEJFUA6LZPSI4C6DOC53P/
>
>
>
>
> --
>
> *Ahmad Khiet*
>
> Red Hat <https://www.redhat.com/>
>
> akh...@redhat.com
> M: +972-54-6225629
>
> <https://red.ht/sig>
>
>
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/52CVWI6F2HHOEMC4XD2PFO7TWKCRPBPK/
>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GHYKTIZZRPIWGQ5QXS3EA6EKXDWFERYQ/


[ovirt-users] Re: Why cannot create new volume ?

2021-01-20 Thread Ritesh Chikatwar
Hello,

The create volume page which you shared does not selected data center and
cluster that mean both are not up. Check the status of data center and
cluster

On Thu, Jan 21, 2021, 8:23 AM tommy  wrote:

> I can create the gluster FS on gluster system, but using ovirt web
> management site doing this make the whole management more easier.
>
>
>
>
>
>
>
> *From:* users-boun...@ovirt.org  *On Behalf Of *Ahmad
> Khiet
> *Sent:* Thursday, January 21, 2021 2:43 AM
> *To:* tommy 
> *Cc:* users 
> *Subject:* [ovirt-users] Re: Why cannot create new volume ?
>
>
>
> I think that creating a volume must be done under gluster storage domain.
>
> what's your goal? maybe what you need is to create a storage domain and
> disks?
>
>
>
> Have a nice day
>
>
>
> On Wed, Jan 20, 2021 at 10:40 AM tommy  wrote:
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3NVUWMQPOESIEJFUA6LZPSI4C6DOC53P/
>
>
>
>
> --
>
> *Ahmad Khiet*
>
> Red Hat 
>
> akh...@redhat.com
> M: +972-54-6225629
>
> 
>
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/52CVWI6F2HHOEMC4XD2PFO7TWKCRPBPK/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/Q4NIHBO7MZBVIGBS7M5GSMRT2R2Z3M7V/


[ovirt-users] Re: New failure Gluster deploy: Set granual-entry-heal on --> Bricks down

2021-01-11 Thread Ritesh Chikatwar
On Tue, Jan 12, 2021, 2:04 AM Charles Lam  wrote:

> Dear Strahil and Ritesh,
>
> Thank you both.  I am back where I started with:
>
> "One or more bricks could be down. Please execute the command again after
> bringing all bricks online and finishing any pending heals\nVolume heal
> failed.", "stdout_lines": ["One or more bricks could be down. Please
> execute the command again after bringing all bricks online and finishing
> any pending heals", "Volume heal failed."]
>
> Regarding my most recent issue:
>
> "vdo: ERROR - Kernel module kvdo not installed\nvdo: ERROR - modprobe:
> FATAL: Module
> kvdo not found in directory /lib/modules/4.18.0-240.1.1.el8_3.x86_64\n"
>
> Per Strahil's note, I checked for kvdo:
>
> [r...@host1.tld.com conf.d]# rpm -qa | grep vdo
> libblockdev-vdo-2.24-1.el8.x86_64
> vdo-6.2.3.114-14.el8.x86_64
> kmod-kvdo-6.2.2.117-65.el8.x86_64
> [r...@host1.tld.com conf.d]#
>
> [r...@host2.tld.com conf.d]# rpm -qa | grep vdo
> libblockdev-vdo-2.24-1.el8.x86_64
> vdo-6.2.3.114-14.el8.x86_64
> kmod-kvdo-6.2.2.117-65.el8.x86_64
> [r...@host2.tld.com conf.d]#
>
> [r...@host3.tld.com ~]# rpm -qa | grep vdo
> libblockdev-vdo-2.24-1.el8.x86_64
> vdo-6.2.3.114-14.el8.x86_64
> kmod-kvdo-6.2.2.117-65.el8.x86_64
> [r...@host3.tld.com ~]#
>
> I found
> https://unix.stackexchange.com/questions/624011/problem-on-centos-8-with-creating-vdo-kernel-module-kvdo-not-installed
> which pointed to https://bugs.centos.org/view.php?id=17928.  As suggested
> on the CentOS bug tracker I attempted to manually install
>
> vdo-support-6.2.4.14-14.el8.x86_64
> vdo-6.2.4.14-14.el8.x86_64
> kmod-kvdo-6.2.3.91-73.el8.x86_64
>
> but there was a dependency that kernel-core be greater than what I was
> installed, so I manually upgraded kernel-core to
> kernel-core-4.18.0-259.el8.x86_64.rpm then upgraded vdo and kmod-kvdo to
>
> vdo-6.2.4.14-14.el8.x86_64.rpm
> kmod-kvdo-6.2.4.26-76.el8.x86_64.rpm
>
> and installed vdo-support-6.2.4.14-14.el8.x86_64.rpm.  Upon clean-up and
> redeploy I am now back at Gluster deploy failing at
>
> TASK [gluster.features/roles/gluster_hci : Set granual-entry-heal on]
> **
> task path:
> /etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/hci_volumes.yml:67
> failed: [fmov1n1.sn.dtcorp.com] (item={'volname': 'engine', 'brick':
> '/gluster_bricks/engine/engine', 'arbiter': 0}) => {"ansible_loop_var":
> "item", "changed": true, "cmd": ["gluster", "volume", "heal", "engine",
> "granular-entry-heal", "enable"], "delta": "0:00:10.098573", "end":
> "2021-01-11 19:27:05.333720", "item": {"arbiter": 0, "brick":
> "/gluster_bricks/engine/engine", "volname": "engine"}, "msg": "non-zero
> return code", "rc": 107, "start": "2021-01-11 19:26:55.235147", "stderr":
> "", "stderr_lines": [], "stdout": "One or more bricks could be down. Please
> execute the command again after bringing all bricks online and finishing
> any pending heals\nVolume heal failed.", "stdout_lines": ["One or more
> bricks could be down. Please execute the command again after bringing all
> bricks online and finishing any pending heals", "Volume heal failed."]}
> failed: [fmov1n1.sn.dtcorp.com] (item={'volname': 'data', 'brick':
> '/gluster_bricks/data/data', 'arbiter': 0}) => {"ansible_loop_var": "item",
> "changed": true, "cmd": ["gluster", "volume", "heal", "data",
> "granular-entry-heal", "enable"], "delta": "0:00:10.099670", "end":
> "2021-01-11 19:27:20.564554", "item": {"arbiter": 0, "brick":
> "/gluster_bricks/data/data", "volname": "data"}, "msg": "non-zero return
> code", "rc": 107, "start": "2021-01-11 19:27:10.464884", "stderr": "",
> "stderr_lines": [], "stdout": "One or more bricks could be down. Please
> execute the command again after bringing all bricks online and finishing
> any pending heals\nVolume heal failed.", "stdout_lines": ["One or more
> bricks could be down. Please execute the command again after bringing all
> bricks online and finishing any pending heals", "Volume heal failed."]}
> failed: [fmov1n1.sn.dtcorp.com] (item={'volname': 'vmstore', 'brick':
> '/gluster_bricks/vmstore/vmstore', 'arbiter': 0}) => {"ansible_loop_var":
> "item", "changed": true, "cmd": ["gluster", "volume", "heal", "vmstore",
> "granular-entry-heal", "enable"], "delta": "0:00:10.104624", "end":
> "2021-01-11 19:27:35.774230", "item": {"arbiter": 0, "brick":
> "/gluster_bricks/vmstore/vmstore", "volname": "vmstore"}, "msg": "non-zero
> return code", "rc": 107, "start": "2021-01-11 19:27:25.669606", "stderr":
> "", "stderr_lines": [], "stdout": "One or more bricks could be down. Please
> execute the command again after bringing all bricks online and finishing
> any pending heals\nVolume heal failed.", "stdout_lines": ["One or more
> bricks could be down. Please execute the command again after bringing all
> bricks online and finishing any pending heals", "Volume heal failed."]}
>
> NO MORE HOSTS LEFT
> *
>
> NO MORE HOSTS LEFT
> 

[ovirt-users] Re: New failure Gluster deploy: Set granual-entry-heal on --> Bricks down

2021-01-08 Thread Ritesh Chikatwar
Hello,

Can you try once cleaning the gluster deployment you can do this by running
this command on one of the hosts.

ansible-playbook
/etc/ansible/roles/gluster.ansible/playbooks/hc-ansible-deployment/tasks/gluster_cleanup.yml
-i /etc/ansible/hc_wizard_inventory.yml

And then rerun the Ansible flow.

On Sat, Jan 9, 2021 at 12:00 PM Strahil Nikolov via Users 
wrote:

> What is the output of 'rpm -qa | grep vdo' ?
> Most probably the ansible flow is not deploying kvdo , but it's necessary
> at a later stage.Try to overcome via "yum search kvdo" and then 'yum
> install kmod-kvdo" (replace kmod-kvdo with the package for EL8).
>
> Also, I think that you can open a github issue at
> https://github.com/oVirt/ovirt-ansible-engine-setup/issues
>
> Best Regards,
> Strahil Nikolov
>
>
>
>
>
>
> В събота, 9 януари 2021 г., 01:24:56 Гринуич+2, Charles Lam <
> clam2...@gmail.com> написа:
>
>
>
>
>
> Dear Strahil,
>
> I have rebuilt everything fresh, switches, hosts, cabling - PHY-SEC shows
> 512 for all nvme drives being used as bricks.  Name resolution via
> /etc/hosts for direct connect storage network works for all hosts to all
> hosts.  I am still blocked by the same
>
> "vdo: ERROR - Kernel module kvdo not installed\nvdo: ERROR - modprobe:
> FATAL: Module
> kvdo not found in directory /lib/modules/4.18.0-240.1.1.el8_3.x86_64\n"
>
> Any further suggestions are MOST appreciated.
>
> Thank you and respectfully,
>
> Charles
> ___
> 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 Archives:
>
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/C4ZPHST3IYCIPYEXZO27QUOGSLQIRX6K/
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZCBLZGNYBDOB5BQJR2I372LOEJYR4RGA/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PPY7VEEQPLUARHNZOGNGFFT7MDICWTZ2/


[ovirt-users] Re: VDSM Get Host Capabilities failed: Internal JSON-RPC error: {'reason': 'internal error: Duplicate key'}

2020-12-27 Thread Ritesh Chikatwar
Hello,

Please share the vdsm and libvirt logs at the time when a problem is
occured.


On Mon, Dec 28, 2020 at 4:50 AM  wrote:

> We have 3 hosts in cluster. Two of them got rebooted giving is this error
> "VDSM Get Host Capabilities failed: Internal JSON-RPC error: {'reason':
> 'internal error: Duplicate key'}"
>
> Currently running Oracle Linux Virtualization Manager Software
> Version:4.3.6.6-1.0.15.el7 on the Hosts.
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5BJLQPCSOLOTGH7UKSKRP574REQBY6DI/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UBKCQWV5EE3UIZLCN6C2B3WVC5RSUKWQ/


[ovirt-users] Re: Cannot upgrade cluster to v4.5 (All hosts are CentOS 8.3.2011)

2020-12-23 Thread Ritesh Chikatwar
Hello,

If I understand the problem correctly , you are facing the problem of
migrating the HE VM,
If Yes, I suspect the issue is all the cores have been allocated to the HE
VM and because of this migration to other hosts not showing please verify
once with hypervisor available core to HE VM allocated core.

On Wed, Dec 23, 2020 at 10:38 PM Gilboa Davara  wrote:

>
> On Wed, Dec 23, 2020 at 6:28 PM Gilboa Davara  wrote:
>
>>
>>
>> On Wed, Dec 23, 2020 at 6:20 PM Gilboa Davara  wrote:
>>
>>> On Tue, Dec 22, 2020 at 11:45 AM Sandro Bonazzola 
>>> wrote:
>>>


 Il giorno mer 16 dic 2020 alle ore 17:43 Gilboa Davara <
 gilb...@gmail.com> ha scritto:

> On Wed, Dec 16, 2020 at 6:21 PM Martin Perina 
> wrote:
>
>>
>>
>> On Wed, Dec 16, 2020 at 4:59 PM Gilboa Davara 
>> wrote:
>>
>>> Thanks for the prompt reply.
>>> I assume I can safely ignore the "Upgrade cluster compatibility"
>>> warning until libvirt 6.6 gets pushed to CentOS 8.3?
>>>
>>
>> We are working on releasing AV 8.3, hopefully it will be available
>> soon, but until that happen you have no way how to upgrade to CL 4.5 and
>> you just need to stay in 4.4
>>
>
> Understood.
>
> Thanks again.
> - Gilboa
>
>

 Just updating that oVirt 4.4.4 released yesterday comes with Advanced
 Virtualization 8.3 so you can now enable CL 4.5.

>>>
>>> Sadly enough, even post-full-upgrade (engine + hosts) something seems to
>>> be broken.
>>>
>>> In the WebUI, I see all 3 hosts marked as "up".
>>> But when I run hosted-engine --vm-status (or migrate the hosted engine),
>>> only the first (original deployed) host is available.
>>> I tried "reinstalling" (from the WebUI) the two hosts, no errors, no
>>> change.
>>> I tried upgrading the cluster again, host 2 / 3 (the "missing" hosts)
>>> upgrade is successful; hosts1 fails (cannot migrate the hosted engine).
>>>
>>> Any idea what's broken?
>>>
>>> - Gilboa
>>>
>>>
>> I'll remove the problematic hosts, re-add them, and reconfigure the
>> network(s). Let's see if it works.
>>
>> - Gilboa
>>
>>
>
> Sorry for the noise. No go.
> Cleaned up the hosts via ovirt-hosted-engine-cleanup + reboot, tried
> "adding" them again, to no avail.
> Host marked as "up" in WebUI, network correctly configured, however,
> hosted-engine.conf isn't being created (see log below),
> ovirt-ha-broker/agent services cannot start and vm-status only shows one
> host.
>
> - Gilboa
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2JEBBBCTAB5JV2LR42JSHQWDKBU3NR5J/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AMTWTMC4JUMSQVD7K5BUZAXDI5IIL63S/


[ovirt-users] Re: Adding host to hosted engine fails

2020-12-17 Thread Ritesh Chikatwar
Hello,


Which version of ovirt are you using?
Can you make sure gluster service is running or not because i see an error
as Could not connect to storageServer.
Also please share the engine log as well and a few more lines after the
error occurred in vdsm.

Ritesh

On Thu, Dec 17, 2020 at 12:00 PM Ariez Ahito 
wrote:

> here is our setup
> stand alone glusterfs storage replica3
> 10.33.50.33
> 10.33.50.34
> 10.33.50.35
>
> we deployed hosted-engine and managed to connect to our glusterfs storage
>
> now we are having issues adding hosts
>
> here is the logs
> dsm.gluster.exception.GlusterVolumesListFailedException: Volume list
> failed: rc=1 out=() err=['Command {self.cmd} failed with rc={self.rc}
> out={self.out!r} err={self.err!r}']
> 2020-12-17 14:22:27,106+0800 INFO  (jsonrpc/4)
> [storage.StorageDomainCache] Invalidating storage domain cache (sdc:74)
> 2020-12-17 14:22:27,106+0800 INFO  (jsonrpc/4) [vdsm.api] FINISH
> connectStorageServer return={'statuslist': [{'id':
> 'afa2d41a-d817-4f4a-bd35-5ffedd1fa65b', 'status': 4149}]}
> from=:::10.33.0.10,50058, flow_id=6170eaa3,
> task_id=f00d28fa-077f-403a-8024-9f9b533bccb5 (api:54)
> 2020-12-17 14:22:27,107+0800 INFO  (jsonrpc/4) [jsonrpc.JsonRpcServer] RPC
> call StoragePool.connectStorageServer took more than 1.00 seconds to
> succeed: 3.34 (__init__:316)
> 2020-12-17 14:22:27,213+0800 INFO  (jsonrpc/6) [vdsm.api] START
> connectStorageServer(domType=7,
> spUUID='1abdb9e4-3f85-11eb-9994-00163e4e4935', conList=[{'password':
> '', 'vfs_type': 'glusterfs', 'port': '', 'mnt_options':
> 'backup-volfile-servers=gluster3:gluster4', 'iqn': '', 'connection':
> 'gluster3:/VOL2', 'ipv6_enabled': 'false', 'id':
> '2fb6989d-b26b-42e7-af35-4e4cf718eebf', 'user': '', 'tpgt': '1'},
> {'password': '', 'vfs_type': 'glusterfs', 'port': '',
> 'mnt_options': 'backup-volfile-servers=gluster3:gluster4', 'iqn': '',
> 'connection': 'gluster3:/VOL3', 'ipv6_enabled': 'false', 'id':
> 'b7839bcd-c0e3-422c-8f2c-47351d24b6de', 'user': '', 'tpgt': '1'}],
> options=None) from=:::10.33.0.10,50058, flow_id=6170eaa3,
> task_id=cfeb3401-54b9-4756-b306-88d4275c0690 (api:48)
> 2020-12-17 14:22:29,058+0800 INFO  (periodic/1) [vdsm.api] START
> repoStats(domains=()) from=internal,
> task_id=e9648d47-2ffb-4387-9a72-af41ab51adf7 (api:48)
> 2020-12-17 14:22:29,058+0800 INFO  (periodic/1) [vdsm.api] FINISH
> repoStats return={} from=internal,
> task_id=e9648d47-2ffb-4387-9a72-af41ab51adf7 (api:54)
> 2020-12-17 14:22:30,512+0800 ERROR (jsonrpc/6) [storage.HSM] Could not
> connect to storageServer (hsm:2444)
>
>
> in the events  tab
> The error message for connection gluster3:/ISO returned by VDSM was:
> Failed to fetch Gluster Volume List
> The error message for connection gluster3:/VOL1 returned by VDSM was:
> Failed to fetch Gluster Volume List
>
> 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 Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AJZNXHOIFHWNDJJ7INI3VNLT46TB3EAW/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UTFH7VWFPBGSQIZGJQXXLBODXTBPPJT2/


[ovirt-users] Re: Gluster volume slower then raid1 zpool speed

2020-11-26 Thread Ritesh Chikatwar
On Thu, Nov 26, 2020 at 1:54 PM Harry O  wrote:

> I would love to see something similar to your performance numbers WK.
> Here is my gluster volume options and info:
> [root@ovirtn1 ~]# gluster v info vmstore
>
> Volume Name: vmstore
> Type: Replicate
> Volume ID: stuff
> Status: Started
> Snapshot Count: 0
> Number of Bricks: 1 x (2 + 1) = 3
> Transport-type: tcp
> Bricks:
> Brick1: ovirtn1.5ervers.lan:/gluster_bricks/vmstore/vmstore
> Brick2: ovirtn2.5ervers.lan:/gluster_bricks/vmstore/vmstore
> Brick3: ovirtn3.5ervers.lan:/gluster_bricks/vmstore/vmstore (arbiter)
> Options Reconfigured:
> cluster.granular-entry-heal: enable
> performance.strict-o-direct: on
> network.ping-timeout: 30
> storage.owner-gid: 36
> storage.owner-uid: 36
> server.event-threads: 4
> client.event-threads: 4
> cluster.choose-local: off
> user.cifs: off
> features.shard: on
>
if this is on that means sharding is on and the default size 64MB

> cluster.shd-wait-qlength: 1
> cluster.shd-max-threads: 8
> cluster.locking-scheme: granular
> cluster.data-self-heal-algorithm: full
> cluster.server-quorum-type: server
> cluster.quorum-type: auto
> cluster.eager-lock: enable
> network.remote-dio: enable
>
I think this option should be disabled , direct-io to take effect as i can
see performance.strict-o-direct is on. Try disabling this it may help.

> performance.low-prio-threads: 32
> performance.io-cache: off
> performance.read-ahead: off
> performance.quick-read: off
> transport.address-family: inet
> storage.fips-mode-rchecksum: on
> nfs.disable: on
> performance.client-io-threads: on
>
> Does it look like sharding is on Strahil Nikolov?
>
> Running "gluster volume set vmstore group virt" had no effect.
>
> I don't know why I ended up using dsync flag.
> For real work test, I have crystal disk mark on windows VM, this is the
> results:
> https://gofile.io/d/7nOeEL
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/NZBPFPA5K6XCCFIBTKUMEVYFY4AHJN5H/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AMXKTEQJQ7PLERL3Q3BEMYSGA6725T2L/


[ovirt-users] Re: Need documentation on how to use grafana with ovirt

2020-11-20 Thread Ritesh Chikatwar
Hello Wodel,

This might be helpful for you iguess
https://ovirt.org/documentation/data_warehouse_guide/

On Fri, Nov 20, 2020 at 3:09 AM wodel youchi  wrote:

> Hi,
>
> Is there any documentation explaining how to use grafana portal to extract
> metrics data from ovirt ?
>
> Regards.
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TLMX2XAJIRELI66M3PLXCNIONV6GYE3Z/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/X2V5MR5NGRRWNM5K5SP6DNP6QHGCP34M/


[ovirt-users] Re: Cluster compatibility version 4.5 on oVirt 4.4

2020-11-11 Thread Ritesh Chikatwar
Hello,

To upgrade to cluster 4.5 you need a 8.3 host.
I guess still CentOS 8.3 is not available. I am not sure on CentOS 8.3
availability.
If it's available please make sure your host is upgraded to 8.3 .


On Thu, Nov 12, 2020, 5:38 AM shadow emy  wrote:

>
> Just to confirm i face similar problem.
> Yes i saw that  warning too :  "Upgrade Cluster Compatibility Level"   to
> upgrade the Cluster to version 4.5.
> Though when i try to do that there are a lot of errors.
>
> In GUI :
>
> Error while executing action: Cannot change Cluster Compatibility Version
> to higher version when there are active Hosts with lower version.
> -Please move Host host1, host2, host3  with lower version to maintenance
> first.
>
> In engine.log :
>
> WARN  [org.ovirt.engine.core.bll.UpdateClusterCommand] (default task-163)
> [2c681b74-8666-4f2f-b2e0-6b20e98f417e] Validation of action 'UpdateCluster'
> failed for user admin@internal-authz. Reasons:
> VAR__TYPE__CLUSTER,VAR__ACTION__UPDATE,$host host1, host2,
> host3,CLUSTER_CANNOT_UPDATE_COMPATIBILITY_VERSION_WITH_LOWER_HOSTS
>
> I did not find any documentation for 4.5 cluster compatibility,  so i like
> as well to understand why is that option present there.
> It will be used when ovirt 4.5.x will be released ?
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3UGQ6HPT2HTEGEP6GZUZ737SXR4K7TTJ/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZPLFRE7TMLQDSVVTQYU7BYGNAIOKC5HF/


[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello,

Looks like you are checking this directory in the engine. You will get this
in the host.
Also check vdsm service is running or not using systemctl status vdsmd

On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch 
wrote:

> Hello Ritesh
>
> I can see the NIC attached to the host in the UI.
> However, I don’t have a directory /var/log/vdsm.
> I am sharing the filetree of my /var/log in the separately attached text
> file:
>
> Thanks, Toni
>
>
> On 10 Nov 2020, at 13:04, Ritesh Chikatwar  wrote:
>
> Hello,
>
> Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.
>
> I guess this might be a vdsm issue between an engine and host.
> also check in ui whether a nic is attached to the host after upgrade.
>
> On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch <
> tfe...@swissonline.ch> wrote:
>
>>  Hi
>>
>> I am looking for help after my oVirt upgrade failed.
>>
>>
>> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
>> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>>
>> It's a single-host (standalone engine) test environment.
>> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
>> I installed the oVirt 4.4 repo and all the necessary software packets.
>>
>> I used `engine-backup --mode=restore
>> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases`
>> from a backup file I created before I started the upgrade.
>> After the restore, I ran `engine-setup`.
>>
>> I did not get any errors during any of these steps on the console.
>> So the upgrade could be considered successful from that perspective.
>>
>> After the upgrade, I login to the ovirt admin portal, and I try to
>> "Activate" my host (was set to "Maintenance" mode before upgrade).
>> The Activation fails with error "NonResponsive" in the GUI.
>> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non
>> responsive.”
>>
>> In /var/log/ovirt-engine/engine.log, I find the following error:
>> ```
>> 2020-11-09 23:12:21,080+01 ERROR
>> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand]
>> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) []
>> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch,
>> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
>> vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution
>> failed: java.net.ConnectException: Connection refused
>> ```
>>
>> `systemctl status ovirt-engine` shows that the engine is running.
>> I am able to reboot the host from the oVirt GUI directly.
>>
>> Does anyone have an idea how to proceed?
>>
>> Many thanks
>> Toni
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>>
>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OFDSNPW7LFJNZIUHYDRZCNBE4VGS3QRD/


[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello,

Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log.

I guess this might be a vdsm issue between an engine and host.
also check in ui whether a nic is attached to the host after upgrade.

On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch 
wrote:

>  Hi
>
> I am looking for help after my oVirt upgrade failed.
>
>
> I have upgraded from ovirt 4.3 to 4.4 following the instructions here:
> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_from_4-3
>
> It's a single-host (standalone engine) test environment.
> I wiped CentOS 7 and reinstalled a fresh CentOS 8.
> I installed the oVirt 4.4 repo and all the necessary software packets.
>
> I used `engine-backup --mode=restore
> --file=/tmp/ovirt-engine-pre-upgrade.backup --provision-all-databases`
> from a backup file I created before I started the upgrade.
> After the restore, I ran `engine-setup`.
>
> I did not get any errors during any of these steps on the console.
> So the upgrade could be considered successful from that perspective.
>
> After the upgrade, I login to the ovirt admin portal, and I try to
> "Activate" my host (was set to "Maintenance" mode before upgrade).
> The Activation fails with error "NonResponsive" in the GUI.
> Under the "bell" icon, I find the Event "Host nuc1.feric.ch is non
> responsive.”
>
> In /var/log/ovirt-engine/engine.log, I find the following error:
> ```
> 2020-11-09 23:12:21,080+01 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesAsyncVDSCommand]
> (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-47) []
> Command 'GetCapabilitiesAsyncVDSCommand(HostName = nuc1.feric.ch,
> VdsIdAndVdsVDSCommandParametersBase:{hostId='d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb',
> vds=‘Host[nuc1.feric.h,d7c30cc0-ac59-4cf3-a1e7-b9fae9db83fb]'})' execution
> failed: java.net.ConnectException: Connection refused
> ```
>
> `systemctl status ovirt-engine` shows that the engine is running.
> I am able to reboot the host from the oVirt GUI directly.
>
> Does anyone have an idea how to proceed?
>
> Many thanks
> Toni
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QWVBKDG2Q4BJHDHXNAHIWIG3QLW5E235/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LNOTNGTINYQL2VUX7J2WEE3WM7EH76NT/


[ovirt-users] Re: Gluster Volumes - Correct Peer Connection

2020-09-24 Thread Ritesh Chikatwar
Jermy,

This looks like a bug.
You are using an IPv4 or IPv6 network.

Ritesh

On Thu, Sep 24, 2020 at 12:14 PM Gobinda Das  wrote:

> But I think this only sync gluster brick status not the entier object.
> Looks like this a bug.
> @Ritesh Chikatwar  Could you please check what data
> we are getting from vdsm during gluster sync job run? Are we saving exact
> data or customizing anything?
>
> On Thu, Sep 24, 2020 at 11:01 AM Gobinda Das  wrote:
>
>> We do have gluster volume UI sync issue and this is fixed in ovirt-4.4.2
>> BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1860775
>>
>>
>> On Wed, Sep 23, 2020 at 8:50 PM Jeremey Wise 
>> wrote:
>>
>>>
>>> I just noticed when HCI setup bult the gluster engine / data / vmstore
>>> volumes... it did use correctly the definition of 10Gb "back end"
>>> interfaces / hosts.
>>>
>>> But..  oVirt Engine is NOT referencing this.
>>> it lists bricks as 1Gb "managment / host" interfaces.  Is this a GUI
>>> issue?  I doubt this and how do I correct it?
>>> ###  Data Volume Example
>>> Name:
>>> data
>>> Volume ID:
>>> 0ae7b487-8b87-4192-bd30-621d445902fe
>>> Volume Type:
>>> Replicate
>>> Replica Count:
>>> 3
>>> Number of Bricks:
>>> 3
>>> Transport Types:
>>> TCP
>>> Maximum no of snapshots:
>>> 256
>>> Capacity:
>>> 999.51 GiB total, 269.02 GiB used, 730.49 GiB free, 297.91 GiB
>>> Guaranteed free, 78 Deduplication/Compression savings (%)
>>>
>>>
>>> medusa.penguinpages.local
>>> medusa.penguinpages.local:/gluster_bricks/data/data
>>> 25%
>>> OK
>>> odin.penguinpages.local
>>> odin.penguinpages.local:/gluster_bricks/data/data
>>> 25%
>>> OK
>>> thor.penguinpages.local
>>> thor.penguinpages.local:/gluster_bricks/data/data
>>> 25%
>>> OK
>>>
>>>
>>> # I have storage back end of 172.16.101.x  which is 10Gb dedicated for
>>> replication. Peers reflect this
>>> [root@odin c4918f28-00ce-49f9-91c8-224796a158b9]# gluster peer status
>>> Number of Peers: 2
>>>
>>> Hostname: thorst.penguinpages.local
>>> Uuid: 7726b514-e7c3-4705-bbc9-5a90c8a966c9
>>> State: Peer in Cluster (Connected)
>>>
>>> Hostname: medusast.penguinpages.local
>>> Uuid: 977b2c1d-36a8-4852-b953-f75850ac5031
>>> State: Peer in Cluster (Connected)
>>> [root@odin c4918f28-00ce-49f9-91c8-224796a158b9]#
>>>
>>>
>>>
>>> --
>>> p enguinpages
>>> ___
>>> 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 Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ULE66KK5UEGM5GTRG6IMWZLUEI6JLHVI/
>>>
>>
>>
>> --
>>
>>
>> Thanks,
>> Gobinda
>>
>
>
> --
>
>
> Thanks,
> Gobinda
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NBLRITVXE7O6JZV4OOUTVGZUDM62KYV7/


[ovirt-users] Re: oVirt - Gluster Node Offline but Bricks Active

2020-09-24 Thread Ritesh Chikatwar
On Wed, Sep 23, 2020 at 10:16 PM Strahil Nikolov via Users 
wrote:

>
> >1) ..."I would give the engine a 'Windows'-style fix (a.k.a.
> reboot)"  >how does one restart just the oVirt-engine?
> ssh to HostedEngine VM and run one of the following:
> - reboot
> - systemctl restart ovirt-engine.service
>
> >2) I now show in shell  3 nodes, each with the one brick for data,
> vmstore, >engine (and an ISO one I am trying to make).. with one brick each
> and all >online and replicating.  But the GUI shows thor (first server
> running >engine) offline needing to be reloaded.  Now volumes show two
> bricks.. one >online one offline.  And no option to start / force restart.
> If it shows one offline brick -> you can try the "force start". You can go
> to UI -> Storage -> Volume -> select Volume -> Start and then mark "Force"
> and "OK"
>
>
> >4) To the question of "did I add third node later."  I would attach
> >deployment guide I am building ... but can't do that in this forum.  but
> >this is as simple as I can make it.  3 intel generic servers,  1 x boot
> >drive , 1 x 512GB SSD,  2 x 1TB SSD in each.  wipe all data all
> >configuration fresh Centos8 minimal install.. setup SSH setup basic
> >networking... install cockpit.. run HCI wizard for all three nodes. That
> is >all.
>
> >How many hosts do you see in oVirt ?
> >Help is appreciated.  The main concern I have is gap in what engine sees
> >and what CLI shows.  Can someone show me where to get logs?  the GUI log
> >when I try to "activate" thor server "Status of host thor was set to
> >NonOperational."  "Gluster command [] failed on server
> >."  is very unhelpful.
> Check the following services on the node:
> - glusterd.service
>
If glusterd service is running on the host check whether vdsm-client is
returning gluster host uuid. just run this on the host "vdsm-client
--gluster-enable GlusterHost uuid".

> - sanlock.service
> - supervdsmd.service
> - vdsmd.service
> - ovirt-ha-broker.service
> - ovirt-ha-agent.service
>
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/YJ7L5G7NU4PQAPQDCDIMC37JCEEGAILF/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7OKJXLUVA6G7B4NR6YVEVN3MNPMIJUXT/


[ovirt-users] Re: Node upgrade to 4.4

2020-09-22 Thread Ritesh Chikatwar
Vincent,


This document will be useful
https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_the_Manager_to_4-4_4-3_SHE

On Wed, Sep 23, 2020, 3:55 AM Vincent Royer  wrote:

> I have 3 nodes running node ng 4.3.9 with a gluster/hci cluster.  How do I
> upgrade to 4.4?  Is there a guide?
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TCX2RUE5RN7RNB45UWBXZ4SKH6KT7ZFC/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ONMS74F4DSDLNLM2PSGIBARYOBOUCQOZ/


[ovirt-users] Re: Hosted Engine Deployement

2020-07-29 Thread Ritesh Chikatwar
Vijay, Even i faced this issue some times back i guess this is the known
issue in particular ovirt version, not sure.
I suggest  you to use the latest ovirt that is 4.4.

On Thu, Jul 30, 2020 at 3:22 AM  wrote:

> I might have run into similar issues at one point...
>
> And it might be where the network configuration on the installation host
> has already been partially changed to include the bridge that's used to
> communicate with HostedEngineLocal.
>
> The installation is not able to pick up cleanly from every possible
> intermediate point, so sometimes you have to restart from a relatively
> clean slate by runnung 'ovirt-hosted-engine-cleanup' first.
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/E2BZHZFAZ66M4XAUJYNT6HMNM6FVGJZT/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YPEARDOGUEDCQA7POSXFZVS3X64N2C7H/


[ovirt-users] Re: Ovirt Hosted Engine Setup

2020-07-20 Thread Ritesh Chikatwar
Hello Vijay...


Please try with the latest appliance this issue has been fixed.

On Mon, Jul 20, 2020 at 1:42 PM Vijay Sachdeva via Users 
wrote:

> Hi Patrick,
>
> Tried installing using cockpit, got stuck at the same. Don't know what's
> wrong here and I am stuck from 2 days.
>
> Any help..!!
>
> Thanks
> Vijay Sachdeva
>
>
> On 20/07/20, 1:04 PM, "Patrick Lomakin" 
> wrote:
>
> I have also seen this. Long time later the hosted-engine setup threw
> an error, but after install from cockpit panel an error disappeared. Try
> this too) Regards!
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/S4BRO44ETSZPMF42RGWOENXZDJWHPYBN/
>
>
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QJZW267G65PWL4PLTR2DC746ZTNQVGWB/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CHUJNRT4E7B6QDN35A4ASHJC2C42DVCO/


[ovirt-users] Re: oVirt Node 4.4.1.1 Cockpit Hyperconverged Gluster deploy fails insufficient free space no matter how small the volume is set

2020-07-13 Thread Ritesh Chikatwar
On Tue, Jul 14, 2020 at 3:50 AM  wrote:

> Hi,
>
> Deploying oVirt 4.4.1.1 via Cockpit --> Hosted Engine --> Hyperconverged
> fails at Gluster deployment:
>
> TASK [gluster.infra/roles/backend_setup : Create thick logical volume]
> *
> failed: [fmov1n3.sn.dtcorp.com] (item={'vgname': 'gluster_vg_nvme0n1',
> 'lvname': 'gluster_lv_engine', 'size': '100G'}) => {"ansible_index_var":
> "index", "ansible_loop_var": "item", "changed": false, "err": "  Volume
> group \"gluster_vg_nvme0n1\" has insufficient free space (25599 extents):
> 25600 required.\n", "index": 0, "item": {"lvname": "gluster_lv_engine",
> "size": "100G", "vgname": "gluster_vg_nvme0n1"}, "msg": "Creating logical
> volume 'gluster_lv_engine' failed", "rc": 5}
> failed: [fmov1n1.sn.dtcorp.com] (item={'vgname': 'gluster_vg_nvme0n1',
> 'lvname': 'gluster_lv_engine', 'size': '100G'}) => {"ansible_index_var":
> "index", "ansible_loop_var": "item", "changed": false, "err": "  Volume
> group \"gluster_vg_nvme0n1\" has insufficient free space (25599 extents):
> 25600 required.\n", "index": 0, "item": {"lvname": "gluster_lv_engine",
> "size": "100G", "vgname": "gluster_vg_nvme0n1"}, "msg": "Creating logical
> volume 'gluster_lv_engine' failed", "rc": 5}
> failed: [fmov1n2.sn.dtcorp.com] (item={'vgname': 'gluster_vg_nvme0n1',
> 'lvname': 'gluster_lv_engine', 'size': '100G'}) => {"ansible_index_var":
> "index", "ansible_loop_var": "item", "changed": false, "err": "  Volume
> group \"gluster_vg_nvme0n1\" has insufficient free space (25599 extents):
> 25600 required.\n", "index": 0, "item": {"lvname": "gluster_lv_engine",
> "size": "100G", "vgname": "gluster_vg_nvme0n1"}, "msg": "Creating logical
> volume 'gluster_lv_engine' failed", "rc": 5}
>
> Deployment is on 3 count Dell PowerEdge R740xd with 5 count 1.6TB NVMe
> drives per host.  Deployment is only to three as JBOD, 1 drive per node per
> volume (engine, data, vmstore) utilizing VDO.
>  Thus, deploying even a 100G volume to 1.6TB drive fails with
> "insufficient free space" error.
>
> I suspect this might have to do with the Ansible playbook deploying
> Gluster mishandling the logical volume creation due to the rounding error
> as described here:
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/nofreeext
>
> If I can provide any additional information, logs, etc. please ask.  Also,
> if anyone has experience/suggestions with Gluster config for hyperconverged
> setup on NVMe drives I would greatly appreciate any pearls of wisdom.
>

Can you provide the output of pvdisplay command on all hosts.


>
> Thank you so very much for any assistance!
> Charles
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3AARZD4VBNNHWNWRCVD2QNWQZJYY5AL5/
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/C4CXHDAC2ENZ72VGWMV6VEX6WK43EPT7/


[ovirt-users] Re: Change Hosted engine VM cluster compatibility version throws error

2020-06-19 Thread Ritesh Chikatwar
On Fri, Jun 19, 2020, 7:26 PM Michal Skrivanek 
wrote:

>
>
> On 19 Jun 2020, at 13:41, Ritesh Chikatwar  wrote:
>
>
>
> On Thu, Jun 18, 2020 at 11:59 PM Michal Skrivanek <
> michal.skriva...@redhat.com> wrote:
>
>>
>>
>> On 18 Jun 2020, at 08:59, Ritesh Chikatwar  wrote:
>>
>> Hello Team,
>>
>>
>> When i try to change Cluster compatible version HE it throws error As
>>
>>
>> what exactly are you changing where?
>>
>
> I am trying to change the cluster compatible version for the Hosted engine
> in Ui. The drop down did not set any value and I am trying to set to 4.4.
>
>
> which drop down?
> Why are you changing cluster compatibility level of HE?
>
> maybe that’s the best question for starts - what’s the current situation
> and what are you trying to get to?:)
>

Yeah correct Michal I should have explained that in the beginning of mail
itself. Apologize for that.

I have 4.4 rhhi setup with storage as gluster. But in this setup gluster
service is not enable by default. I can make it enable from the UI by
editing cluster and when try the same I get the error as

 Error while executing action: Update of cluster compatibility version
failed because there are VMs/Templates [HostedEngine] with incorrect
configuration. To fix the issue, please go to each of them, edit, change
the Custom Compatibility Version of the VM/Template to the cluster level
you want to update the cluster to and press OK. If the save does not pass,
fix the dialog validation. After successful cluster update, you can revert
your Custom Compatibility Version change.

This is the reason I am changing vm's compatibility version.


I also have one doubt here when vm got created , why vm's not settled the
value for cluster compatible version.




> Thanks,
> michal
>
>
>>
>> Error while executing action:
>>
>> HostedEngine:
>>
>>- There was an attempt to change Hosted Engine VM values that are
>>locked.
>>
>> I am trying to change the version to 4.4 it was showing blank.
>>
>> Any suggestions on how I can edit.
>>
>> The VM other than HE is able to editi.
>>
>>
>>
>> *Ritesh*
>> ___
>> 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 Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3EBGCBFDUBHNI6G5E3NG4DCD7RQJLUNC/
>>
>>
>>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XLQUQCZMU3X5HWENI4RYFBHJPYJM2FP4/


[ovirt-users] Re: Change Hosted engine VM cluster compatibility version throws error

2020-06-19 Thread Ritesh Chikatwar
On Thu, Jun 18, 2020 at 11:59 PM Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

>
>
> On 18 Jun 2020, at 08:59, Ritesh Chikatwar  wrote:
>
> Hello Team,
>
>
> When i try to change Cluster compatible version HE it throws error As
>
>
> what exactly are you changing where?
>

I am trying to change the cluster compatible version for the Hosted engine
in Ui. The drop down did not set any value and I am trying to set to 4.4.

>
>
> Error while executing action:
>
> HostedEngine:
>
>- There was an attempt to change Hosted Engine VM values that are
>locked.
>
> I am trying to change the version to 4.4 it was showing blank.
>
> Any suggestions on how I can edit.
>
> The VM other than HE is able to editi.
>
>
>
> *Ritesh*
> ___
> 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 Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3EBGCBFDUBHNI6G5E3NG4DCD7RQJLUNC/
>
>
>
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/V4TDLJZPIGV2ZBORTOWAW5FJZLM6RCO2/


[ovirt-users] Change Hosted engine VM cluster compatibility version throws error

2020-06-18 Thread Ritesh Chikatwar
Hello Team,


When i try to change Cluster compatible version HE it throws error As

Error while executing action:

HostedEngine:

   - There was an attempt to change Hosted Engine VM values that are locked.

I am trying to change the version to 4.4 it was showing blank.

Any suggestions on how I can edit.

The VM other than HE is able to editi.



*Ritesh*
___
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 Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3EBGCBFDUBHNI6G5E3NG4DCD7RQJLUNC/


[ovirt-users] Need steps to downgrade engine from 4.4 to 4.3.

2020-02-26 Thread Ritesh Chikatwar
Hello all..


Is there any steps to downgrade engine from 4.4 to 4.3

Any help will appreciate.


Ritesh
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LX2QHYW446NPW3LKWNR4OUD2SVOV7PW7/


[ovirt-users] Re: dashboard data empty

2020-02-20 Thread Ritesh Chikatwar
I think this because resultset is not able to map the database value to
entity. You can error it's bad value for the type short. I guess the the
value passed for short variable is more then it can store.

On Thu, Feb 20, 2020, 2:56 PM Fabrizio  wrote:

> Hello everyone.
> I intalled 4 node with hosted engine, everything works fine exept the
> dashboard. it doesn't collect any data and is always empty of information.
> searching around I found out that the problem could be the dwh service,
> inside the log there is an error:
>
> ## log file
> 2020-02-19 17:46:14|ETL Service Started
> ovirtEngineDbDriverClass|org.postgresql.Driver
>
> ovirtEngineHistoryDbJdbcConnection|jdbc:postgresql://localhost:5432/ovirt_engine_history?sslfactory=org.postgresql.ssl.NonValidatingFactory
> hoursToKeepDaily|0
> hoursToKeepHourly|720
> ovirtEngineDbPassword|**
> runDeleteTime|3
>
> ovirtEngineDbJdbcConnection|jdbc:postgresql://localhost:5432/engine?sslfactory=org.postgresql.ssl.NonValidatingFactory
> runInterleave|60
> limitRows|limit 1000
> ovirtEngineHistoryDbUser|ovirt_engine_history
> ovirtEngineDbUser|engine
> deleteIncrement|10
> timeBetweenErrorEvents|30
> hoursToKeepSamples|24
> deleteMultiplier|1000
> lastErrorSent|2011-07-03 12:46:47.00
> etlVersion|4.3.8
> dwhAggregationDebug|false
> dwhUuid|5c4ffc1b-928f-4d06-a40f-bb34ba11c7f2
> ovirtEngineHistoryDbDriverClass|org.postgresql.Driver
> ovirtEngineHistoryDbPassword|**
> Exception in component tJDBCInput_2
> org.postgresql.util.PSQLException: Bad value for type short : 201905
> at
> org.postgresql.jdbc2.AbstractJdbc2ResultSet.getShort(AbstractJdbc2ResultSet.java:2098)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.tJDBCInput_2Process(OsEnumUpdate.java:2354)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.tRowGenerator_1Process(OsEnumUpdate.java:1921)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.tJDBCInput_4Process(OsEnumUpdate.java:1376)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.tJDBCConnection_1Process(OsEnumUpdate.java:873)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.tJDBCConnection_2Process(OsEnumUpdate.java:736)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.runJobInTOS(OsEnumUpdate.java:4396)
> at
> ovirt_engine_dwh.osenumupdate_4_3.OsEnumUpdate.runJob(OsEnumUpdate.java:4099)
> at
> ovirt_engine_dwh.samplerunjobs_4_3.SampleRunJobs.tRunJob_4Process(SampleRunJobs.java:947)
> at
> ovirt_engine_dwh.samplerunjobs_4_3.SampleRunJobs.tJDBCConnection_2Process(SampleRunJobs.java:767)
> at
> ovirt_engine_dwh.samplerunjobs_4_3.SampleRunJobs.tJDBCConnection_1Process(SampleRunJobs.java:642)
> at
> ovirt_engine_dwh.samplerunjobs_4_3.SampleRunJobs$2.run(SampleRunJobs.java:2683)
>
> ## SERVICE STATUS
> ● ovirt-engine-dwhd.service - oVirt Engine Data Warehouse
>Loaded: loaded (/usr/lib/systemd/system/ovirt-engine-dwhd.service;
> enabled; vendor preset: disabled)
>Active: active (running) since Wed 2020-02-19 17:46:14 CET; 16h ago
>  Main PID: 6425 (ovirt-engine-dw)
>CGroup: /system.slice/ovirt-engine-dwhd.service
>├─6425 /usr/bin/python
> /usr/share/ovirt-engine-dwh/services/ovirt-engine-dwhd/ovirt-engine-dwhd.py
> --redirect-output --systemd=notify start
>└─6512 ovirt-engine-dwhd
> -Dorg.ovirt.engine.dwh.settings=/tmp/tmparNn_x/settings.properties -Xms1g
> -Xmx1g -classpath
> /usr/share/ovirt-engine-dwh/lib/*::/usr/share/java/dom4j.jar:/usr/share/java/apache-commons-collections.jar:/usr/share/java/postgresql-jdbc.jar
> ovirt_engine_dwh.historyetl_4_3.HistoryETL --context=Default
>
> Feb 19 17:46:14 engine.ovirt.local systemd[1]: Starting oVirt Engine Data
> Warehouse...
> Feb 19 17:46:14 engine.ovirt.local systemd[1]: Started oVirt Engine Data
> Warehouse.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XNHHCEVYDPBVJM7ZYJ6X3L7UUQ3P5I7M/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I5AXSJ5POQEXAEMS7NSWU7PTVQI7XSWR/


[ovirt-users] Re: Administrative portal host creation installaFailed

2020-02-12 Thread Ritesh Chikatwar
Hello Krisibo,

I think you have not generated an RSA key pay
 refer this and try again adding as host
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-ssh-configuration-keypairs

Rit.

On Tue, Feb 11, 2020 at 10:42 PM  wrote:

> Hello,
> I am a student and as a school project i have to make virtual environment
> using oVirt.I am still confused how exactly oVirt is working i just
> installed its engine with the default settings that are recomended in the
> guide and i am trying ot make a new host with the default data center and
> cluster. The host is created but it is staying in installFailed mode.
> http://prntscr.com/r0u2eo
> I am using the ip address of the device (It is headless server) that has
> the oVirt-engine. I already checked if the virtualization is enabled in the
> bios because i thought it might be the problem.
> When i checked the engine.log file for test1(it is the name of the host i
> am trying to make) i got this:
>
>
> 2020-02-11 11:21:29,582-05 ERROR
> [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (default task-5)
> [602685d9-6eb3-415f-b705-f94a76b1f77a] Failed to authenticate session with
> host 'test1': SSH authentication to 'root@192.168.66.1' failed. Please
> verify provided credentials. Make sure host is configured for password
> authentication
> 2020-02-11 11:22:10,555-05 INFO
> [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (default task-5)
> [2919924c] START, RemoveVdsVDSCommand(HostName = test1,
> RemoveVdsVDSCommandParameters:{hostId='6b9ba2e2-f16d-45e3-b44e-ff0eaac6c8ec'}),
> log id: 32419129
> 2020-02-11 11:22:10,562-05 INFO
> [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (default task-5)
> [2919924c] START, AddVdsVDSCommand(HostName = test1,
> AddVdsVDSCommandParameters:{hostId='6b9ba2e2-f16d-45e3-b44e-ff0eaac6c8ec'}),
> log id: 2697f96
> 2020-02-11 11:22:10,602-05 WARN
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-5) [2919924c] EVENT_ID:
> VDS_ALERT_FENCE_IS_NOT_CONFIGURED(9,000), Failed to verify Power Management
> configuration for Host test1.
> 2020-02-11 11:22:10,652-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-5) [2919924c] EVENT_ID: USER_ADD_VDS(42), Host test1 was
> added by admin@internal-authz.
> 2020-02-11 11:22:10,722-05 INFO
> [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
> (EE-ManagedThreadFactory-engine-Thread-29889) [1de230f5] Before
> Installation host 6b9ba2e2-f16d-45e3-b44e-ff0eaac6c8ec, test1
> 2020-02-11 11:22:10,785-05 INFO
> [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
> (EE-ManagedThreadFactory-engine-Thread-29889) [1de230f5] START,
> SetVdsStatusVDSCommand(HostName = test1,
> SetVdsStatusVDSCommandParameters:{hostId='6b9ba2e2-f16d-45e3-b44e-ff0eaac6c8ec',
> status='Installing', nonOperationalReason='NONE',
> stopSpmFailureLogged='false', maintenanceReason='null'}), log id: 2a396f44
> 2020-02-11 11:22:10,877-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-29889) [1de230f5] EVENT_ID:
> VDS_INSTALL_IN_PROGRESS(509), Installing Host test1. Connected to host
> 192.168.66.76 with SSH key fingerprint:
> SHA256:UPDIq/SAKblGbU7sQ/vAkOiMraW0fmwi/kJ0mX0yanM.
> 2020-02-11 11:22:12,644-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Stage: Initializing.
> 2020-02-11 11:22:12,776-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Stage: Environment setup.
> 2020-02-11 11:22:13,436-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Stage: Environment packages setup.
> 2020-02-11 11:22:28,470-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Stage: Programs detection.
> 2020-02-11 11:22:28,504-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Stage: Environment customization.
> 2020-02-11 11:22:31,715-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Kdump supported.
> 2020-02-11 11:22:32,182-05 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (VdsDeploy) [1de230f5] EVENT_ID: VDS_INSTALL_IN_PROGRESS(509), Installing
> Host test1. Logs at host located at:
> '/tmp/ovirt-host-deploy-2020022211-a6mgfh.log'.
> 2020-02-11 11:22:32,303-05 WARN
> 

[ovirt-users] Re: Failed to add vm as host (CPU_TYPE_UNSUPPORTED_IN_THIS_CLUSTER_VERSION)

2020-02-10 Thread Ritesh Chikatwar
i ran cat /proc/cpuinfo this on vm

https://pastebin.com/gcFceysR

On Mon, Feb 10, 2020 at 2:27 PM Erick Perez - Quadrian Enterprises <
epe...@quadrianweb.com> wrote:

> Please check this bug report.
> Are you running an unsupported CPU? Can you post /proc/cpuinfo
>  https://bugzilla.redhat.com/show_bug.cgi?id=1670152
>
> On Mon, Feb 10, 2020 at 3:18 AM Ritesh Chikatwar 
> wrote:
>
>> Hello,
>>
>> error is Host host moved to Non-Operational state as host CPU type is not
>> supported in this cluster compatibility version or is not supported at all.
>>
>> Vm is running centos 8:
>> enabled nested virtualization by this way:
>> cat /sys/module/kvm_intel/parameters/nested
>>   vi /etc/modprobe.d/kvm-nested.conf
>>   ---> Contains
>>   options kvm-intel nested=1
>>   options kvm-intel enable_shadow_vmcs=1
>>   options kvm-intel enable_apicv=1
>>   options kvm-intel ept=1
>>   modprobe -r kvm_intel
>>   modprobe -a kvm_intel
>>   cat /sys/module/kvm_intel/parameters/nested
>> --> 1
>>
>> Engine Log:
>> https://pastebin.com/hgrwzRhE
>>
>> Ovirt-engine Cluster Version is 4.4
>> I am running ovirt engine on fedora 30.
>> Cluster CPU Type Intel Nehlam Family.
>>
>> Any thoughts will be appreciated.
>>
>> Rit
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5GDFN7ESHHDBCA6CAAXWM4NMSNEAS7EO/
>>
>
>
> --
>
> -
> Erick Perez
> Quadrian Enterprises S.A. - Panama, Republica de Panama
> Skype chat: eaperezh
> WhatsApp IM: +507-6675-5083
> -
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/F2JHA3AN46D4IP4NQQCG5RFXBTGB3UUD/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HAEYSQU2DU5K7ZTRG7K5PV2PCL4FYF3D/


[ovirt-users] Failed to add vm as host (CPU_TYPE_UNSUPPORTED_IN_THIS_CLUSTER_VERSION)

2020-02-10 Thread Ritesh Chikatwar
Hello,

error is Host host moved to Non-Operational state as host CPU type is not
supported in this cluster compatibility version or is not supported at all.

Vm is running centos 8:
enabled nested virtualization by this way:
cat /sys/module/kvm_intel/parameters/nested
  vi /etc/modprobe.d/kvm-nested.conf
  ---> Contains
  options kvm-intel nested=1
  options kvm-intel enable_shadow_vmcs=1
  options kvm-intel enable_apicv=1
  options kvm-intel ept=1
  modprobe -r kvm_intel
  modprobe -a kvm_intel
  cat /sys/module/kvm_intel/parameters/nested
--> 1

Engine Log:
https://pastebin.com/hgrwzRhE

Ovirt-engine Cluster Version is 4.4
I am running ovirt engine on fedora 30.
Cluster CPU Type Intel Nehlam Family.

Any thoughts will be appreciated.

Rit
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5GDFN7ESHHDBCA6CAAXWM4NMSNEAS7EO/


[ovirt-users] Re: Single-Host Hyperconverged set-up not showing gluster volumes

2020-02-05 Thread Ritesh Chikatwar
Try restarting gluster service systemctl restart glusterd

On Wed, Feb 5, 2020, 4:53 PM Guillaume Pavese <
guillaume.pav...@interactiv-group.com> wrote:

> It was not, but since checking that checkbox, the host report the
> following errors :
>
> Could not find Gluster UUID of the server.
> Gluster status is disconnected for this host.
> Restart Glusterd service
>
>
> And in Events:
>
> VDSM ps-inf-prd-kvm-fr-101.hostics.fr command GetGlusterHostUUIDVDS
> failed: The method does not exist or is not available: {'method':
> u'GlusterHost.uuid'}
> Could not find gluster uuid of server ps-inf-prd-kvm-fr-101.hostics.fr on
> Cluster CLUSTER_FR1.
> VDSM ps-inf-prd-kvm-fr-101.hostics.fr command ManageGlusterServiceVDS
> failed: The method does not exist or is not available: {'method':
> u'GlusterService.action'}
> Failed to autorecover Host ps-inf-prd-kvm-fr-101.hostics.fr.
> Could not find gluster uuid of server ps-inf-prd-kvm-fr-101.hostics.fr on
> Cluster CLUSTER_FR1.
>
> Guillaume Pavese
> Ingénieur Système et Réseau
> Interactiv-Group
>
>
> On Wed, Feb 5, 2020 at 8:13 PM Ritesh Chikatwar 
> wrote:
>
>> Sorry.
>> Compute -> Cluster -> edit cluster and See Enable Gluster service
>> checkbox value.
>>
>> On Wed, Feb 5, 2020 at 4:41 PM Ritesh Chikatwar 
>> wrote:
>>
>>> Check gluster service is enable or not. Compute -> Cluster -> See Enable
>>> Gluster service checkbox value.
>>>
>>> On Wed, Feb 5, 2020 at 4:08 PM Guillaume Pavese <
>>> guillaume.pav...@interactiv-group.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I setup a new oVirt hosted engine instance on a mono-server DC/Cluster;
>>>> I deployed gluster on the Hypervisor with cockpit and then the hosted
>>>> engine with hosted-engine --deploy
>>>>
>>>> It seems to be working, but IO perfs are not good (10MB/s) on a 4x SAS
>>>> disks raid5.
>>>>
>>>> So I wanted to check if the optimize for virt-store settings had been
>>>> applied (I remember that there used to be a bug for  at least most of 
>>>> 4.2.x)
>>>> However, event if I see the data domains in "Storage >> Storage
>>>> Domains" and in
>>>> "Storage >> Data Centers", "Storage >> Volumes" is empty.
>>>>
>>>> Is that normal? Any idea if there is anything to do to see the gluster
>>>> volumes there and manage theirs options?
>>>>
>>>> Best,
>>>>
>>>> Guillaume Pavese
>>>> Ingénieur Système et Réseau
>>>> Interactiv-Group
>>>>
>>>> Ce message et toutes les pièces jointes (ci-après le “message”) sont
>>>> établis à l’intention exclusive de ses destinataires et sont confidentiels.
>>>> Si vous recevez ce message par erreur, merci de le détruire et d’en avertir
>>>> immédiatement l’expéditeur. Toute utilisation de ce message non conforme a
>>>> sa destination, toute diffusion ou toute publication, totale ou partielle,
>>>> est interdite, sauf autorisation expresse. L’internet ne permettant pas
>>>> d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales)
>>>> décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse
>>>> ou il aurait été modifié. IT, ES, UK.
>>>> <https://interactiv-group.com/disclaimer.html>
>>>> ___
>>>> Users mailing list -- users@ovirt.org
>>>> To unsubscribe send an email to users-le...@ovirt.org
>>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>>> oVirt Code of Conduct:
>>>> https://www.ovirt.org/community/about/community-guidelines/
>>>> List Archives:
>>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/V5265TR4ATWVBT6ZRLPLH57CD473RIZR/
>>>>
>>>
> Ce message et toutes les pièces jointes (ci-après le “message”) sont
> établis à l’intention exclusive de ses destinataires et sont confidentiels.
> Si vous recevez ce message par erreur, merci de le détruire et d’en avertir
> immédiatement l’expéditeur. Toute utilisation de ce message non conforme a
> sa destination, toute diffusion ou toute publication, totale ou partielle,
> est interdite, sauf autorisation expresse. L’internet ne permettant pas
> d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales)
> décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse
> ou il aurait été modifié. IT, ES, UK.
> <https://interactiv-group.com/disclaimer.html>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VVCF6TQPRODEJBEYYG2USR2KJ52MOYH6/


[ovirt-users] Re: Single-Host Hyperconverged set-up not showing gluster volumes

2020-02-05 Thread Ritesh Chikatwar
Sorry.
Compute -> Cluster -> edit cluster and See Enable Gluster service checkbox
value.

On Wed, Feb 5, 2020 at 4:41 PM Ritesh Chikatwar  wrote:

> Check gluster service is enable or not. Compute -> Cluster -> See Enable
> Gluster service checkbox value.
>
> On Wed, Feb 5, 2020 at 4:08 PM Guillaume Pavese <
> guillaume.pav...@interactiv-group.com> wrote:
>
>> Hi,
>>
>> I setup a new oVirt hosted engine instance on a mono-server DC/Cluster;
>> I deployed gluster on the Hypervisor with cockpit and then the hosted
>> engine with hosted-engine --deploy
>>
>> It seems to be working, but IO perfs are not good (10MB/s) on a 4x SAS
>> disks raid5.
>>
>> So I wanted to check if the optimize for virt-store settings had been
>> applied (I remember that there used to be a bug for  at least most of 4.2.x)
>> However, event if I see the data domains in "Storage >> Storage Domains"
>> and in
>> "Storage >> Data Centers", "Storage >> Volumes" is empty.
>>
>> Is that normal? Any idea if there is anything to do to see the gluster
>> volumes there and manage theirs options?
>>
>> Best,
>>
>> Guillaume Pavese
>> Ingénieur Système et Réseau
>> Interactiv-Group
>>
>> Ce message et toutes les pièces jointes (ci-après le “message”) sont
>> établis à l’intention exclusive de ses destinataires et sont confidentiels.
>> Si vous recevez ce message par erreur, merci de le détruire et d’en avertir
>> immédiatement l’expéditeur. Toute utilisation de ce message non conforme a
>> sa destination, toute diffusion ou toute publication, totale ou partielle,
>> est interdite, sauf autorisation expresse. L’internet ne permettant pas
>> d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales)
>> décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse
>> ou il aurait été modifié. IT, ES, UK.
>> <https://interactiv-group.com/disclaimer.html>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/V5265TR4ATWVBT6ZRLPLH57CD473RIZR/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JW2INWJF5KMO5BNMW6T2ZXK2SFUWF7RX/


[ovirt-users] Re: Single-Host Hyperconverged set-up not showing gluster volumes

2020-02-05 Thread Ritesh Chikatwar
Check gluster service is enable or not. Compute -> Cluster -> See Enable
Gluster service checkbox value.

On Wed, Feb 5, 2020 at 4:08 PM Guillaume Pavese <
guillaume.pav...@interactiv-group.com> wrote:

> Hi,
>
> I setup a new oVirt hosted engine instance on a mono-server DC/Cluster;
> I deployed gluster on the Hypervisor with cockpit and then the hosted
> engine with hosted-engine --deploy
>
> It seems to be working, but IO perfs are not good (10MB/s) on a 4x SAS
> disks raid5.
>
> So I wanted to check if the optimize for virt-store settings had been
> applied (I remember that there used to be a bug for  at least most of 4.2.x)
> However, event if I see the data domains in "Storage >> Storage Domains"
> and in
> "Storage >> Data Centers", "Storage >> Volumes" is empty.
>
> Is that normal? Any idea if there is anything to do to see the gluster
> volumes there and manage theirs options?
>
> Best,
>
> Guillaume Pavese
> Ingénieur Système et Réseau
> Interactiv-Group
>
> Ce message et toutes les pièces jointes (ci-après le “message”) sont
> établis à l’intention exclusive de ses destinataires et sont confidentiels.
> Si vous recevez ce message par erreur, merci de le détruire et d’en avertir
> immédiatement l’expéditeur. Toute utilisation de ce message non conforme a
> sa destination, toute diffusion ou toute publication, totale ou partielle,
> est interdite, sauf autorisation expresse. L’internet ne permettant pas
> d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales)
> décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse
> ou il aurait été modifié. IT, ES, UK.
> 
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/V5265TR4ATWVBT6ZRLPLH57CD473RIZR/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WEBQSHFNP65QSDMEFYTXKSXKV6YGF2RG/