[ovirt-users] Re: Cinderlib problem after upgrade from 4.3.10 to 4.4.5

2021-03-23 Thread Benny Zlotnik
If the log is empty it usually means cinderlib-client.py failed during startup, probably because the dependencies are missing. python3-cinderlib is required on the engine machine (and ceph-common, since you use ceph), python3-os-brick is required on the hosts (and ceph-common). See the

[ovirt-users] Re: Cinderlib problem after upgrade from 4.3.10 to 4.4.5

2021-03-29 Thread Benny Zlotnik
1 58 698-120 > Emil-Figge-Strasse 76-80Fax. +49 (0)231 58 698-121 > D-44227 Dortmund www.ingenit.com > > Registergericht: Amtsgericht Dortmund, HRA 13 914 > Gesellschafter : Thomas Klute, Marc-Christian Schröer >

[ovirt-users] Re: Python SDK rename virtual machine

2021-03-18 Thread Benny Zlotnik
Probably with the update method, like in the DC example[1], it shouldn't be hard to translate this to a VM [1] https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/update_data_center.py#L52 On Thu, Mar 18, 2021 at 11:15 AM Gerard Weatherby wrote: > > Is there an API call in the

[ovirt-users] Re: Destroyed VM blocking hosts/filling logs

2021-04-08 Thread Benny Zlotnik
username: vdsm@ovirrt, password: shibboleth On Thu, Apr 8, 2021 at 5:25 PM David Kerry wrote: > > Hi Shani, > > I actually came across that option and attempted it at one point, > but vdsm has locked me out of using that command it seems. > > Eg: > > [root@ovirt-node217 ~]# virsh undefine vm-s2

[ovirt-users] Re: lvm tools doesn't show volumes created by ovirt

2021-02-15 Thread Benny Zlotnik
are you using a filter? try with $ lvs --config 'devices {filter=["a/.*/"]}' On Mon, Feb 15, 2021 at 12:36 PM david duchovny wrote: > > after switch to ovirt444, when a vm disk have been created lvs or lvdsplay > doesn't show the logical volumes info on the vdsm host. >

[ovirt-users] Re: Ovirt - affinity labels names and virtual machines

2021-02-15 Thread Benny Zlotnik
Hi, I suggest sending questions to ovirt-users so others could find answers as well as to allow others who might know better chime in as well As to your question, something like this works for me: vms_service = connection.system_service().vms_service() vm_service =

[ovirt-users] Re: Unable to export VM from data storage domain.

2021-08-22 Thread Benny Zlotnik
Sounds like a bug, can you attach the output of: $ psql -U engine -d engine -c "\x on" -c "select * from disk_profiles" On Sun, Aug 22, 2021 at 6:47 PM Diggy Mc wrote: > > I'm running oVirt 4.4.4 with two data storage domains. One domain is where > the production VMs run. The second domain is

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-23 Thread Benny Zlotnik
yes, it should indeed defer to DetachManagedBlockStorageVolumeVDSCommand which is what does the unmapping, do you have an earlier log that shows the XML (for example, when it was attached)? On Mon, Aug 23, 2021 at 10:59 AM wrote: > > There were no error logs in vdsm and supervdsm. > > And I

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-23 Thread Benny Zlotnik
this is a correct run, right? the original flow works with this one? On Mon, Aug 23, 2021 at 1:05 PM wrote: > > I attached a mbs disk to the running vm through the dashboard. > > Here is the engine log: > > > 2021-08-23 19:00:54,912+09 INFO >

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-23 Thread Benny Zlotnik
And the full flow, with CSI? I'm trying to determine whether the CSI driver does something wrong, or something went wrong during that specific run On Mon, Aug 23, 2021 at 2:34 PM wrote: > > Yes, that's right. > I can attach and detach mbs disk to ovirt vm normally through dashboard. >

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-23 Thread Benny Zlotnik
It should do this and it's not semantically different from what happens with non-MBS disks. The log I pasted is what unmaps the volume, I am not sure why it returned successfully if the volume wasn't unmapped, if possible please attach vdsm and supervdsm logs from the relevant, perhaps there's

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-23 Thread Benny Zlotnik
pod deletion should invoke unpublish the PVC which detaches it from the node which is seen in the engine log: 2021-08-20 17:40:35,664+09 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HotUnPlugDiskVDSCommand] (default task-149) [198e2dc9-b908-474e-a395-0fe682c29af0] START,

[ovirt-users] Re: Impossible to move disk after a previous disk move failed

2021-08-24 Thread Benny Zlotnik
c23a5bef-48e0-46c7-9d5b-93c97f0240c0 is the target storage domain? if the disk is still on the source storage domain in ovirt-engine, you can remove the LV manually with lvremove, after making sure the source is correct with $ vdsm-client Volume getInfo Do you know why the move failed? When move

