Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 987693

Summary: [thin] Thin snapshot creation fails when pool created with --zero n
Product: Red Hat Enterprise Linux 6 Reporter: Marian Csontos <mcsontos>
Component: lvm2Assignee: Zdenek Kabelac <zkabelac>
Status: CLOSED ERRATA QA Contact: Cluster QE <mspqa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: agk, dwysocha, heinzm, jbrassow, msnitzer, nperic, prajnoha, prockai, thornber, zkabelac
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: lvm2-2.02.100-1.el6 Doc Type: Bug Fix
Doc Text:
Code regression caused corruption of thin snapshot, if the underlaying pool was created without zeroing (which is non-default option used in some particular cases). As a consequence the first 4KB in the snapshot could have been invalided. This regression has been fixed.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-21 23:26:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marian Csontos 2013-07-23 21:55:20 UTC
Description of problem:
Can not create thin snapshots when pool is created with --zero n.

Version-Release number of selected component (if applicable):
lvm2-2.02.99-0.367.el6_4.x86_64 (upstream)

How reproducible:
100%

Steps to Reproduce:

    #!/bin/bash
    VG=vg
    POOL=pool
    ORIGIN=origin
    SNAP=snap
    
    OPTS="--zero n"
    
    lvcreate --thin -L 2G $OPTS ${VG}/${POOL}
    lvcreate --virtualsize 500M --thinpool ${VG}/${POOL} -n ${ORIGIN}
    lvcreate -s /dev/${VG}/${ORIGIN} -n ${SNAP} -vvvv &> lvcreate-s-failed.$(date "+%Y%m%d-%H%M%S").out

Actual results:
Last lvcreate fails as snap device is not activated and can not be written to:
    /dev/vg/snap: not found: device not cleared
    Aborting. Failed to wipe snapshot exception store.

Expected results:
Pass

Additional info:

Comment 2 Zdenek Kabelac 2013-07-23 23:19:19 UTC
Fixed regression introduced in 2.02.94 upstream with:
https://www.redhat.com/archives/lvm-devel/2013-July/msg00210.html


Using snapshots on non-zeroed thin pool lead to cleared 4KB header of such snapshot.

Comment 4 Nenad Peric 2013-08-14 11:44:52 UTC
Verified with:

lvm2-2.02.100-1.el6.x86_64



 #!/bin/bash
    VG=vg
    POOL=pool
    ORIGIN=origin
    SNAP=snap
    
    OPTS="--zero n"
    
    lvcreate --thin -L 2G $OPTS ${VG}/${POOL}
    lvcreate --virtualsize 500M --thinpool ${VG}/${POOL} -n ${ORIGIN}
    lvcreate -s /dev/${VG}/${ORIGIN} -n ${SNAP} -vvvv &> lvcreate-s-failed.$(date "+%Y%m%d-%H%M%S").out

Executed script:

Logical volume "lvol0" created
Logical volume "pool" created
Logical volume "origin" created

Comment 5 errata-xmlrpc 2013-11-21 23:26:03 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.

http://rhn.redhat.com/errata/RHBA-2013-1704.html