[ovirt-users] How are statistics collected for disk and network?

2022-11-25 Thread Murilo Morais
Good afternoon everyone.

Is there any way to collect disk and network statistics from VMs without
needing to install qemu-guest-agent? From what I noticed, this data only
appears in Grafana after installing this package on each VM, is that really
the case? Is there no way to collect this data without the need for the
package? At least for the network interface I can see the traffic of the VM
interface, but this data is not shown in Grafana.

Thanks in advance!
___
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/5MQD5A4EZO5NSWPP6SAJDJDGKPMBEIO5/


[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: Is it possible to auto-start VMs on single LocalStorage host without the engine?

2022-11-25 Thread Vinícius Ferrão via Users
It’s not recommended but you can put hard coded entries on /etc/hosts.

It used to work in the past (4 years ago), but I never relied on this recently.

> On 25 Nov 2022, at 07:51, ernest.beinr...@axonpro.sk wrote:
> 
> I currently use KVM/virsh for my DNS. I would like it to ovirt, but I need 
> DNS started for the engine to work. So I need to start the DNS vm before the 
> engine. Is that possible with ovirt? I was thinking I could use the same 
> mechanism as hosted engine, as that would autostart.
> 
> In my current KVM setup I needed only to symlink /etc/libvirtd/qemu/dns.xml 
> to /etc/libvirtd/qemu/autostart/ to get it to run. 
> ___
> 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/JPREYFWDOYKCPIBL75QGSHCNNS333KMJ/

___
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/YEBPMSLQZVKIZUO5UKXW2MKHL7SJBBMC/


[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] Is it possible to auto-start VMs on single LocalStorage host without the engine?

2022-11-25 Thread ernest . beinrohr
I currently use KVM/virsh for my DNS. I would like it to ovirt, but I need DNS 
started for the engine to work. So I need to start the DNS vm before the 
engine. Is that possible with ovirt? I was thinking I could use the same 
mechanism as hosted engine, as that would autostart.

In my current KVM setup I needed only to symlink /etc/libvirtd/qemu/dns.xml to 
/etc/libvirtd/qemu/autostart/ to get it to run. 
___
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/JPREYFWDOYKCPIBL75QGSHCNNS333KMJ/