Dmitry Sukhodoyev
2009-Dec-28 07:13 UTC
[Gluster-users] afr+dht = fts_read: No such file or directory
i have ports directory with lot of files: ls -lR ports | wc -l 228990 and not so much size: du -hs ports 739M ports then i try same commands on glusterfs (afr+dht), i receive error: "du: fts_read: No such file or directory". how to fix it? volume files for server and client in attachments and command lines in attachment. i tried this with versions 2.0.8 and 2.0.9. thanks.
Lakshmipathi Ganapathi
2009-Dec-28 07:46 UTC
[Gluster-users] afr+dht = fts_read: No such file or directory
Hi Dmitry Sukhodoyev, Do you have file named "fts_read" ? Are you sure this issue related to glusterfs? This seems like a common issue with "du" - Check this link: http://www.unixtutorial.org/2009/02/troubleshooting-du-fts_read-no-such-file-or-directory-error/ Let us know,the results. Cheers, Lakshmipathi.G ----- Original Message ----- From: "Dmitry Sukhodoyev" <raven428 at gmail.com> To: gluster-users at gluster.org Sent: Monday, December 28, 2009 12:43:13 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: [Gluster-users] afr+dht = fts_read: No such file or directory i have ports directory with lot of files: ls -lR ports | wc -l 228990 and not so much size: du -hs ports 739M ports then i try same commands on glusterfs (afr+dht), i receive error: "du: fts_read: No such file or directory". how to fix it? volume files for server and client in attachments and command lines in attachment. i tried this with versions 2.0.8 and 2.0.9. thanks. _______________________________________________ Gluster-users mailing list Gluster-users at gluster.org http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
Vikas Gorur
2009-Dec-28 09:39 UTC
[Gluster-users] afr+dht = fts_read: No such file or directory
Dmitry Sukhodoyev wrote:> i have ports directory with lot of files: > ls -lR ports | wc -l > 228990 > and not so much size: > du -hs ports > 739M ports > > then i try same commands on glusterfs (afr+dht), i receive error: "du: > fts_read: No such file or directory". how to fix it? volume files for server > and client in attachments and command lines in attachment. i tried this with > versions 2.0.8 and 2.0.9. >Dmitry, Were any other commands being run on the mountpoint while du was running? Were any of the files or directories being deleted? If so, that explains why du suddenly finds some files missing. Vikas