Aravinda VK

Results 162 comments of Aravinda VK

NFS Ganesha integration worked! Little changes to the nfs-ganesha build steps(`GLUSTER_PREFIX`) if glusterfs is installed as source installation(github.com/kadalu/glusterfs kadalu_1 branch) ``` cmake -DUSE_FSAL_GLUSTER=ON -DGLUSTER_PREFIX=/usr/local ../src/ ``` One more dependency required...

CLIs: ``` kadalu nfs enable / [--nodes=node1,node2] kadalu nfs disable / [--nodes=node1,node2] ``` Above commands enable or disable the NFS Ganesha exports in any of the managed nodes. If `--nodes`...

Ref: Gluster Hook script that enables the NFS ganesha service https://github.com/gluster/glusterfs/blob/1d534b57d279a59b8bded3a5fe57801c20a3e32c/extras/hook-scripts/start/post/S31ganesha-start.sh

Patch is under review. Adding comment to remove wontfix flag.

This issue is discussed many times in the mailing list (https://lists.gluster.org/pipermail/gluster-users/2015-March/021333.html) and other issues. We need to come up with the proper solution to this use case. Issue: - Glusterd...

I will look into this and update. - Is add-brick command failing or mount is failed after the add-brick command? - Why not used reset-brick command if the same brick...

From the backtrace, I can see that `SSL_read` is crashed. What were the steps used to setup new node and the existing nodes (Clients and Servers)? New SSL key generated...

I tested this in our lab, couldn't reproduce the crash. The steps I did were: - Generate SSL key and certificate in two nodes (`server1.gluster` and `server2.gluster`) - Create two...

Even number of nodes are not good for Replicate. Chances of split brain is high compared to odd number of bricks. Replica volumes with replica count more than 3 is...

The Red Hat Gluster Storage is based on upstream Gluster 6.x. Gluster 6.x is already EOL on 12th May 2020 (Ref: https://www.gluster.org/release-schedule/). Only Red Hat customers are affected with RHGS...