[ovirt-users] Re: Cinderlib RBD ceph template issues

2021-09-01 Thread Benny Zlotnik
Hi, Can you please submit a bug[1] with all logs attached? [1] https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine On Wed, Sep 1, 2021 at 6:04 PM Sketch wrote: > > This is on oVirt 4.4.8, engine on CS8, hosts on C8, cluster and DC are > both set to 4.6. > > With a newly configured

[ovirt-users] Re: Create template from snapshot of vm using MBS disk

2021-09-10 Thread Benny Zlotnik
I recall a bug was created for this by our QE, but I can't find it. Can you please file a bug so it is tracked and prioritized? On Fri, Sep 10, 2021 at 5:42 AM wrote: > > Hi, > > Has this problem been resolved? > ___ > Users mailing list --

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-13 Thread Benny Zlotnik
yes, we support ceph via cinderlib, so in theory any vendor with a storage driver for cinder can work, but we only test ceph On Mon, Sep 13, 2021 at 1:06 PM Tommy Sway wrote: > On the create disk page, there is option to create disk that is from > managed block, I want wo know what’s kind of it

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-13 Thread Benny Zlotnik
them all under > cinder page ? > > > > > > > > *From:* Benny Zlotnik > *Sent:* Monday, September 13, 2021 6:14 PM > *To:* Tommy Sway > *Cc:* users > *Subject:* Re: [ovirt-users] what kind of managed block can oVirt manage ? > > > > yes, we support c

[ovirt-users] Re: Create template from snapshot of vm using MBS disk

2021-09-13 Thread Benny Zlotnik
use this link https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine Set the component to BLL.Storage and the oVirt Team to Storage On Mon, Sep 13, 2021 at 4:17 AM wrote: > > How can I file the bug? Do you have a guide? > ___ > Users mailing

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-13 Thread Benny Zlotnik
ge by simply linking to > cenderlib files without accessing the actual openstack? > > > > I am very interested in this section, can you send some related guide > documents? > > Thank you very much! > > > > > > > > > > *From:* Benny Zlotnik > *Sent:*

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-14 Thread Benny Zlotnik
> (Currently in tech preview) > > (Yes, No) [No]: Yes > > [ INFO ] ovirt-provider-ovn already installed, skipping. > > > > > > > > > > From: Benny Zlotnik > Sent: Monday, September 13, 2021 9:20 PM > To: Tommy Sway > Cc: users

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-14 Thread Benny Zlotnik
d install cinder relevant software > 2, when run the engine-setup add -s ManagedBlockDomainSupported = true option > 3. Add ManagedBlockDomain after installation > Do I understand this correctly? > > Thank you very much! > > > > > -----Original Message- > From: Be

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-14 Thread Benny Zlotnik
On Tue, Sep 14, 2021 at 2:11 PM Tommy Sway wrote: > > Do you mean that I don't need to manually add cider related repo in the new > version, the engine-setup process will automatically add cinder related repo > and install the package? it will add the repo but will not install the package as we

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-14 Thread Benny Zlotnik
y need to configure CINDERLib when > running Ovirt-Engine, and then I can connect to Ceph server directly in the > admin interface? > > > > > > > > > -Original Message- > From: users-boun...@ovirt.org On Behalf Of Benny > Zlotnik > Sent: Tuesday, S

[ovirt-users] Re: what kind of managed block can oVirt manage ?

