[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 upl

[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 server

[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 migra