[ovirt-users] Re: is disk reduce command while VM is active after snapshot deletion save?

2021-11-03 Thread christian . peater
thnx for the quick answer. the two disk volumes i have reduced are active. the response of the curl command is saying complete. i have set async to false to get a response from the rest api. when i called lvdisplay on the image_id of the volumes i was able to see that the images got shrank.

[ovirt-users] is disk reduce command while VM is active after snapshot deletion save?

2021-11-03 Thread christian . peater
When creating a snapshot, the volume gets two lv extents (2GB) . But after deleting the snapshot, the extents are kept and with every Snapshot creation the volume size increases. This is really annoying, especially when using snapshot for nightly backup. we are using oVirt 4.3.10 and we can't

[ovirt-users] Re: Snapshot and disk size allocation

2021-10-28 Thread christian . peater
Hello, is there any progress in this problem? I have tried to reduce a bloated volume by trigger the reduce command over rest api. I am using ovirt 4.3.10, but i get no response, and the volume keeps bloated anyway. I'm getting frustrated, because i am using a backupscript which creates a

[ovirt-users] Storage Domain with SAN LUN - Discard is not supported by underlying storage

2021-10-27 Thread christian . peater
I try to create a new block based storage domain with fibre channel luns, but i can't activate the "discard after delete" check. SAN is a HPE 3PAR, is there any option I have to take in the SAN? screenshot: https://diphoton.de/owncloud/index.php/s/ipLgGgZj38gizIv any ideas?

[ovirt-users] Re: REST API import VM from Export Domain

2021-09-17 Thread christian . peater
yeah, you're absolutly right. now it works, how it schould do :) ___ 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:

[ovirt-users] Re: REST API import VM from Export Domain

2021-09-15 Thread christian . peater
i've put all in a rest client to check the syntax and how the request looks, now i got this response: access_denied: Cannot authenticate user 'admin@intern': No valid profile found in credentials.. :( ___ Users mailing list -- users@ovirt.org To

[ovirt-users] REST API import VM from Export Domain

2021-09-14 Thread christian . peater
i'm using OLVM 4.3.10 oVirt and i'm trying to import a VM from the Export Storage Domain with the REST API. curl command is: curl \ -X POST \ --header "Version:4" \ --header "Accept:application/xml" \ --header "Content-type:application/xml" \ --user $_OLVM_USERNAME:$_OLVM_PASSWORD \ --data '