[ovirt-users] Re: Creating template from VM oVirt 4.5.1

2022-07-23 Thread Albert Esteve
Hi, For the workaround, you could also use this example from the python sdk: https://github.com/oVirt/python-ovirt-engine-sdk4/blob/main/examples/add_template.py With just a few tweaks, one should be able to add a new template. BR, Albert ___ Users

[ovirt-users] Re: How to restore full vmbackups that was created with backup_vm.py

2022-09-13 Thread Albert Esteve
Hi Don, We basically provide backup creation and disk management. So you can use the latter to restore your backup, using: "ovirt-img upload-disk -c engine.conf ", and then you can create a new VM with it. "ovirt-img" comes with the latest ovirt-imageio release. Albert Est

[ovirt-users] Re: vdsmd crashes with sigsegv

2022-09-13 Thread Albert Esteve
Hello Steffen, The logs are a good starting point. Could you please check/share the engine logs (`/var/logs/ovirt-engine/engine.log`), and the vdsm logs in the failing host (`/var/logs/vdsm/vdsm.log`)? BR, Albert Esteve Senior Software Engineer Red Hat <https://www.redhat.com/>

[ovirt-users] Re: How can I download multiple disks using wget or curl?

2022-10-31 Thread Albert Esteve
installed with all the dependencies on hosts and engine, and available via the ovirt-imageio-client package on any host (if you have the right repos). ovirt-img should be much faster than curl since it understands image sparseness so it does not transfer gigabytes of zeroes over the wire. B

[ovirt-users] Re: ovirt local storage getConnectedStoragePoolsList empty result problem

2022-12-13 Thread Albert Esteve
On Tue, Dec 13, 2022 at 12:26 PM Martin Perina wrote: > > > On Mon, Dec 12, 2022 at 5:36 PM Sandro Bonazzola > wrote: > >> >> >> Il giorno lun 12 dic 2022 alle ore 17:12 marek ha >> scritto: >> >>> additional info >>> >>> >>> # vdsm-client Host getConnectedStoragePools >>> [] >>> >>>