2021-09-14 Thread Benny Zlotnik
[ INFO ] Stage: Environment customization > > > > > > > > --== PRODUCT OPTIONS ==-- > > > > > > > > Set up Cinderlib integration > > > > (Currently in tech preview) > > > > (Yes, No) [No]: Yes > > > > [ INF

[ovirt-users] Re: live merge of snapshots failed

2021-08-03 Thread Benny Zlotnik
2021-08-03 15:51:34,917+03 ERROR [org.ovirt.engine.core.bll.MergeStatusCommand] (EE-ManagedThreadFactory-commandCoordinator-Thread-2) [3bf9345d-fab2-490f-ba44-6aa014bbb743] Failed to live merge. Top volume b43b7c33-5b53-4332-a2e0-f950debb919b is still in qemu chain

[ovirt-users] Re: live merge of snapshots failed

2021-08-06 Thread Benny Zlotnik
2021-08-03 15:50:59,040+0300 ERROR (libvirt/events) [virt.vm] (vmId='1c1d20ed-3167-4be7-bff3-29845142fc57') Block job ACTIVE_COMMIT for drive /rhev/data-center/mnt/blockSD/a5a492a7-f770-4472-baa3-ac7297a581a9/images/2e6e3cd3-f0cb-47a7-8bda-7738bd7c1fb5/b43b7c33-5b53-4332-a2e0-f950debb919b has

[ovirt-users] Re: Sparse VMs from Templates - Storage issues

2021-08-11 Thread Benny Zlotnik
> If your vm is temporary and you like to drop the data written while > the vm is running, you > could use a temporary disk based on the template. This is called a > "transient disk" in vdsm. > > Arik, maybe you remember how transient disks are used in engine? > Do we have an API to run a VM once,

[ovirt-users] Re: about the vm disk type

2021-09-22 Thread Benny Zlotnik
file-based domains use RAW for both settings, thin-provisioned on block domain will use qcow2, otherwise RAW will be used On Wed, Sep 22, 2021 at 1:22 PM Tommy Sway wrote: > For example : > > > > And I check the file on the storage: > > > > [root@olvms1 51dcbfae-1100-4e43-9e0a-bb8c578623d7]#

[ovirt-users] Re: Managed Block Storage issues

2021-09-22 Thread Benny Zlotnik
I see the rule is created in the logs: MainProcess|jsonrpc/5::DEBUG::2021-09-22 10:39:37,504::supervdsm_server::95::SuperVdsm.ServerCallback::(wrapper) call add_managed_udev_rule with ('ed1a0e9f-4d30-4896-b965-534861cc0c02', '/dev/mapper/360014054b727813d1bc4d4cefdade7db') {}

[ovirt-users] Re: Managed Block Storage and Templates

2021-09-24 Thread Benny Zlotnik
Can you submit a bug for this? On Wed, Sep 22, 2021 at 3:31 PM Shantur Rathore wrote: > > Hi all, > > Anyone tried using Templates with Managed Block Storage? > I created a VM on MBS and then took a snapshot. > This worked but as soon as I created a Template from snapshot, the > template got

[ovirt-users] Re: about the Live Storage Migration

2021-09-26 Thread Benny Zlotnik
when you move a disk that's attached to a running VM, live storage migration will be performed On Sun, Sep 26, 2021 at 2:08 PM Tommy Sway wrote: > > From the document: > > > > Overview of Live Storage Migration > > Virtual disks can be migrated from one storage domain to another while the >

[ovirt-users] Re: Failed to delete snapshot

2021-10-28 Thread Benny Zlotnik
We need full logs (what happened before the snippet you pasted), as well as vdsm logs from the SPM host, and vdsm logs from the host running this VM On Wed, Oct 27, 2021 at 5:04 PM wrote: > > Hello all. > > We use vprotect to make snapshot backups of our vm's. > This VM, let's call it OVIRTVM,

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

2021-11-03 Thread Benny Zlotnik
On Wed, Nov 3, 2021 at 2:51 PM wrote: > > 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

[ovirt-users] Re: export to export domain concurrency

2021-11-04 Thread Benny Zlotnik
yes, it should work, did you run into issues? ___ 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: Missing snapshot in the engine

2021-11-08 Thread Benny Zlotnik
can you attach the output of: $ vdsm-tool dump-volume-chains e25db7d0-060a-4046-94b5-235f38097cd8 as well as: $ psql -U engine -d engine -c "\x on" -c "select * from images where image_group_id = '4d79c1da-34f0-44e3-8b92-c4bcb8524d83'" On Mon, Nov 8, 2021 at 11:58 AM francesco--- via Users

[ovirt-users] Re: Missing snapshot in the engine

2021-11-08 Thread Benny Zlotnik
| 4 > image_group_id| 4d79c1da-34f0-44e3-8b92-c4bcb8524d83 > _create_date | 2021-08-31 11:29:31.980191+02 > _update_date | 2021-11-08 10:19:39.477886+01 > active| t > volume_classification | 1 > qcow_compat | 2 > > > > Francesco

[ovirt-users] Re: Blog post - Using Ceph only storage for oVirt datacenter

2021-07-14 Thread Benny Zlotnik
as usual. > > >> - How clones works? >> > > Disk copy can be done from the engine storage -> disk tab. > VM cloning failed for me, opened *Bug 1982083* > <https://bugzilla.redhat.com/show_bug.cgi?id=1982083> - Cloning VM with > managed block storage raise a NP

[ovirt-users] Re: Blog post - Using Ceph only storage for oVirt datacenter

2021-07-14 Thread Benny Zlotnik
Not currently, we do want to support this using rbd-nbd On Wed, Jul 14, 2021 at 11:26 AM Konstantin Shalygin wrote: > It's possible to use librbd instead kernel mount like in OpenStack? > > Sent from my iPhone > > > On 14 Jul 2021, at 10:41, Sandro Bonazzola wrote: > > > > They are mounted as

[ovirt-users] Re: Deploy ovirt-csi in the kubernetes cluster

2021-07-23 Thread Benny Zlotnik
We don't test it on kubernetes, but I know some users use it successfully with kubernetes by applying the manifests[1] manually [1] https://github.com/openshift/ovirt-csi-driver-operator/tree/master/assets On Fri, Jul 23, 2021 at 4:12 AM wrote: > > Hi, > > I want to deploy ovirt-csi in the

[ovirt-users] Re: Create template from snapshot of vm using MBS disk

2021-07-14 Thread Benny Zlotnik
Sounds like a bug, can you engine.log and cinderlib.log? On Wed, Jul 14, 2021 at 10:14 AM wrote: > Hi, > > If I create a template with a snapshot of the vm that uses the mbs disk, > the template cannot be used to create a new vm. > Is this normal or a bug? >

[ovirt-users] Re: Inquire about the 'ovirt_cinderlib' tables

2022-03-15 Thread Benny Zlotnik
This database is generated automatically with an ORM, the tables are the same as in cinder and not all are used within the context of cinderlib. You can see the database model with information with some documentation in [1] [1]

[ovirt-users] Re: Cannot add Virtual Disk. Disk configuration (RAW Sparse backup-None) is incompatible with the storage domain type.

2022-02-17 Thread Benny Zlotnik
The referenced bug[1] was fixed in 4.4.9, the workarounds mentioned are to use web admin or API to create the disks [1] https://bugzilla.redhat.com/show_bug.cgi?id=1957830 On Thu, Feb 17, 2022 at 1:06 PM wrote: > > Hi, > > We're using oVirt 4.4.8.6. We make an intensive use of the VM portal >

[ovirt-users] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-02-23 Thread Benny Zlotnik
Hi, We haven't tested this, and we do not have any code to handle nvme/tcp drivers, only iscsi and rbd. Given the path seen in the logs '/dev/mapper', it looks like it might require code changes to support this. Can you share cinderlib[1] and engine logs to see what is returned by the driver? I

[ovirt-users] Re: [=EXTERNAL=] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-02-23 Thread Benny Zlotnik
n failed: > VDSGenericException: VDSErrorException: Failed to HotPlugDiskVDS, error = > Failed to bind /dev/mapper/ on to /var/run/libvirt/qemu/21-mulivm1.mapper.: > Not a directory, code = 45 > > Please let me know what other information will be useful and I will prove. > > Ch

[ovirt-users] Re: Cinderlib RBD ceph template issues

2022-02-01 Thread Benny Zlotnik
hi, this was fixed as part of https://bugzilla.redhat.com/show_bug.cgi?id=2006745 (in 4.5) On Tue, Feb 1, 2022 at 9:12 PM Ricardo Alonso wrote: > > Could you find the solution? > > I didn't find any bug report and I hit this same problem on version 4.4.10, > so I filled one:

[ovirt-users] Re: no snaphot but engines complains there is one when trying to remove disk

2022-01-31 Thread Benny Zlotnik
| 2018-11-15 10:08:56+01 > size | 219902115840 > it_guid | 0000---- > parentid | ---- > imagestatus | 1 > lastmodified | 2022-01-31 10:03:30.067+01 > vm_snapshot_id

[ovirt-users] Re: no snaphot but engines complains there is one when trying to remove disk

2022-01-31 Thread Benny Zlotnik
to be fixed as well, as both images you mentioned have children On Mon, Jan 31, 2022 at 5:46 PM Nathanaël Blanchet wrote: > > Engine complains about 60087f63-6237-4419-a5dd-9a48c84c1c43 and > 109fac1e-c2e3-4ba6-9867-5d1c94d3a447 > > Le 31/01/2022 à 16:26, Benny Zlotnik a écrit

[ovirt-users] Re: no snaphot but engines complains there is one when trying to remove disk

2022-02-01 Thread Benny Zlotnik
On Mon, Jan 31, 2022 at 7:29 PM Nathanaël Blanchet wrote: > > > it doesn't seem to exist: > > > image:ba2efe1a-8b83-4406-8711-7120b4bd11d0 > > - 08966754-0bb6-4c88-9ad6-35d6242fa380 > status: OK, voltype: LEAF, format: RAW, legality: LEGAL, > type:

[ovirt-users] Re: no snaphot but engines complains there is one when trying to remove disk

2022-01-31 Thread Benny Zlotnik
Can you share the output of the following query: $ psql -U engine -d engine -c "\x on" -c "select * from images where image_group_id = ''" On Mon, Jan 31, 2022 at 3:31 PM Nathanaël Blanchet wrote: > > Hi all, > > A colleague launched this morning a snapshot creation, there was no error >

[ovirt-users] Re: ovirt-dr generate

2022-04-12 Thread Benny Zlotnik
+Pavel Bar On Mon, Apr 11, 2022 at 1:40 PM Colin Coe wrote: > > Hi all > > I'm trying to run ovirt-dr generate but its failing: > /usr/share/ansible/collections/ansible_collections/redhat/rhv/roles/disaster_recovery/files/ovirt-dr > generate > Log file: '/tmp/ovirt-dr-164967324.log' >

[ovirt-users] Re: Webadmin and API down with error 500 after updating from 4.4 to 4.5

2022-04-26 Thread Benny Zlotnik
there is a known issue with postgresql jdbc driver, see [1] [1] https://lists.ovirt.org/archives/list/users@ovirt.org/message/3IQ5C4AK4K65MVEHCIWDAREWW4QPF5KJ/ On Tue, Apr 26, 2022 at 1:58 PM lists--- via Users wrote: > > Hello, > > today i updated from 4.4 to 4.5 and i am no longer able to

[ovirt-users] Re: Cannot export VM to another data domain. "o.original_template is undefined"

2022-06-22 Thread Benny Zlotnik
/modals/vm-export/VmExportDataProvider.js#L43 On Wed, Jun 22, 2022 at 5:30 PM Gilboa Davara wrote: > > Hello, > > On Wed, Jun 22, 2022 at 4:56 PM Benny Zlotnik wrote: >> >> can you check the dev console for messages? (F12 in chrome/firefox) > > > error export proble

[ovirt-users] Re: Cannot export VM to another data domain. "o.original_template is undefined"

2022-06-22 Thread Benny Zlotnik
can you check the dev console for messages? (F12 in chrome/firefox) On Wed, Jun 22, 2022 at 4:53 PM Gilboa Davara wrote: > > P.S. I have no issues exporting this VM using the deprecated "export domain" > method. > > - Gilboa > > On Wed, Jun 22, 2022 at 4:48 PM Gilboa Davara wrote: >> >> Hello,

[ovirt-users] Re: Cannot export VM to another data domain. "o.original_template is undefined"

2022-06-22 Thread Benny Zlotnik
access_denied: Cannot authenticate user 'XXX': No valid profile found in > credentials.. > > - Gilboa > > On Wed, Jun 22, 2022 at 5:49 PM Benny Zlotnik wrote: >> >> Seems like the issue is in this line[1], can you send an API request >> manually to:

[ovirt-users] Re: Cannot export VM to another data domain. "o.original_template is undefined"

2022-06-22 Thread Benny Zlotnik
> Regarding the BZ#, which component should I choose? ovirt-engine-ui-extensions > Wouldn't the bug get auto-closed, as I'm still using 4.4.10? Well, it still exists in 4.5 so it shouldn't auto-close ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Template import in 4.5

2022-07-20 Thread Benny Zlotnik
you may have hit this bug https://bugzilla.redhat.com/show_bug.cgi?id=2104597 On Wed, Jul 20, 2022 at 12:11 PM Gianluca Cecchi wrote: > > Hello, > I have a problem importing templates in downstream product 4.4-SP1 that > should match in some way oVirt 4.5.x. > I get a ui exception preventing me

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-13 Thread Benny Zlotnik
Which ovirt version is this? Can you attach the full log? As well as the output of $ psql -U engine -d engine -c "\x on" -c "select * from command_entities" This can likely be resolved by removing the relevant row from command_entities, but first let's get a better understanding of what's going

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-13 Thread Benny Zlotnik
I will very carefully say yes, but please backup the engine before you do that On Wed, Jul 13, 2022 at 1:59 PM Giulio Casella wrote: > > > > On 13/07/2022 12:54, Benny Zlotnik wrote: > > On Wed, Jul 13, 2022 at 1:48 PM Giulio Casella wrote: > >> > >> Thanks

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-13 Thread Benny Zlotnik
1.3-1.el8.noarch, find attached > relevant part of engine.log (from "systemctl start ovirt-engine" onward) > and output from sql command. > > Thank you. > > Regards, > gc > > > On 13/07/2022 10:44, Benny Zlotnik wrote: > > Which ovirt version is this?

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-13 Thread Benny Zlotnik
On Wed, Jul 13, 2022 at 1:48 PM Giulio Casella wrote: > > Thanks Benny, > > On 13/07/2022 12:20, Benny Zlotnik wrote: > > Thanks, is the operation complete? If yes, you can remove the rows > > referencing command_id 6ae544f6-b608-4d8d-9f99-eabd5d5db0ad from > > comma

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-13 Thread Benny Zlotnik
le (those that > hadn't a job with a correlationId in job table) the engine restarted. > > I'll file a bugzilla for this issue. > > Thank you Benny. > > Ciao, > gc > > > On 13/07/2022 15:29, Benny Zlotnik wrote: > > I will very carefully say yes, but please backup the en

[ovirt-users] Re: Cannot export VM to another data domain. "o.original_template is undefined"

2022-06-23 Thread Benny Zlotnik
mplate field. (See attached). > > - Gilboa > > On Wed, Jun 22, 2022 at 6:40 PM Benny Zlotnik wrote: >> >> can you try with user@internal? >> >> >> >> On Wed, Jun 22, 2022 at 6:10 PM Gilboa Davara wrote: >> > >> > Thanks fo

[ovirt-users] Re: Failed to delete snapshot

2022-08-26 Thread Benny Zlotnik
The bug you mentioned was fixed in 4.5.2.2. But to clarify the issue that's fixed: The fix is for a situation where a snapshot removal failed for whatever reason, but the volume was removed in vdsm and remains present in the engine's database. Without the fix, attempting to remove the snapshot

[ovirt-users] Re: how kill backup operation

2022-08-31 Thread Benny Zlotnik
Do you have the logs (engine.log, vdsm.log) for this? qemu-nbd holding the lock might mean the transfer was not finalized properly and the nbd server was left open which should not happen... On Wed, Aug 31, 2022 at 1:57 PM Diego Ercolani wrote: > > Thanks Arik, > we have tried your solution but

[ovirt-users] Re: oVirt 4.5.2.4 api access with keycloak

2022-09-07 Thread Benny Zlotnik
it's tricky to access with the browser when keycloak is enabled, you first need to get the token: $ curl -k -H "Accept: application/json" 'https://engine.fqdn/ovirt-engine/sso/oauth/token?grant_type=password=admin@ovirt@internalsso=pass=ovirt-app-api' {"access_token":"","scope":"ovirt-app-api

[ovirt-users] Re: how kill backup operation

2022-08-31 Thread Benny Zlotnik
Thanks Diego, I checked one of the failures and I see: 2022-08-26 13:00:16,067Z ERROR [org.ovirt.engine.core.bll.storage.disk.image.TransferDiskImageCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-6 ) [51fb711e-0fbc-4590-8ff0-638a041b13a5] Failed to extend proxy

[ovirt-users] Re: how kill backup operation

2022-08-31 Thread Benny Zlotnik
Thanks Diego, I was able to reproduce it manually, shouldn't be too difficult to fix On Wed, Aug 31, 2022 at 5:37 PM Diego Ercolani wrote: > > This is the bug report I filled: > https://bugzilla.redhat.com/show_bug.cgi?id=2123008 > ___ > Users mailing

[ovirt-users] Re: Failed to delete snapshot

2022-08-24 Thread Benny Zlotnik
What is the snapshot issue and is there a bug for it? On Wed, Aug 24, 2022 at 4:21 PM Sven Jansen via Users wrote: > > We are currently sitting on a not really working backup solution. oVirt 4.5.x > has constant issues removing snapshots, same like OP. vProtect with Snapshots > has issues with

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread Benny Zlotnik
torage devices. > > This email has been scanned for viruses and malware, and may have been > automatically archived by *Mimecast Ltd*, an innovator in Software as a > Service (SaaS) for business. Providing a *safer* and *more useful* place > for your human generated data. Specializing in;

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread Benny Zlotnik
Did you try to restart ovirt-engine? On Tue, Oct 18, 2022 at 4:52 PM wrote: > > engine=# SELECT * from job where correlation_id = > '258d5f4e-7693-49f4-9a2b-a18486c0650b' > engine-# > ___ > Users mailing list -- users@ovirt.org > To unsubscribe send

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread Benny Zlotnik
Please provide more information, which version is this? Do you have engine logs? On Tue, Oct 18, 2022 at 3:16 PM wrote: > > Hi I am unable to delete snapshots on VM > The error below > "Cannot remove Snapshot. Snapshot is currently being created for VM" > I have checked with ./taskcleaner.sh no

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-19 Thread Benny Zlotnik
what's the output of these queries: select command_id,root_command_id from command_entities where root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4’; select command_id,root_command_id from command_entities where root_command_id = 'a15a8e6b-1624-4082-ac5d-7609626250cf’;

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-23 Thread Benny Zlotnik
innovator in Software as a > Service (SaaS) for business. Providing a *safer* and *more useful* place > for your human generated data. Specializing in; Security, archiving and > compliance. To find out more Click Here > <https://www.voxtelecom.co.za/security/mimecast/?prod=Enterprise>. >

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-26 Thread Benny Zlotnik
ps://www.twitter.com/voxtelecom> > [image: I] <https://www.instagram.com/voxtelecomza/> > [image: L] <https://www.linkedin.com/company/voxtelecom> > [image: Y] <https://www.youtube.com/user/VoxTelecom> > > *From:* Benny Zlotnik > *Sent:* 23 October 2022 1:47 PM >

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-19 Thread Benny Zlotnik
k, 27 Kotzee Road, > Observatory > www.vox.co.za > > [image: F] <https://www.facebook.com/voxtelecomZA> > [image: T] <https://www.twitter.com/voxtelecom> > [image: I] <https://www.instagram.com/voxtelecomza/> > [image: L] <https://www.linkedin.com/company/vo

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
2f-b5dd-85f5fb9dac8e | c3b2199f-35cc-41dc-8787-835e945217d2 | > Ready | 2022-09-17 00:44:56.877+02 | | | 2022-09-17 > 00:45:19.057+02 | hybrid | 0c6ebd56-dcfe-46a8-91cc-327cc94e9773 | f > > > Jirka > > > On 9/19/22 14:03, Benny Zlotnik wrote: > > Compl

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
i update phase column in vm_backups table as well ? > > > Jirka > > > On 9/19/22 13:27, Benny Zlotnik wrote: > > OK, I see an issue with the transfer > 2022-09-17 01:43:05,856+02 INFO > [org.ovirt.engine.core.bll.storage.disk.image.ImageTransferU

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
irt4.4 we > discused it couple weeks ago, now we have 4.5 and the situation is the same. > And we wanted to try CBT backups) > > > thank you Jirka > > > > On 9/19/22 13:08, Benny Zlotnik wrote: > > Please attach the ovirt-engine logs > > The backup has the ready

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
Please attach the ovirt-engine logs The backup has the ready status, did you finalize it? Can show all the fields for the disk transfer? Was it finalized? How is the backup performed? On Mon, Sep 19, 2022 at 2:06 PM Jirka Simon wrote: > > Hello there. > > we have issue with backups on our

[ovirt-users]Re: Blog Post - Using Ceph Only Storage For oVirt Datacenter by Sandro Bonazzola – Wednesday 14 July 2021

2022-09-13 Thread Benny Zlotnik
It's not needed for 4.5 because Managed Block Storage is enabled by default and the packages are installed automatically On Tue, Sep 13, 2022 at 10:37 AM Sandro Bonazzola wrote: > > > Il giorno mar 13 set 2022 alle ore 08:59 Matthew J Black < > matt...@peregrineit.net> ha scritto: > >> Hi All,

[ovirt-users] Re: VM Down With "Bad Volume Specification"

2022-09-20 Thread Benny Zlotnik
You could stop the disk copy by going to the host performing the copy and killing the process running `qemu-img convert`, the operation should then fail On Mon, Sep 19, 2022 at 9:20 PM Clint Boggio wrote: > > I'm thinking that I need to somehow stop the disk move, and then delete the > snapshot

[ovirt-users] Re: Snapshot task stuck at oVirt 4.4.8

2022-09-20 Thread Benny Zlotnik
Is it running on the vdsm host? By default live snapshot has a timeout of 30 minutes On Tue, Sep 20, 2022 at 11:34 AM wrote: > > Hi, > > We're running oVirt 4.4.8 and one of our users tried to create a > snapshot on a VM. The snapshot task got stuck (not sure why) and since > then a "locked"

[ovirt-users] Re: Snapshot not working

2022-10-06 Thread Benny Zlotnik
Can you provide relevant ovirt-engine and vdsm logs (SPM and host where VM runs) On Tue, Oct 4, 2022 at 7:49 PM Facundo Badaracco wrote: > > Someone? Any hint? > > El jue, 29 de sep. de 2022 10:58, Facundo Badaracco > escribió: >> >> hi everyone, >> >> I have a glusterFS replica x3 node. >> >>

[ovirt-users] Re: Convert raw images to qcow format

2022-10-11 Thread Benny Zlotnik
It’s possible with the API, see http://ovirt.github.io/ovirt-engine-api-model/master/#services/disk/methods/convert On Tuesday, October 11, 2022, Jonas wrote: > Hi there > > I want to create incremental backups of a few imported VMs, but the VM > disks are in the raw disk format which does not

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-05 Thread Benny Zlotnik
and id: > 'ed816f9d-e25c-4b58-8c8f-fd0393abda2f' type:'CreateLiveSnapshotForVm' to > complete > > > > On 4 Aug 2022, at 19:06, Benny Zlotnik wrote: > > > > can you share the logs after restarting ovirt-engine? > > > > On Thu, Aug 4, 2022 at 4:58 P

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-04 Thread Benny Zlotnik
can you share the logs after restarting ovirt-engine? On Thu, Aug 4, 2022 at 4:58 PM Andrei Verovski wrote: > > Hi, > > > Creating snapshot of one of the VM vailed, and zombie tasks was killed with: > > su postgres > psql -d engine -U postgres > select * from job order by start_time desc; > >

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-08 Thread Benny Zlotnik
? > select DeleteJob('2f8b32d8-fd3c-46c9-90e9-4863d63c0530'); > > > > On 8 Aug 2022, at 16:27, Benny Zlotnik wrote: > > > > you can do: > > select command_id,root_command_id from command_entities where > > root_command_id = '2f8b32d8-fd3c-46c9-90e9-4863d63c0530’

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-08 Thread Benny Zlotnik
> > I can restore this VM from backup copy, bit since it is unmanageable, I can’t > even remove it. > > > > On 8 Aug 2022, at 13:07, Benny Zlotnik wrote: > > > > you can look up the relevant command by command_id in the > > command_entities table, in your cas

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-08 Thread Benny Zlotnik
t; unmanageable at all in any way. > I suppose its with some SQL commands in Postgres. > > Thanks. > > > > On 5 Aug 2022, at 11:34, Benny Zlotnik wrote: > > > > So based on your logs the lock you are seeing is a memory lock, > > unlock_entity.sh can't really h

[ovirt-users] Re: disk pending in "finalizing" state

2022-08-01 Thread Benny Zlotnik
this means the transfer is finalizing can you provide the output of: $ psql -U engine -d engine -c "\x on" -c "select * from image_transfers" as well as engine logs On Mon, Aug 1, 2022 at 2:41 PM Diego Ercolani wrote: > > ovirt-engine-4.5.1.3-1.el8.noarch > > Hello I have a situation where a

[ovirt-users] Re: disk pending in "finalizing" state

2022-08-01 Thread Benny Zlotnik
I see: engine.log-20220727.gz:2022-07-26 22:33:35,407Z INFO [org.ovirt.engine.core.bll.storage.disk.image.ImageTransferUpdater] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-25) [ee684838-5d33-4f03-b07f-453a69effa97] Updating image transfer

[ovirt-users] Re: disk pending in "finalizing" state

2022-08-01 Thread Benny Zlotnik
the phase in such cases. Let me know if manually removing the transfer helped. On Mon, Aug 1, 2022 at 4:59 PM Diego Ercolani wrote: > > In data lunedì 1 agosto 2022 15:55:56 CEST, Benny Zlotnik ha scritto: > > So looks like the transfer failed, but it was later finalized moving

[ovirt-users] Re: disk pending in "finalizing" state

2022-08-01 Thread Benny Zlotnik
Can you finalize the backup from Veeam? The /finalize endpoint for backups should initiate the snapshot removal On Mon, Aug 1, 2022 at 5:10 PM Diego Ercolani wrote: > > Anyway, I removed the image from the image_transfer table, in the GUI the > state changed to "OK" but when I try to remove the

[ovirt-users] Re: OVF_Store In Every Storage Doamin - Can We Remove?

2022-12-20 Thread Benny Zlotnik
You can't and shouldn't delete them as they are the VM backups. If you don't want to see them, you can apply the `alias != ovf_store` filter in the search bar in the disks views On Tue, Dec 20, 2022 at 12:23 PM Matthew J Black wrote: > Hi All, > > The Subject pretty much sums up the question I

[ovirt-users] Re: vm disk stuck on "paused by system"

2023-03-09 Thread Benny Zlotnik
Did you try to finalize the disk transfer first? On Thu, Mar 9, 2023 at 7:14 PM wrote: > Hi, > > i was working on my own backup application (web front end for ovirtsdk) > and i somehow managed to get my Vm disks, stuck on status: "paused by > system". > > I have tried to stop the backup and

[ovirt-users] Re: vm disk stuck on "paused by system"

2023-03-09 Thread Benny Zlotnik
I meant to finalize the transfer, not the backup: the api call is something like POST /ovirt-engine/imagetransfer//finalize On Thu, Mar 9, 2023 at 7:55 PM wrote: > Yes i have, below is a snippet of DEBUG log: > > [root] < POST >

[ovirt-users] Re: Move disk between POSIX FS and Managed Block Storage

2023-03-10 Thread Benny Zlotnik
Move wasn't implement, you can use the copy dialog and delete from the source afterwards On Fri, Mar 10, 2023 at 4:17 PM Murilo Morais wrote: > Good morning everybody! > > Guys, I managed to connect my oVirt cluster to the CEPH RBD, the VM disks > are stored in CephFS (POSIX FS). How can I move

[ovirt-users] Re: Move disk between POSIX FS and Managed Block Storage

2023-03-10 Thread Benny Zlotnik
xactly what I was looking for. > > Another question: > If the move to functionality has not yet been implemented, then moving > between Managed Block Devices does not work either, correct? > > Em sex., 10 de mar. de 2023 às 11:46, Benny Zlotnik > escreveu: > >> Move wa

[ovirt-users] Re: Failed to remove MBS

2023-03-12 Thread Benny Zlotnik
I think there are more tables, perhaps running the stored procedure Force_Delete_storage_domain(v_storage_domain_id UUID) would be enough On Sat, Mar 11, 2023 at 5:17 PM Murilo Morais wrote: > Good afternoon everybody! > > I have an MBD (Managed Block Storage) Storage Domain that we no longer >

[ovirt-users] Re: I can't enable cinderlib

2023-03-21 Thread Benny Zlotnik
yes, one non-cinderlib storage domain is required to act as SPM On Tue, Mar 21, 2023 at 6:46 PM wrote: > Hello: > > I am trying to deploy a 4.5 cluster with 3 hosts that also provides Ceph > storage. I am running the engine in a standalone host (No hosted > engine). > > I followed the steps to

<    1   2   3   4   >