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 659123 - GFS2: gfs2_grow fails on a full file system
Summary: GFS2: gfs2_grow fails on a full file system
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: cluster
Version: 6.1
Hardware: All
OS: Linux
high
low
Target Milestone: rc
: ---
Assignee: Ben Marzinski
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On: 626561 659137
Blocks: 707091
TreeView+ depends on / blocked
 
Reported: 2010-12-01 23:32 UTC by Ben Marzinski
Modified: 2011-05-24 02:21 UTC (History)
14 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 490649
: 707091 (view as bug list)
Environment:
Last Closed: 2011-05-19 12:54:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch to allow gfs2_grow to use fallocate to grow full filesystems. (4.63 KB, patch)
2011-05-19 14:07 UTC, Ben Marzinski
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:0537 0 normal SHIPPED_LIVE cluster and gfs2-utils bug fix update 2011-05-18 17:57:40 UTC

Comment 2 Ben Marzinski 2010-12-03 18:45:39 UTC
mkfs.gfs2 and gfs2_grow now reserve enough space for one more rindex entry in the rindex file, but keep the file size the same. gfs2_grow does this through the new fallocate gfs2 function call. mkfs.gfs2 can just do this by hand, since it's working directly on the block device.

Comment 4 Nate Straz 2011-03-30 20:20:17 UTC
Ran mkfs, filled the file system, ran growfs and filled the file system several times more and was able to grow the file system every time.  Marking verified against gfs2-utils-3.0.12-40.el6.

Comment 6 errata-xmlrpc 2011-05-19 12:54:31 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0537.html

Comment 7 Ben Marzinski 2011-05-19 14:07:49 UTC
Created attachment 499850 [details]
Patch to allow gfs2_grow to use fallocate to grow full filesystems.

Comment 8 Fabio Massimo Di Nitto 2011-05-23 14:15:28 UTC
FYI the patch has been dropped from git RHEL6 branch because it was committed in GIT prior 6.1 branching and it´s not in 6.1 distcvs.


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