Re: [Gluster-users] "linkfile not having link" occurrs sometimes after renaming

2018-01-15 Thread Nithya Balachandran
Hi Paul, The rename operation internally consists of several operations including an unlink of the original file and linkto files if required. Can you provide details of the clients used, the volume type and the exact steps performed so we can try to reproduce this? Thanks, Nithya On 15

Re: [Gluster-users] Using the host name of the volume, its related commands can become very slow

2018-01-15 Thread Atin Mukherjee
On Mon, Jan 15, 2018 at 6:30 PM, 陈曦 wrote: > Using the host name of the volume, its related gluster commands can become > very slow .For example,create,start,stop volume,nfs related commands. and > some time And in some cases, the command will return Error : Request timed >

Re: [Gluster-users] glusterfs development library

2018-01-15 Thread Vijay Bellur
On Mon, Jan 15, 2018 at 2:53 AM, 陈曦 wrote: > I want to write a python script and visual interface to manage glusterfs, > such as creating and deleting volumes.This can be easier to manage > glusterfs。 > But,now ,I execute the glusterfs command using python's > subprocess.popen

[Gluster-users] Moved - Gluster Developer Conversations, Jan 16, 15:00 UTC

2018-01-15 Thread Amye Scavarda
Hey there, As not everyone's come back from the holidays (and other things!), I'll move this to later in the month. Watch this space for more, I'll reannounce with enough time for people to sign up. - amye On Tue, Dec 12, 2017 at 7:07 AM, Amye Scavarda wrote: > Interested in

Re: [Gluster-users] glusterfs development library

2018-01-15 Thread Serkan Çoban
You should try libgfapi: https://libgfapi-python.readthedocs.io/en/latest/ On Mon, Jan 15, 2018 at 9:01 PM, Marcin Dulak wrote: > Maybe consider extending the functionality of > http://docs.ansible.com/ansible/latest/gluster_volume_module.html? > > Best regards, > >

Re: [Gluster-users] glusterfs development library

2018-01-15 Thread Marcin Dulak
Maybe consider extending the functionality of http://docs.ansible.com/ansible/latest/gluster_volume_module.html? Best regards, Marcin On Mon, Jan 15, 2018 at 11:53 AM, 陈曦 wrote: > I want to write a python script and visual interface to manage glusterfs, > such as creating and

Re: [Gluster-users] Sent and Received peer request (Connected)

2018-01-15 Thread Dj Merrill
On 1/15/2018 8:00 AM, Atin Mukherjee wrote: What you’d need to do is to set ‘state=3’ for the peer which is not in connected state in /var/lib/glusterd/peers/ and then restart the glusterd service. Thank you Atin, that worked perfectly! On glusterfs2, I edited the uuid file for glusterfs1

[Gluster-users] glusterfs development library

2018-01-15 Thread 陈曦
I want to write a python script and visual interface to manage glusterfs, such as creating and deleting volumes.This can be easier to manage glusterfs。 But,now ,I execute the glusterfs command using python's subprocess.popen function,such as subprocess.Popen(GLUSTER_CMD,

Re: [Gluster-users] [Gluster-devel] Integration of GPU with glusterfs

2018-01-15 Thread Vijay Bellur
On Mon, Jan 15, 2018 at 12:06 AM, Ashish Pandey wrote: > > It is disappointing to see the limitation being put by Nvidia on low cost > GPU usage on data centers. > https://www.theregister.co.uk/2018/01/03/nvidia_server_gpus/ > > We thought of providing an option in glusterfs

[Gluster-users] "linkfile not having link" occurrs sometimes after renaming

2018-01-15 Thread Paul
There are two users u1 & u2 in the cluster. Some files are created by u1, and they are read only for u2. Of course u2 can read these files. Later these files are renamed by u1. Then I switch to the user u2. I find that u2 can't list or access the renamed files. I see these errors in log:

Re: [Gluster-users] Roll back glusterfs to 3.10

2018-01-15 Thread Pavel Znamensky
Ok, I've got the plan: 1. unmount volume on all clients 2. shut down glusterd on all nodes 3. set old op.version (310xx) via /var/lib/glusterd/glusterd.info on all nodes 4. downgrade rpm packages everywhere 5. start glusterd & mount volume Does it look fine? Also is there any way to roll back

Re: [Gluster-users] Creating cluster replica on 2 nodes 2 bricks each.

2018-01-15 Thread Atin Mukherjee
On Fri, 12 Jan 2018 at 21:16, Nithya Balachandran wrote: > -- Forwarded message -- > From: Jose Sanchez > Date: 11 January 2018 at 22:05 > Subject: Re: [Gluster-users] Creating cluster replica on 2 nodes 2 bricks > each. > To: Nithya

Re: [Gluster-users] Sent and Received peer request (Connected)

2018-01-15 Thread Atin Mukherjee
On Fri, 12 Jan 2018 at 01:34, Dj Merrill wrote: > This morning I did a rolling update from the latest 3.7.x to 3.12.4, > with no client activity. "Rolling" as in, shut down the Gluster > services on the first server, update, reboot, wait until up and running, > proceed to the

[Gluster-users] Using the host name of the volume, its related commands can become very slow

2018-01-15 Thread 陈曦
Using the host name of the volume, its related gluster commands can become very slow .For example,create,start,stop volume,nfs related commands. and some time And in some cases, the command will return Error : Request timed out but If using ip address to create the volume. The volume all gluster

Re: [Gluster-users] [Gluster-devel] Integration of GPU with glusterfs

2018-01-15 Thread Ashish Pandey
It is disappointing to see the limitation being put by Nvidia on low cost GPU usage on data centers. https://www.theregister.co.uk/2018/01/03/nvidia_server_gpus/ We thought of providing an option in glusterfs by which we can control if we want to use GPU or not. So, the concern of gluster