[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] Fwd: [Gluster-users] FileSize changing in GlusterNodes
From: |
Vijay Bellur |
Subject: |
[Gluster-devel] Fwd: [Gluster-users] FileSize changing in GlusterNodes |
Date: |
Mon, 26 Aug 2013 11:53:04 +0530 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
File size as reported on the mount point and the bricks can vary because
of this code snippet in iatt_from_stat():
{
uint64_t maxblocks;
maxblocks = (iatt->ia_size + 511) / 512;
if (iatt->ia_blocks > maxblocks)
iatt->ia_blocks = maxblocks;
}
This snippet was brought in to improve accounting behaviour for quota
that would fail with disk file systems that perform speculative
pre-allocation.
If this aides only specific use cases, I think we should make the
behaviour configurable.
Thoughts?
-Vijay
-------- Original Message --------
Subject: [Gluster-users] FileSize changing in GlusterNodes
Date: Wed, 21 Aug 2013 05:35:40 +0000
From: Bobby Jacob <address@hidden>
To: address@hidden <address@hidden>
Hi,
When I upload files into the gluster volume, it replicates all the files
to both gluster nodes. But the file size slightly varies by (4-10KB),
which changes the md5sum of the file.
Command to check file size : du –k *. I’m using glusterFS 3.3.1 with
Centos 6.4
This is creating inconsistency between the files on both the bricks. ?
What is the reason for this changed file size and how can it be avoided. ?
Thanks & Regards,
*Bobby Jacob*
Attached Message Part
Description: Text document
- [Gluster-devel] Fwd: [Gluster-users] FileSize changing in GlusterNodes,
Vijay Bellur <=