Bug 949242
Summary: | Introduce fallocate support | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijay Bellur <vbellur> |
Component: | core | Assignee: | Brian Foster <bfoster> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bfoster, bugs, gluster-bugs, htaira, pportant |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-05-15 17:16:14 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: | |||
Bug Depends On: | |||
Bug Blocks: | 856704, 963678 |
Description
Vijay Bellur
2013-04-07 07:56:27 UTC
REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#1) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#2) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#3) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#4) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#5) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#6) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#7) for review on master by Brian Foster (bfoster) REVIEW: http://review.gluster.org/4969 (gluster: add fallocate fop support) posted (#8) for review on master by Brian Foster (bfoster) COMMIT: http://review.gluster.org/4969 committed in master by Anand Avati (avati) ------ commit d1ccc4e400728d90f2ef7904661f53deb7199123 Author: Brian Foster <bfoster> Date: Wed May 8 08:54:11 2013 -0400 gluster: add fallocate fop support Implement support for the fallocate file operation. fallocate allocates blocks for a particular inode such that future writes to the associated region of the file are guaranteed not to fail with ENOSPC. This patch adds fallocate support to the following areas: - libglusterfs - mount/fuse - io-stats - performance/md-cache,open-behind - quota - cluster/afr,dht,stripe - rpc/xdr - protocol/client,server - io-threads - marker - storage/posix - libgfapi BUG: 949242 Change-Id: Ice8e61351f9d6115c5df68768bc844abbf0ce8bd Signed-off-by: Brian Foster <bfoster> Reviewed-on: http://review.gluster.org/4969 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Anand Avati <avati> A beta release for GlusterFS 3.6.0 has been released. Please verify if the release solves this bug report for you. In case the glusterfs-3.6.0beta1 release does not have a resolution for this issue, leave a comment in this bug and move the status to ASSIGNED. If this release fixes the problem for you, leave a note and change the status to VERIFIED. Packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update (possibly an "updates-testing" repository) infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-September/018836.html [2] http://supercolony.gluster.org/pipermail/gluster-users/ This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |