[ovirt-users] Re: Issue with disk import and disk upload - ovirt 4.5.2

2022-10-04 Thread P F
I am having the same problem (or very similar).
I opened a Git issue here;
https://github.com/oVirt/ovirt-engine/issues/696
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FRHOYANOSI2D64LS5LB34HQR3UOB5WWC/


[ovirt-users] Re: Issue with disk import and disk upload - ovirt 4.5.2

2022-10-04 Thread Nir Soffer
On Mon, Oct 3, 2022 at 4:11 PM Proniakin Marcin 
wrote:

>
> Hello,
>
>
> After upgrading ovirt to version 4.5.2, I've experienced issue with using
> import function in import disk window in storage domain after attaching it
> to data center. Logs in the attachment (#1).
>
>
> Second issue is with uploading disks from storage domain window.
>
> Using example from attachment (#2):
>
> When choosing to upload disk to domain portal-1 from upload function in
> the storage domain disk window, ovirt chooses wrong data-center dev-1
> (dev-1 datacenter has domain dev-1, portal-1 datacenter has domain
> portal-1) and wrong host to upload. Accepting this upload always fails.
>
>
> When choosing to upload disk from storage -> disks window works fine.
>
>
> Issues confirmed on two independent ovirt servers (both with version
> 4.5.2).
>

Please report an issue in
https://github.com/oVirt/ovirt-engine/issues

ovirt 4.5.2 introduced the ovirt-img tool - you can use it to upload images
from the command line instead of the UI. This is much faster, more reliable,
and support many features like format on the fly format conversion.

Example usage:

ovirt-img upload-disk --engine-url https://example.com \
--username username \
--password-file /path/to/password-file \
--cafile ca.pem \
--storage-domain mydomain \
/path/to/iso

See ovirt-im upload-disk --help for more options.

Nir
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JKM5JGCNGZYRK2WT34KDZZGRHCLSHEED/