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 787018

Summary: Document snapshot autoextend in RHEL 6.3.
Product: Red Hat Enterprise Linux 6 Reporter: Steven J. Levine <slevine>
Component: doc-Logical_Volume_ManagerAssignee: Steven J. Levine <slevine>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3CC: agk, jha, jskeoch, mbroz, msnitzer, prockai
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-21 20:58:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steven J. Levine 2012-02-02 22:18:22 UTC
Description of problem:

For the 5.7 release, we documented the snapshot_autoextend feature as follows:

---
As of the Red Hat Enterprise Linux 5.7 release, there are two new
features related to snapshots. First, in addition to the snapshot itself
being invalidated when full, any mounted file systems on that
snapshot device are forcibly unmounted, avoiding the inevitable
file system errors upon access to the mount point. Second, you can
specify the <literal>snapshot_autoextend_threshold</literal> option
in the <filename>lvm.conf</filename> file.
This option allows automatic extension of a snapshot whenever the remaining
snapshot space drops below the threshold you set. This feature requires
that there be unallocated space in the volume group.

Information on setting
snapshot_autoextend_threshold and snapshot_autoextend_percent
is provided in the lvm.conf file itself.  

---
We did not document this feature for RHEL 6, however, even though the lvm.conf file for RHEL 6 that we included in the document notes the parameters for this feature.

I asked Peter Rockai whether this feature was in RHEL 6.3 and whether it was also in RHEL 6.2 and he responded:

<mornfall> slevine: The gist is that you are right on all counts.
<mornfall> slevine: The code is definitely upstream for a while and will be in 6.3, most likely is also in 6.2.
<slevine> I'll add the info I put into 5.7 to 6.3 and pass it by you for review, if that's ok.
<mornfall> Yes, works for me, thanks.

This bug is to track the documentation of this feature.

Comment 1 Steven J. Levine 2012-02-02 22:36:52 UTC
I have added the noted documentation to the 6.3 draft. I will build this document for a 6.3 review when I've completed some other 6.3 feature work.