Error: Adding new Host to ovirt-engine
by Ahmad Khiet
Hi,
Can't add new host to ovirt engine, because the following error:
2019-06-12 12:23:09,664 p=4134 u=engine | TASK [ovirt-host-deploy-facts :
Set facts] *************************************
2019-06-12 12:23:09,684 p=4134 u=engine | ok: [10.35.1.17] => {
"ansible_facts": {
"ansible_python_interpreter": "/usr/bin/python2",
"host_deploy_vdsm_version": "4.40.0"
},
"changed": false
}
2019-06-12 12:23:09,697 p=4134 u=engine | TASK [ovirt-provider-ovn-driver
: Install ovs] *********************************
2019-06-12 12:23:09,726 p=4134 u=engine | fatal: [10.35.1.17]: FAILED! =>
{}
MSG:
The conditional check 'cluster_switch == "ovs" or (ovn_central is defined
and ovn_central | ipaddr and ovn_engine_cluster_version is
version_compare('4.2', '>='))' failed. The error was: The ipaddr filter
requires python's netaddr be installed on the ansible controller
The error appears to be in
'/home/engine/apps/engine/share/ovirt-engine/playbooks/roles/ovirt-provider-ovn-driver/tasks/configure.yml':
line 3, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- block:
- name: Install ovs
^ here
2019-06-12 12:23:09,728 p=4134 u=engine | PLAY RECAP
*********************************************************************
2019-06-12 12:23:09,728 p=4134 u=engine | 10.35.1.17 :
ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0
ignored=0
whats missing!?
Thanks
--
Ahmad Khiet
Red Hat <https://www.redhat.com/>
akhiet(a)redhat.com
M: +972-54-6225629
<https://red.ht/sig>
2 weeks, 4 days
IO threads versus number of diske mapped to VM
by Jacob M. Nielsen
Hi List
I have trouble to find information regarding how to performance tune my IO on my VM.
We see bad performance max 30 MB/s from the VM to the storage (Posix mounted file system)
We have tested the filesystems locally from the Ovirt host , and we can easy get +500MB/s
Found a parameter
<io>
<threads>2</threads>
</io>
I can't find recommended configuration regarding this parameter.
My question is which value is should use for this , when having 60 high performance disks mapped to my VM
Somebody any answers
tnx
1 month
Ovirt 4.5.0 Support (End of Life Date)
by masood.ahmed@digital.mod.uk
Hi,
I am working on a project and we would like to utilise (oVirt 4.5.) as the platform for our enterprise infrastructure.
We have arrived at this juncture because of a range of considerations related to hardware and software availability and compatibility.
My question is if there is on-going vendor \ professional support for oVirt moving forward, as one of my colleagues spoke with Red Hat, who stated they are going to end their support for the product.
we will not gain security accreditation for our project unless we have professional support available, community support only is not sufficient,
Any ideas of firms available for a support contract for oVirt 4.5.0?
thanks
1 month, 2 weeks
Ovirt 4.5.0 Support (End of Life Date)
by masood.ahmed@digital.mod.uk
Hi,
I am working on a project and we would like to utilise (oVirt 4.5.) as the platform for our enterprise infrastructure.
We have arrived at this juncture because of a range of considerations related to hardware and software availability and compatibility.
My question is if there is on-going vendor \ professional support for oVirt moving forward, as one of my colleagues spoke with Red Hat, who stated they are going to end their support for the product.
we will not gain security accreditation for our project unless we have professional support available, community support only is not sufficient,
Any ideas of firms available for a support contract for oVirt 4.5.0?
thanks
1 month, 2 weeks
for what is this used for?
by kleinbosse@gmail.com
apparently it seems to break the upgrade of my engine to a newer version. any way to avoid this or where to fix it ? it appears, when the local external engine is deployed and tries to install the "new" host.
Ty
2023-04-05 17:05:43,900+0200 ERROR (jsonrpc/4) [virt.vm] (vmId='299663c2-fca2-4394-b334-b639612eb4b8') Operation failed (vm:5605)
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/vdsm/virt/vm.py", line 5570, in setCpuTuneQuota
self._dom.setSchedulerParameters({'vcpu_quota': int(quota)})
File "/usr/lib/python3.9/site-packages/vdsm/virt/virdomain.py", line 104, in f
ret = attr(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/vdsm/common/libvirtconnection.py", line 114, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/vdsm/common/function.py", line 78, in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python3.9/site-packages/libvirt.py", line 2852, in setSchedulerParameters
raise libvirtError('virDomainSetSchedulerParameters() failed')
libvirt.libvirtError: Invalid value '-1' for 'cpu.max': Invalid argument
1 month, 3 weeks
Support for ARM 64
by shubha.kulkarni@oracle.com
Hello,
I am trying to understand support for ARM architecture in OVirt.
I came across this oVirt doc https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_mana.... It mentions ‘The oVirt project also provides packages for the 64-bit ARM architecture (ARM 64) but only as a Technology Preview.’
So I am wondering where I can find the packages and document/steps to install oVirt on aarh64 architecture.
Also, I looked at upstream oVirt engine source code and saw no reference to ARM CPU types. So I am wondering if the engine running on x86 system supports adding ARM 64 host.
Thanks,
Shubha
1 month, 3 weeks
for what is this used for?
by kleinbosse@gmail.com
apparently it seems to break the upgrade of my engine to a newer version. any way to avoid this or where to fix it ? it appears, when the local external engine is deployed and tries to install the "new" host.
Ty
2023-04-05 17:05:43,900+0200 ERROR (jsonrpc/4) [virt.vm] (vmId='299663c2-fca2-4394-b334-b639612eb4b8') Operation failed (vm:5605)
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/vdsm/virt/vm.py", line 5570, in setCpuTuneQuota
self._dom.setSchedulerParameters({'vcpu_quota': int(quota)})
File "/usr/lib/python3.9/site-packages/vdsm/virt/virdomain.py", line 104, in f
ret = attr(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/vdsm/common/libvirtconnection.py", line 114, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/vdsm/common/function.py", line 78, in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python3.9/site-packages/libvirt.py", line 2852, in setSchedulerParameters
raise libvirtError('virDomainSetSchedulerParameters() failed')
libvirt.libvirtError: Invalid value '-1' for 'cpu.max': Invalid argument
2 months
Support for ARM 64
by Shubha Kulkarni
Hello,
I am trying to understand support for ARM architecture in OVirt.
I came across this oVirt doc https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_mana.... It mentions 'The oVirt project also provides packages for the 64-bit ARM architecture (ARM 64) but only as a Technology Preview.'
So I am wondering where can find the packages and document/steps to install oVirt on aarh64 architecture.
Also I looked at upstream oVirt engine source code and did not see any reference to ARM CPU types. So I am wondering if engine running on x86 system supports adding ARM 64 host.
Thanks,
Shubha
2 months