Bug 1115107
Summary: | [SNAPSHOT]: Issue with snapshot when the brick size is in TB's | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | rjoseph |
Component: | core | Assignee: | rjoseph |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bfoster, bugs, esandeen, gluster-bugs, nsathyan, rhinduja, rhs-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | SNAPSHOT | ||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1114592 | Environment: | |
Last Closed: | 2014-11-11 08:36:29 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: | 1114592 | ||
Bug Blocks: |
Comment 1
Anand Avati
2014-07-01 14:59:05 UTC
REVIEW: http://review.gluster.org/8215 (glusterd/snapshot: Change file-system uuid to file-system label) posted (#2) for review on master by Rajesh Joseph (rjoseph) REVIEW: http://review.gluster.org/8215 (glusterd/snapshot: Change file-system uuid to file-system label) posted (#3) for review on master by Rajesh Joseph (rjoseph) REVIEW: http://review.gluster.org/8215 (glusterd/snapshot: Change file-system uuid to file-system label) posted (#4) for review on master by Avra Sengupta (asengupt) COMMIT: http://review.gluster.org/8215 committed in master by Vijay Bellur (vbellur) ------ commit dedef037d64fef59d74b9861562aa7f93857a53e Author: Rajesh Joseph <rjoseph> Date: Tue Jul 1 20:25:04 2014 +0530 glusterd/snapshot: Change file-system uuid to file-system label Problem: In XFS changing file-system UUID with xfs_admin is causing too much delay with large file-system. The time taken by xfs_admin tool to change UUID is directly proportional to the size of the file system. Cause: In XFS file-system UUID is stored in file-system superblock. Therefore for chaning UUID all the superblock needs to be changed. Fix: Instead of using file-system UUID use file-system label. Change-Id: Ifb4c668fb29cfc1c89d9b221abc8d09dc09589ec BUG: 1115107 Signed-off-by: Rajesh Joseph <rjoseph> Reviewed-on: http://review.gluster.org/8215 Reviewed-by: Atin Mukherjee <amukherj> Reviewed-by: Avra Sengupta <asengupt> Reviewed-by: Vijay Bellur <vbellur> Tested-by: Vijay Bellur <vbellur> 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.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [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://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |