Questions tagged [ovirt]
12 questions
4
votes
1 answer
KVM to Ovirt VM migration
I installed ovirt on a machine that was already hosting KVM virtual machines. I am now trying to migrate those VMs over to RHEV format, but I am receiving SASL authentication errors using virt-v2v.
I am not being prompted for credentials upon…
midnightsteel
- 822
- 6
- 10
2
votes
1 answer
Public key problem when installing ovirt on aws
I started an instance on AWS with centos 6.4. I ran the following two commands:
$ yum localinstall http://resources.ovirt.org/releases/ovirt-release.noarch.rpm
$ yum -y install ovirt-engine
I got the following messages:
warning: rpmts_HdrFromFdno:…
Steve
- 23
- 1
- 3
1
vote
1 answer
Is there an immutable KVM host OS?
My homelab environment is primarily git repo->puppet apply->centos7 hardware running kvm or guests. Simple tooling but it works.
I'm doing a lot more terraform at work these days and have been thinking about refreshing my homelab with an…
alan laird
- 13
- 3
1
vote
0 answers
I want to assign a specific VM permission to Ovirt users based on the VM tag
I have a group of VMs with certain tag. I would like for users (that all belong to a group) to have the UserVmManager permission for those VMs.
From what I've found, Red Hat documentation isn't particularly clear on how to do this.
Does anyone know…
Rob
- 11
- 2
1
vote
1 answer
Collecting the statistics of disk usage using oVirt
I used the REST-API to collect the statistics of a Virtual Disk using oVirt REST API and I got the following response,
https://1.1.1.1/ovirt-engine/api/disks/b14da816-37e3-46d7-8617-2e42e52db996/statistics/
Response to this API,
{
"statistic":…
Harry
- 191
- 1
- 2
- 10
1
vote
2 answers
In RHEV-M/oVirt, how do I find the VM associated with a particular MAC-address
I'm trying to use the manager to find a VM associated with a particular MAC-address. I'm using the search-bar in the WUI. The RHEV-M guide and oVirt CLI examples get me only so far. In the search bar, I try VMS: vnic.network_name = X* and I get all…
Otheus
- 5,945
- 1
- 22
- 53
0
votes
2 answers
Can I run win 10 on oVirt Host as desktop?
I am trying to understand if I can install win 10 VM on oVirt host/node and then use that PC as my win 10 desktop? running the win 10 VM?
Thanks.
rajeev
- 225
- 2
- 13
0
votes
1 answer
python Ovirtsdk api, how to start a vm in paued mode
I am trying to start a vm in paused mode, but running into issues. I'm able to connect to the API and start vms normally, but I cannot seem to get the params part right for staring paused.
In this example, vm is the virtual machine object obtained…
Jonathan
- 21
- 3
0
votes
1 answer
oVirt Kernel Panic on CD-Rom (ISO) boot
I'm having a really weird issue with oVirt. I download ISOs, and they'll work for about ~3 boots, and then they just start kernel panic'ing out of nowhere. The error is as follows:
Kernel panic - not syncing: No init found. Try passing init= option…
Eamonn Nugent
- 31
- 3
0
votes
1 answer
What are the components of ovirt api for creating the VM
I am using the oVirt API, I am checking into the ovirt documentation,
It has the following as payload,
myvm
Blank
mycluster
1) What is…
Harry
- 191
- 1
- 2
- 10
0
votes
1 answer
In RHEV-M/oVirt, how do I find a list of searchable attributes / properties?
I cannot find any documentation pertaining to the list of searchable properties of objects (VMs, Hosts, etc) within oVirt / RHEV-M? There is no documentation on this, either in RHEV or oVirt sites (via Google). Can someone provide a list of such…
Otheus
- 5,945
- 1
- 22
- 53
0
votes
1 answer
How to get pass a localisation issue when setting up a maven project?
I'm trying to install ovirt on my mint laptop.
Installing oVirt on a debian distribution is expirimental and there is little knowledge about troubleshooting on the web.
However, I have found the source of my issue, I'm just not sure how to fix…
Tom Klino
- 832
- 4
- 13
- 25