[ovirt-users] Creating disks works for XML (sort of) but not JSON

2024-03-20 Thread itsavant
https://ovirt.github.io/ovirt-engine-api-model/4.5/#services/disks POST /ovirt-engine/api/disks mydisk 1048576 cow First off as a field is ridiculous because there is no JSON equivalent I can determine. Next Why is this a good XML structure? MyStorageDomainName But this

[ovirt-users] Re: Create Vm without Storage Domain

2024-03-20 Thread Nir Soffer
On Wed, Mar 20, 2024 at 12:06 PM Shafi Mohammed wrote: > Hi Guys , > > Thanks for the Info . > > I am trying to migrate my data from local to Storage domain . But it > requires twice the effort in terms of space and time to copy the data to > the local file system and then upload the disk to it

[ovirt-users] Re: [External] : Create Vm without Storage Domain

2024-03-20 Thread Marcos Sungaila
Hi Shafi, A Storage Domain in oVirt is like a Storage Pool in a stand-alone KVM host. To create a virtual disk on a stand-alone KVM host, a storage pool must exist where you create the virtual disk. The same for oVirt, to upload or to create a virtual disk, a Storage Domain must exist. After

[ovirt-users] Re: Create Vm without Storage Domain

2024-03-20 Thread Shafi Mohammed
Hi Guys , Thanks for the Info . I am trying to migrate my data from local to Storage domain . But it requires twice the effort in terms of space and time to copy the data to the local file system and then upload the disk to it . I created a storage domain and tried to expose it to the NBD

[ovirt-users] Re: Create Vm without Storage Domain

2024-03-20 Thread Nathanaël Blanchet via Users
Le mercredi 20 mars 2024 à 12:19 +0530, Shafi Mohammed a écrit : > Hi Team , Hi > > I am new to Ovirt and  have been using KVM off late . I use libvirt > (virt or virsh commands) to create and manage Vms . Welcome to oVirt community > > I have a pretty basic doubt in OVirt . I was trying to

[ovirt-users] Default login Ovirt 4.5.5 node webconsole

2024-03-20 Thread wim
Hello, I have been trying to install Ovirt 4.5.5 for the very first time but I have been struggling. I install Ovirt using the documentation on the website: https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/index.html. When I install my first

[ovirt-users] oVirt hosts mounting old storage domain even though it's not listed in the engine

2024-03-20 Thread stanleym
We have an oVirt cluster with multiple hosts that continues to mount an old storage domain we used for ISO images. The engine does not show this old storage domain and I've even looked at the engine sql database and not found this old storage domain. Manually unmounting the ISO storage domain

[ovirt-users] Re: virt-v2v cannot authenticate with oVirt engine API with OAuth2

2024-03-20 Thread randy . cunningham
Similarly to you, I ran into this problem with virt-v2v 1.42 using OLVM 4.5.4-1.0.29.el8. On submitting a request to Oracle via SR, they referred me to this: OLVM: How to Revert from Keycloak to AAA (Doc ID 263.1) So, there is a way to back out the KeyCloak oAuth 2.0 implementation and

[ovirt-users] Create Vm without Storage Domain

2024-03-20 Thread Shafi Mohammed
Hi Team , I am new to Ovirt and have been using KVM off late . I use libvirt (virt or virsh commands) to create and manage Vms . I have a pretty basic doubt in OVirt . I was trying to migrate a VM from my KVM host .I copied my .qcow2 virtual disk to the ovirt host. I am able to create a Vm