Bug 1555116
Summary: | Merge retry validation fails with NPE after previous commit/destroyImage timeout | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> | ||||||||||
Component: | ovirt-engine | Assignee: | Benny Zlotnik <bzlotnik> | ||||||||||
Status: | CLOSED ERRATA | QA Contact: | Evelina Shames <eshames> | ||||||||||
Severity: | urgent | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 4.1.6 | CC: | aefrat, bzlotnik, gveitmic, gwatson, lsurette, marceloltmm, mccarblea, Rhev-m-bugs, rightkicktech, srevivo, tnisan | ||||||||||
Target Milestone: | ovirt-4.3.3 | Flags: | lsvaty:
testing_plan_complete-
|
||||||||||
Target Release: | 4.3.0 | ||||||||||||
Hardware: | x86_64 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | ovirt-engine-4.3.3.1 | Doc Type: | If docs needed, set a value | ||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2019-05-08 12:37:22 UTC | Type: | Bug | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Germano Veit Michel
2018-03-14 00:59:03 UTC
By forcing this in 4.1.9 (db manipulation) I also get a NPE on the exact same spot. Not sure why I called this a loop, there is no loop. Its just a single image chain when trying to remove bd5e7e03, which doesn't make sense and is not well handled. Moving to 4.2.4 for now as the issue isn't reproducible and need more analysis. I am have the same problem in a lot of vms. attached logs the last vm with problem. how a can resolve this problem? i need remove de database? Thanks. Created attachment 1440212 [details]
spm vdsm and engine logs
(In reply to Marcelo Leandro from comment #10) > I am have the same problem in a lot of vms. > > attached logs the last vm with problem. > > how a can resolve this problem? i need remove de database? > > Thanks. I think the soluction is similar this : https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 but in this case I need the snapshot id , but in the snapshot tab dont have ids. (In reply to Marcelo Leandro from comment #12) > (In reply to Marcelo Leandro from comment #10) > > I am have the same problem in a lot of vms. > > > > attached logs the last vm with problem. > > > > how a can resolve this problem? i need remove de database? > > > > Thanks. > > I think the soluction is similar this : > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > but in this case I need the snapshot id , but in the snapshot tab dont have > ids. I found the snapshot id, can I apply the solution mentioned in comment 12 ? select snapshot_id,description from snapshots where vm_id = 'c847130e-230d-47ee-a124-54d46e1dd928'; snapshot_id | description --------------------------------------+------------- 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup select * from images where vm_snapshot_id = 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; image_guid | creation_date | size | it_guid | parentid | imagestatus | lastmodified | vm_snapshot_id | volume_type | volume_format | image_group_id | _create_date | _update_date | active | volume_classification | qcow_compat --------------------------------------+------------------------+---------------+--------------------------------------+--------------------------------------+-------------+----------------------------+---------- ----------------------------+-------------+---------------+--------------------------------------+-------------------------------+-------------------------------+--------+-----------------------+------------- db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | 1209033293824 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 18:03:06.869-03 | a64526ed- d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | 2018-05-22 10:41:13.91491-03 | f | 1 | 2 a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | 107374182400 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 18:03:06.564-03 | a64526ed- d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | 2018-05-22 10:41:13.206059-03 | f | 1 | 2 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | 1717986918400 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 18:03:07.098-03 | a64526ed- d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | 2018-05-22 10:41:14.586563-03 | f | 1 | 2 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | 536870912000 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 18:03:06.196-03 | a64526ed- d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | 2018-05-22 10:41:17.362994-03 | f | 1 | 2 Thanks. (In reply to Marcelo Leandro from comment #13) > (In reply to Marcelo Leandro from comment #12) > > (In reply to Marcelo Leandro from comment #10) > > > I am have the same problem in a lot of vms. > > > > > > attached logs the last vm with problem. > > > > > > how a can resolve this problem? i need remove de database? > > > > > > Thanks. > > > > I think the soluction is similar this : > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > ids. > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > select snapshot_id,description from snapshots where vm_id = > 'c847130e-230d-47ee-a124-54d46e1dd928'; > snapshot_id | description > --------------------------------------+------------- > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > select * from images where vm_snapshot_id = > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > image_guid | creation_date | size > | it_guid | parentid > | imagestatus | lastmodified | > vm_snapshot_id | volume_type | volume_format | > image_group_id | _create_date | > _update_date | active | volume_classification | qcow_compat > --------------------------------------+------------------------+------------- > --+--------------------------------------+----------------------------------- > ---+-------------+----------------------------+---------- > ----------------------------+-------------+---------------+------------------ > --------------------+-------------------------------+------------------------ > -------+--------+-----------------------+------------- > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > 18:03:06.869-03 | a64526ed- > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > 107374182400 | 00000000-0000-0000-0000-000000000000 | > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > 18:03:06.564-03 | a64526ed- > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > 18:03:07.098-03 | a64526ed- > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > 536870912000 | 00000000-0000-0000-0000-000000000000 | > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > 18:03:06.196-03 | a64526ed- > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > Thanks. What's the error that you get when retrying live merge? (In reply to Ala Hino from comment #14) > (In reply to Marcelo Leandro from comment #13) > > (In reply to Marcelo Leandro from comment #12) > > > (In reply to Marcelo Leandro from comment #10) > > > > I am have the same problem in a lot of vms. > > > > > > > > attached logs the last vm with problem. > > > > > > > > how a can resolve this problem? i need remove de database? > > > > > > > > Thanks. > > > > > > I think the soluction is similar this : > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > > ids. > > > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > > > select snapshot_id,description from snapshots where vm_id = > > 'c847130e-230d-47ee-a124-54d46e1dd928'; > > snapshot_id | description > > --------------------------------------+------------- > > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > > > select * from images where vm_snapshot_id = > > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > > image_guid | creation_date | size > > | it_guid | parentid > > | imagestatus | lastmodified | > > vm_snapshot_id | volume_type | volume_format | > > image_group_id | _create_date | > > _update_date | active | volume_classification | qcow_compat > > --------------------------------------+------------------------+------------- > > --+--------------------------------------+----------------------------------- > > ---+-------------+----------------------------+---------- > > ----------------------------+-------------+---------------+------------------ > > --------------------+-------------------------------+------------------------ > > -------+--------+-----------------------+------------- > > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.869-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > > 107374182400 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.564-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:07.098-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > > 536870912000 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.196-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > > > > Thanks. > > What's the error that you get when retrying live merge? in the gui show this. Error while executing action: GOV-CAMARUPIM: General command validation failure. Created attachment 1453390 [details]
bug
to soon to tell
(In reply to Ala Hino from comment #14) > (In reply to Marcelo Leandro from comment #13) > > (In reply to Marcelo Leandro from comment #12) > > > (In reply to Marcelo Leandro from comment #10) > > > > I am have the same problem in a lot of vms. > > > > > > > > attached logs the last vm with problem. > > > > > > > > how a can resolve this problem? i need remove de database? > > > > > > > > Thanks. > > > > > > I think the soluction is similar this : > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > > ids. > > > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > > > select snapshot_id,description from snapshots where vm_id = > > 'c847130e-230d-47ee-a124-54d46e1dd928'; > > snapshot_id | description > > --------------------------------------+------------- > > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > > > select * from images where vm_snapshot_id = > > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > > image_guid | creation_date | size > > | it_guid | parentid > > | imagestatus | lastmodified | > > vm_snapshot_id | volume_type | volume_format | > > image_group_id | _create_date | > > _update_date | active | volume_classification | qcow_compat > > --------------------------------------+------------------------+------------- > > --+--------------------------------------+----------------------------------- > > ---+-------------+----------------------------+---------- > > ----------------------------+-------------+---------------+------------------ > > --------------------+-------------------------------+------------------------ > > -------+--------+-----------------------+------------- > > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.869-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > > 107374182400 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.564-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:07.098-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > > 536870912000 | 00000000-0000-0000-0000-000000000000 | > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > 18:03:06.196-03 | a64526ed- > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > > > > Thanks. > > What's the error that you get when retrying live merge? Can you help to delete this problem snapshots? Very Thanks. Please reply to comment $17. (In reply to Marcelo Leandro from comment #17) > (In reply to Ala Hino from comment #14) > > (In reply to Marcelo Leandro from comment #13) > > > (In reply to Marcelo Leandro from comment #12) > > > > (In reply to Marcelo Leandro from comment #10) > > > > > I am have the same problem in a lot of vms. > > > > > > > > > > attached logs the last vm with problem. > > > > > > > > > > how a can resolve this problem? i need remove de database? > > > > > > > > > > Thanks. > > > > > > > > I think the soluction is similar this : > > > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > > > ids. > > > > > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > > > > > select snapshot_id,description from snapshots where vm_id = > > > 'c847130e-230d-47ee-a124-54d46e1dd928'; > > > snapshot_id | description > > > --------------------------------------+------------- > > > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > > > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > > > > > select * from images where vm_snapshot_id = > > > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > > > image_guid | creation_date | size > > > | it_guid | parentid > > > | imagestatus | lastmodified | > > > vm_snapshot_id | volume_type | volume_format | > > > image_group_id | _create_date | > > > _update_date | active | volume_classification | qcow_compat > > > --------------------------------------+------------------------+------------- > > > --+--------------------------------------+----------------------------------- > > > ---+-------------+----------------------------+---------- > > > ----------------------------+-------------+---------------+------------------ > > > --------------------+-------------------------------+------------------------ > > > -------+--------+-----------------------+------------- > > > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > > > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > 18:03:06.869-03 | a64526ed- > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > > > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > > > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > > > 107374182400 | 00000000-0000-0000-0000-000000000000 | > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > 18:03:06.564-03 | a64526ed- > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > > > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > > > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > > > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > 18:03:07.098-03 | a64526ed- > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > > > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > > > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > > > 536870912000 | 00000000-0000-0000-0000-000000000000 | > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > 18:03:06.196-03 | a64526ed- > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > > > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > > > > > > > Thanks. > > > > What's the error that you get when retrying live merge? > > Can you help to delete this problem snapshots? > > Very Thanks. Hi, Do you still need guidelines to delete the snapshot? (In reply to Ala Hino from comment #19) > (In reply to Marcelo Leandro from comment #17) > > (In reply to Ala Hino from comment #14) > > > (In reply to Marcelo Leandro from comment #13) > > > > (In reply to Marcelo Leandro from comment #12) > > > > > (In reply to Marcelo Leandro from comment #10) > > > > > > I am have the same problem in a lot of vms. > > > > > > > > > > > > attached logs the last vm with problem. > > > > > > > > > > > > how a can resolve this problem? i need remove de database? > > > > > > > > > > > > Thanks. > > > > > > > > > > I think the soluction is similar this : > > > > > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > > > > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > > > > ids. > > > > > > > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > > > > > > > select snapshot_id,description from snapshots where vm_id = > > > > 'c847130e-230d-47ee-a124-54d46e1dd928'; > > > > snapshot_id | description > > > > --------------------------------------+------------- > > > > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > > > > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > > > > > > > select * from images where vm_snapshot_id = > > > > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > > > > image_guid | creation_date | size > > > > | it_guid | parentid > > > > | imagestatus | lastmodified | > > > > vm_snapshot_id | volume_type | volume_format | > > > > image_group_id | _create_date | > > > > _update_date | active | volume_classification | qcow_compat > > > > --------------------------------------+------------------------+------------- > > > > --+--------------------------------------+----------------------------------- > > > > ---+-------------+----------------------------+---------- > > > > ----------------------------+-------------+---------------+------------------ > > > > --------------------+-------------------------------+------------------------ > > > > -------+--------+-----------------------+------------- > > > > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > > > > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.869-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > > > > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > > > > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > > > > 107374182400 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.564-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > > > > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > > > > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > > > > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:07.098-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > > > > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > > > > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > > > > 536870912000 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.196-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > > > > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > > > > > > > > > > Thanks. > > > > > > What's the error that you get when retrying live merge? > > > > Can you help to delete this problem snapshots? > > > > Very Thanks. > > Hi, > > Do you still need guidelines to delete the snapshot? Good morning, Yes, I still need. Very thanks. (In reply to Ala Hino from comment #19) > (In reply to Marcelo Leandro from comment #17) > > (In reply to Ala Hino from comment #14) > > > (In reply to Marcelo Leandro from comment #13) > > > > (In reply to Marcelo Leandro from comment #12) > > > > > (In reply to Marcelo Leandro from comment #10) > > > > > > I am have the same problem in a lot of vms. > > > > > > > > > > > > attached logs the last vm with problem. > > > > > > > > > > > > how a can resolve this problem? i need remove de database? > > > > > > > > > > > > Thanks. > > > > > > > > > > I think the soluction is similar this : > > > > > > > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1302215#c15 > > > > > > > > > > but in this case I need the snapshot id , but in the snapshot tab dont have > > > > > ids. > > > > > > > > I found the snapshot id, can I apply the solution mentioned in comment 12 ? > > > > > > > > select snapshot_id,description from snapshots where vm_id = > > > > 'c847130e-230d-47ee-a124-54d46e1dd928'; > > > > snapshot_id | description > > > > --------------------------------------+------------- > > > > 9569845f-d961-4e49-8809-1a032ba04b02 | Active VM > > > > a64526ed-d32a-4a7d-a6b8-fc2410a371a2 | Backup > > > > > > > > select * from images where vm_snapshot_id = > > > > 'a64526ed-d32a-4a7d-a6b8-fc2410a371a2'::uuid; > > > > image_guid | creation_date | size > > > > | it_guid | parentid > > > > | imagestatus | lastmodified | > > > > vm_snapshot_id | volume_type | volume_format | > > > > image_group_id | _create_date | > > > > _update_date | active | volume_classification | qcow_compat > > > > --------------------------------------+------------------------+------------- > > > > --+--------------------------------------+----------------------------------- > > > > ---+-------------+----------------------------+---------- > > > > ----------------------------+-------------+---------------+------------------ > > > > --------------------+-------------------------------+------------------------ > > > > -------+--------+-----------------------+------------- > > > > db6f5e35-9c3c-4d60-861a-5c0eea24d848 | 2018-05-21 15:35:10-03 | > > > > 1209033293824 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.869-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 686fb5d2-ae2f-45c3-9ea2-b5d1a518230f | 2018-05-21 15:35:09.857381-03 | > > > > 2018-05-22 10:41:13.91491-03 | f | 1 | 2 > > > > a94c614a-7cce-47b5-a23c-af22a888bf26 | 2018-05-21 15:35:09-03 | > > > > 107374182400 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.564-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 00872bbe-4cc2-4720-878e-492bb69f3a05 | 2018-05-21 15:35:08.927393-03 | > > > > 2018-05-22 10:41:13.206059-03 | f | 1 | 2 > > > > 2578d8f3-1443-4fa6-8297-24c270e99bd9 | 2018-05-21 15:35:09-03 | > > > > 1717986918400 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:07.098-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 02b51f4c-06af-4c39-a67a-51cee2079cd2 | 2018-05-21 15:35:08.583297-03 | > > > > 2018-05-22 10:41:14.586563-03 | f | 1 | 2 > > > > 85541eb4-52aa-4f98-84c2-275b228c1e34 | 2018-05-21 15:35:10-03 | > > > > 536870912000 | 00000000-0000-0000-0000-000000000000 | > > > > 00000000-0000-0000-0000-000000000000 | 4 | 2018-05-21 > > > > 18:03:06.196-03 | a64526ed- > > > > d32a-4a7d-a6b8-fc2410a371a2 | 2 | 4 | > > > > 3f1c8849-9c69-46be-9773-91c803860791 | 2018-05-21 15:35:09.595853-03 | > > > > 2018-05-22 10:41:17.362994-03 | f | 1 | 2 > > > > > > > > > > > > Thanks. > > > > > > What's the error that you get when retrying live merge? > > > > Can you help to delete this problem snapshots? > > > > Very Thanks. > > Hi, > > Do you still need guidelines to delete the snapshot? Hi Ala Hino, Can you help me with guidelines to delete the snapshot ? Marcelo, Let's please continue this conversation on bug 1574631, originally reported by you. Please see https://bugzilla.redhat.com/show_bug.cgi?id=1574631#c45 Created attachment 1482199 [details]
engine.log
I might have hit the same case.
When I try to delete a snapshot to several VMs I get: General command validation failure.
Created attachment 1523044 [details]
user-logs
This was seen also by a user, attaching the logs
This bug has not been marked as blocker for oVirt 4.3.0. Since we are releasing it tomorrow, January 29th, this bug has been re-targeted to 4.3.1. Beny, can you please advise on verification steps? 1. Create multiple snapshots for a disk 2. Break the chain by taking one the images in the chain and set its parent to an empty guid (manually, in the DB) 3. Run live merge You should see an error in the form of: "The requested snapshot has an invalid parent, either fix the snapshot definition or remove it manually to complete the process." Verified on ovirt-engine-4.3.3.2-0.1.el7.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:1085 sync2jira sync2jira |