Displaying 7 results from an estimated 7 matches for "lusterf".
Did you mean:
glusterf
2017 May 29
1
Failure while upgrading gluster to 3.10.1
...led to set keep idle -1 on socket 20, Invalid argument
> [2017-05-29 11:04:52.183052] E [socket.c:2966:socket_connect]
> 0-management: Failed to set keep-alive: Invalid argument
> [2017-05-29 11:04:52.183622] E [rpc-clnt.c:362:saved_frames_unwind] (-->
> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(_gf_log_callingfn+0x1a3)[0x7f767c46d483]
> (--> /usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_unwind+0x1cf)[0x7f767c2383af]
> (--> /usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_destroy+0xe)[0x7f767c2384ce]
> (--> /usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt...
2017 Jul 03
2
Failure while upgrading gluster to 3.10.1
...and was able to get upgrade done using 3.7.0
before moving to 3.11. For some reason 3.7.9 wasn't working well.
On 3.11 though I notice that gluster/nfs is really made optional and
nfs-ganesha is being recommended. We have plans to switch to nfs-ganesha
on new clusters but would like to have glusterfs-gnfs on existing clusters
so a seamless upgrade without downtime is possible.
[2017-07-03 06:43:25.511893] I [MSGID: 106600]
[glusterd-nfs-svc.c:82:glusterd_nfssvc_manager] 0-management: nfs/server.so
xlator is not installed
I was really looking for glusterfs-gnfs package and noticed that .deb i...
2013 Sep 10
4
compiling samba vfs module
hi All,
The system is Ubuntu 12.04
I download and extracted source packages of samba and glusterfs and I built glusterfs, so I get the
right necessary structure:
glusterfs version is 3.4 and it's from ppa.
# ls /data/gluster/glusterfs-3.4.0final/debian/tmp/usr/include/glusterfs/api/glfs.h
/data/gluster/glusterfs-3.4.0final/debian/tmp/usr/include/glusterfs/api/glfs.h
Unfortunately I'm...
2017 Aug 04
0
Quotas not working after adding arbiter brick to replica 2
...ta version) in the file.
Please use the below work around for the same until next upgrade.
you only need to change $vol to the name of volume.
===============================
vol=<v5>
qconf=/var/lib/glusterd/vols/$vol/quota.conf
qconf_bk="$qconf".bk
cp $qconf $qconf_bk
grep "GlusterFS Quota conf | version: v1.2"
/var/lib/glusterd/vols/v5/quota.conf
if [ $? -eq 0 ];
then
entry_size=17;
else
entry_size=16;
fi
size=`ls -l $qconf | awk '{print $5}'`
(( size_new = size - entry_size ))
dd if=$qconf_bk of=$qconf bs=1 count=$size_new
gluster v quota v5 lis...
2017 Aug 04
1
Quotas not working after adding arbiter brick to replica 2
...e below work around for the same until next upgrade.
> you only need to change $vol to the name of volume.
> ===============================
>
> vol=<v5>
> qconf=/var/lib/glusterd/vols/$vol/quota.conf
> qconf_bk="$qconf".bk
> cp $qconf $qconf_bk
> grep "GlusterFS Quota conf | version: v1.2" /var/lib/glusterd/vols/v5/quota.conf
> if [ $? -eq 0 ];
> then
> entry_size=17;
> else
> entry_size=16;
> fi
> size=`ls -l $qconf | awk '{print $5}'`
> (( size_new = size - entry_size ))
> dd if=$qconf_bk of=$qconf bs=1 count=$siz...
2018 Feb 28
1
Intermittent mount disconnect due to socket poller error
...replaced, as were IP addresses.
Let me know if there's anything else I can provide.
% gluster v info VOL
Volume Name: VOL
Type: Replicate
Volume ID: 3207155f-02c6-447a-96c4-5897917345e0
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: SERVER1:/glusterfs/VOL-brick1/data
Brick2: SERVER2:/glusterfs/VOL-brick2/data
Options Reconfigured:
config.transport: tcp
features.selinux: off
transport.address-family: inet
nfs.disable: on
client.ssl: on
performance.readdir-ahead: on
auth.ssl-allow: [NAMES, including CLIENT]
server.ssl: on
ssl.certificate-depth: 3...
2017 Aug 03
2
Quotas not working after adding arbiter brick to replica 2
...;>> UTC Time: August 1, 2017 6:49 AM
>>>> From: mabi at protonmail.ch
>>>> To: Gluster Users <gluster-users at gluster.org>
>>>> Hello,
>>>> As you might have read in my previous post on the mailing list I have added an arbiter node to my GlusterFS 3.8.11 replica 2 volume. After some healing issues and help of Ravi that could get fixed but now I just noticed that my quotas are all gone.
>>>> When I run the following command:
>>>> glusterfs volume quota myvolume list
>>>> There is no output...
>>>&...