Details
-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
9728
Description
Kit Westneat commented:
"Older versions of tar have to read in the entire file to figure out
what parts are sparse. Newer versions should skip that if the # of
blocks are 0, but I'm not sure if that made it into lustre-tar yet.
Here's the patch:
http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00043.html
"
This hasn't made it into lustre-tar yet, and may be worth looking into.
Attachments
Issue Links
- is related to
-
LU-417 block usage is reported as zero by stat call for tens of seconds after creating a file
-
- Resolved
-
- Trackbacks
-
Lustre Tools In addition to the Lustre code, a number of tools exist to help maintain a Lustre filesystem at
I haven't seen the beta, but I have had this confirmed by Red Hat - tar will be 1.23+patches for sparse files (among other I assume).
Once 6.3 is available, then you will have more choices for RHEL6 users: use vanilla Red Hat tar from 6.3, use WC tar, or roll your own gnu tar >1.24.
WC tar was created specifically to target RHEL5 with the requirement: we want to build on the same platform we run on.
WC tar achieves this. If I remember correctly: The problem with bumping the gun tar version is that more recent (>1.23) versions, that have sparse and other patches included, require a version of autoconf (>2.60) that is not readily available on RHEL5.