Bug 1823703
Summary: | Failures in rebalance due to [No space left on device] error while migrating files with holes. | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Sayalee <saraut> |
Component: | distribute | Assignee: | Barak Sason Rofman <bsasonro> |
Status: | CLOSED ERRATA | QA Contact: | Sayalee <saraut> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.5 | CC: | bsasonro, dwalveka, pasik, pprakash, puebele, rcyriac, rhs-bugs, rkothiya, sheggodu, spalai, storage-qa-internal |
Target Milestone: | --- | Keywords: | Reopened, ZStream |
Target Release: | RHGS 3.5.z Batch Update 2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-6.0-33 | Doc Type: | Bug Fix |
Doc Text: |
Earlier, the rebalance process used fallocate() system call to create the destination files when migrating sparse files. This sometimes resulted in the error “No space left on the device” if the size of the sparse file was enormous and the destination node could not accommodate the file.
With this update, the code is modified to use truncate() system call to create destination files, and now rebalance no longer fails the migration of sparse files even with enormous size.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-19 16:21:57 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: |
Description
Sayalee
2020-04-14 10:16:09 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2572 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2572 |