Bug 626585
Summary: | GFS2: [RFE] fallocate support for GFS2 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Ben Marzinski <bmarzins> | ||||||
Component: | kernel | Assignee: | Ben Marzinski <bmarzins> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Boris Ranto <branto> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 5.6 | CC: | adas, bmarzins, branto, qcai, rpeterso, ssaha, swhiteho | ||||||
Target Milestone: | rc | Keywords: | FutureFeature | ||||||
Target Release: | 5.7 | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Enhancement | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | 455572 | Environment: | |||||||
Last Closed: | 2011-07-21 10:24:00 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: | |||||||||
Bug Depends On: | 455572 | ||||||||
Bug Blocks: | 490649, 711451 | ||||||||
Attachments: |
|
Description
Ben Marzinski
2010-08-23 21:15:54 UTC
Posted Created attachment 456133 [details]
Patch to add fallocate support.
This is the patch that was posted to the kernel list.
Created attachment 456139 [details]
program to test fallocate on RHEL5.
There is no glibc support for the fallocate system call in RHEL5, so it's necessary to use the syscall() function with __NR_fallocate to call it.
in kernel-2.6.18-243.el5 You can download this test kernel (or newer) from http://people.redhat.com/jwilson/el5 Detailed testing feedback is always welcomed. 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/RHSA-2011-1065.html |