Bug 1308375 - Live snapshot deletion causing actual disk size to grow
Summary: Live snapshot deletion causing actual disk size to grow
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: vdsm
Version: 3.5.7
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ovirt-3.6.3
: 3.6.0
Assignee: Ala Hino
QA Contact: Elad
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-14 22:11 UTC by Marina Kalinin
Modified: 2019-10-10 11:11 UTC (History)
13 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-09 19:47:26 UTC
oVirt Team: Storage
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
vdsm log from my testing (15.14 MB, text/plain)
2016-02-14 22:26 UTC, Marina Kalinin
no flags Details
engine.log from my testing (1.49 MB, text/plain)
2016-02-14 22:27 UTC, Marina Kalinin
no flags Details
messages file from the host from my reproducer (66.22 KB, text/plain)
2016-02-14 22:40 UTC, Marina Kalinin
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1308626 0 unspecified CLOSED CopyImage on iscsi sometimes fails when cloning a vm from snapshot. 2021-08-30 13:13:56 UTC
Red Hat Knowledge Base (Solution) 527613 0 None None None 2016-02-14 22:51:23 UTC
Red Hat Product Errata RHBA-2016:0362 0 normal SHIPPED_LIVE vdsm 3.6.0 bug fix and enhancement update 2016-03-09 23:49:32 UTC
oVirt gerrit 53318 0 None None None 2016-02-17 09:31:58 UTC

Internal Links: 1308626

Description Marina Kalinin 2016-02-14 22:11:02 UTC
Description of problem:
Live snapshot deletion causing actual disk size to grow (rather then getting back to the original size).

Version-Release number of selected component (if applicable):
3,5,7
vdsm-4.16.32-1.el7ev

How reproducible:
100%

Steps to Reproduce:
1. Create a VM with 10G defined disk space on preallocated disk and start the VM. 
2. Create a live snapshot on the preallocated disk while the vm was running. This adds 1G to the actual size of the disk (as expected, not sure if as preferred behaviour).
3. Perform live snapshot deletion.

Actual results:
Actual size of the disk grew to 12G. As well as the corresponding LV.

Expected results:
Actual size should go back to the original value before snapshot creation, i.e. to 10G

Additional info:
If you keep going and create the live snapshot again and then delete, the actual size of the disk will continue growing by 2G after each such iteration. Until you run out of space on your domain.

Comment 3 Marina Kalinin 2016-02-14 22:26:40 UTC
Created attachment 1127125 [details]
vdsm log from my testing

Comment 4 Marina Kalinin 2016-02-14 22:27:25 UTC
Created attachment 1127126 [details]
engine.log from my testing

Comment 7 Marina Kalinin 2016-02-14 22:40:57 UTC
Created attachment 1127128 [details]
messages file from the host from my reproducer

Comment 8 Allon Mureinik 2016-02-15 12:00:11 UTC
On block storage, we have to resize the snapshot in order to allow the merge to succeed.

Tacking the watermark should allow us to do a better job with it. It's currently targeted for 4.0 (see bug 1168327), and once we implement it we'll re-consider if it's feasible to backport to a 3.6.z branch.

*** This bug has been marked as a duplicate of bug 1168327 ***

Comment 9 Allon Mureinik 2016-02-15 15:09:04 UTC
I missed the fact the original disk was PREALLOCATED.
This is a different than bug 1168327, reopening.

This does, however, seem like the usecase described in https://gerrit.ovirt.org/#/c/53317/.

Adam/Ala, can you please confirm (and if so - push forwards with this patch).

Comment 10 Marina Kalinin 2016-02-15 16:18:09 UTC
Adam,
Would it fix all snapshot deletion issue, the patch?

Comment 15 Elad 2016-02-23 09:38:37 UTC
MArina, Ala,

On a block storage, created a VM with 10G preallocated disk attached, started it, created a live snapshot and live merged it. After live merge finished, I ended up with an image which its volume is 1G bigger than its creation size (before I took the snapshot). This means that the image actual size still grows after live merge (by 1G instead of 2G as before the fix). 


Is this the desired behaviour?

Comment 16 Marina Kalinin 2016-02-23 15:44:03 UTC
Hm, Elad, I do not think this is right. Why would it remain bigger if the snapshot is gone? (in general, why the size of preallocated disk grows with each snapshot creation? but this is a separate discussion).


For my understanding - once the snapshot was deleted, the extra size allocated with its creation should go as well. I.e. if the disk's original size is 10G, after creating a snapshot and deleting the snapshot, it should go back to 10G.

Comment 17 Elad 2016-02-25 09:05:34 UTC
What's your input on this Ala?

Comment 18 Ala Hino 2016-02-25 15:12:13 UTC
Elad, let's meet on Sunday and see what's going on.
Basically, I tried to do the same but couldn't see that base image size grows.

Comment 22 Elad 2016-02-28 10:14:58 UTC
Tested using latest code:
vdsm-4.17.23-0.el7ev.noarch
rhevm-3.6.3.3-0.1.el6.noarch


Steps:
1) Created a VM with 10G disk attached
2) Started the VM and created a snapshot. Image actual size increased to 11G
3) Deleted the snapshot while the VM was running (live merge)

Image size got decreased to 10G as expected.

Before snapshot creation:
687c921c-b6e7-4062-bfaa-85a94ecc5577  10.00g IU_c2392de3-cb92-467d-9fc1-e7972bd398cc,MD_7,PU_00000000-0000-0000-0000-000000000000

After snapshot creation:
 687c921c-b6e7-4062-bfaa-85a94ecc5577  10.00g IU_c2392de3-cb92-467d-9fc1-e7972bd398cc,MD_7,PU_00000000-0000-0000-0000-000000000000
8aec505e-fe09-483a-b2dc-d56bf3026b46   1.00g IU_c2392de3-cb92-467d-9fc1-e7972bd398cc,MD_8,PU_687c921c-b6e7-4062-bfaa-85a94ecc5577

After snapshot deletion:
687c921c-b6e7-4062-bfaa-85a94ecc5577  10.00g IU_c2392de3-cb92-467d-9fc1-e7972bd398cc,MD_7,PU_00000000-0000-0000-0000-000000000000

Comment 24 errata-xmlrpc 2016-03-09 19:47:26 UTC
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://rhn.redhat.com/errata/RHBA-2016-0362.html

Comment 25 Allon Mureinik 2016-03-10 06:56:46 UTC
RHEV 3.6.0 has been released, setting status to CLOSED


Note You need to log in before you can comment on or make changes to this bug.