Displaying 20 results from an estimated 3000 matches similar to: "lstat & readlink calls during glusterfsd process startup"
2012 Sep 18
1
glusterd vs. glusterfsd
I'm running version 3.3.0 on Fedora16-x86_64.  The official(?) RPMs
ship two init scripts, glusterd and glusterfsd.  I've googled a bit,
and I can't figure out what the purpose is for each of them.  I know
that I need one of them, but I can't tell which for sure.  There's no
man page for either, and running them with --help returns the same
exact output.  Do they have separate
2017 Aug 02
0
High load on CPU due to glusterfsd process
Could you please response?
On Fri, Jul 28, 2017 at 5:55 PM, ABHISHEK PALIWAL <abhishpaliwal at gmail.com>
wrote:
> Hi Team,
>
> Whenever I am performing the IO operation on gluster volume, the loads is
> getting increase on CPU which reaches upto 70-80 sometimes.
>
> when we started debugging, found that the io_worker thread is created to
> server the IO request and
2017 Jul 28
2
High load on CPU due to glusterfsd process
Hi Team,
Whenever I am performing the IO operation on gluster volume, the loads is
getting increase on CPU which reaches upto 70-80 sometimes.
when we started debugging, found that the io_worker thread is created to
server the IO request and consume high CPU till that request gets completed.
Could you please let me know why io_worker thread takes this much of CPU.
Is there any way to resole
2017 Jul 28
0
/var/lib/misc/glusterfsd growing and using up space on OS disk
Hello,
Today while freeing up some space on my OS disk I just discovered that there is a /var/lib/misc/glusterfsd directory which seems to save data related to geo-replication.
In particular there is a hidden sub-directory called ".processed" as you can see here:
2016 Feb 29
0
Sys.readlink (on BSD vs Linux)
> On Feb 29, 2016, at 5:59 AM, Sven Templer <sven.templer at gmail.com> wrote:
> 
> Hello,
> 
> sorry for not being clear enough.
> 
> My problem is represented with the following code, running on OSX:
> 
> mkdir ~/test
> ln -s ~/test ~/testlink
> touch ~/test/foo
> Rscript -e 'Sys.readlink(c("~/test/foo", "~/testlink/foo"));
2017 Sep 18
1
Confusing lstat() performance
On 18/09/17 17:23, Ben Turner wrote:
> Do you want tuned or untuned?  If tuned I'd like to try one of my tunings for metadata, but I will use yours if you want.
(Re-CC'd list)
I would be interested in both, if possible: To confirm that it's not
only my machines that exhibit this behaviour given my settings, and to
see what can be achieved with your tuned settings.
Thank you!
2014 Apr 15
0
[klibc:master] readlink: Handle multiple input arguments
Commit-ID:  1ba3e80738407d13bc4a71812578848b6f657e23
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1ba3e80738407d13bc4a71812578848b6f657e23
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 15 Apr 2014 09:34:45 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 15 Apr 2014 09:34:45 -0700
readlink: Handle multiple input
2014 Apr 15
0
[klibc:master] readlink: Better buffer handling
Commit-ID:  4a66f39cb53fde78c4518615382be83a9e2bff0b
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4a66f39cb53fde78c4518615382be83a9e2bff0b
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 15 Apr 2014 09:27:38 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 15 Apr 2014 09:27:38 -0700
readlink: Better buffer handling
2016 Jan 06
0
[klibc:master] readlink: Add -f option
Commit-ID:  4d9db8a092aee0dfaebb65e0b4f054a40d92cbd9
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4d9db8a092aee0dfaebb65e0b4f054a40d92cbd9
Author:     Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Wed, 6 Jan 2016 01:09:16 +0000
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 5 Jan 2016 17:48:48 -0800
[klibc] readlink: Add -f option
2016 Feb 29
2
Sys.readlink (on BSD vs Linux)
Hello together,
the function `Sys.readlink` uses the system's readlink command to resolve symlink paths. On OSX/BSD the command has a different meaning than on Linux [1].
There exists the tool 'realpath', which seems suitable for the task, at least applied at the command line level [2]. It is used in `normalizePath`.
I suggest (at least the latter) to
* use realpath instead readlink
2014 Apr 15
0
[klibc:master] readlink: Reduce size by calling _fwrite() instead of puts()
Commit-ID:  06e395cd75dc79289ae789c146795189c32babd8
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=06e395cd75dc79289ae789c146795189c32babd8
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 15 Apr 2014 13:23:49 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 15 Apr 2014 13:23:49 -0700
readlink: Reduce size by calling
2014 Sep 27
1
[PATCH 2/2] readlink: Add -f option
This is needed to support mounting non-root filesystems in
initramfs-tools.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
initramfs-tools 0.117 only works with busybox; this should allow it to
work with klibc again.
Ben.
--- a/usr/utils/readlink.c
+++ b/usr/utils/readlink.c
@@ -7,24 +7,45 @@ const char *progname;
 
 static __noreturn usage(void)
 {
-	fprintf(stderr,
2017 Sep 15
0
Confusing lstat() performance
Hi Niklas,
Out of interest have you tried testing performance with performance.stat-prefetch enabled?
--
Sam McLeod 
@s_mcleod
https://smcleod.net
> On 14 Sep 2017, at 10:42 pm, Niklas Hamb?chen <mail at nh2.me> wrote:
> 
> Hi,
> 
> I have a gluster 3.10 volume with a dir with ~1 million small files in
> them, say mounted at /mnt/dir with FUSE, and I'm observing
2006 Sep 02
0
Dir.readlink
Hi all,
I was thinking we should have a Dir.readlink method that would follow a 
junction to its destination.  Sound good?  Is ''readlink'' a good choice? 
Or should we call it read_junction?
Regards,
Dan
2003 Jul 20
0
Permission denied & readlink errors
HI,
I encountered the following errors below when using rsync version 2.5.6, with the options:
# rsync -avzo --delete /src /dest
I invoked rsync as a root user. The source and destination filesystems (both reside on the NFS disks), have been exported with root privileges. 
1) This file below does exists, however rsync complained of a "No such file or directory" error:
readlink
2016 Feb 29
3
Sys.readlink (on BSD vs Linux)
Hello,
sorry for not being clear enough.
My problem is represented with the following code, running on OSX:
mkdir ~/test
ln -s ~/test ~/testlink
touch ~/test/foo
Rscript -e 'Sys.readlink(c("~/test/foo", "~/testlink/foo")); normalizePath(c("~/test/foo","~/testlink/foo"))'
I expected `Sys.readlink` to show the same output as `normalizePath`.
Also,
2008 Aug 24
2
Unusual bug in glusterfsd
Hi,
	I'm rather new to this project, having stumbled across it earlier this
afternoon, so forgive me if I'm still trying to find my way around.  I
was in the need of an alternative to NFS that would let me spread the
task of sharing my downloaded source code files across a couple of
boxes, and GlusterFS looked like a great candidate, having had no luck
with Coda or OpenAFS.
	I also want
2013 Jul 07
1
Getting ERROR: parsing the volfile failed (No such file or directory) when starting glusterd on Fedora 19
I don't get this.  I am using a freshly installed copy of Fedora 19 and starting up glusterd for the first time.  The goal is to have a replicated directory on two systems.  But for right now, I can't even start up the glusterd daemon right out of the box.
Trying to follow the Quick Start directions at http://gluster.org/community/documentation/index.php/QuickStart is, well, challenging. 
2013 Jun 03
2
recovering gluster volume || startup failure
Hello Gluster users:
sorry for long post, I have run out of ideas here, kindly let me know if i am looking at right places for logs and any suggested actions.....thanks
a sudden power loss casued hard reboot - now the  volume does not start
Glusterfs- 3.3.1 on Centos 6.1 transport: TCP
sharing volume over NFS for VM storage - VHD Files 
Type: distributed - only 1 node (brick)
XFS (LVM)
2013 Feb 08
1
GlusterFS OOM Issue
Hello,
I am running GlusterFS version 3.2.7-2~bpo60+1 on Debian 6.0.6. Today, I 
have experienced a a glusterfs process cause the server to invoke 
oom_killer.
How exactly would I go about investigating this and coming up with a fix?
-- 
Steve King
Network/Linux Engineer - AdSafe Media
Cisco Certified Network Professional
CompTIA Linux+ Certified Professional
CompTIA A+ Certified Professional