Bug 1667168

Summary: Thin Arbiter documentation refers commands don't exist "glustercli'
Product: [Community] GlusterFS Reporter: Amgad <amgad.saleh>
Component: arbiterAssignee: Vishal Pandey <vpandey>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: mainlineCC: atumball, bugs, ravishankar
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-7.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-05 08:47:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amgad 2019-01-17 15:54:13 UTC
Description of problem:
Tried to install Thin arbiter following the documentation user:

https://docs.gluster.org/en/latest/Administrator%20Guide/Thin-Arbiter-Volumes/

Command "glustercli" doesn't exist!

glustercli volume create testvol --replica 2 server{1..2}:/bricks/brick-{1..2} --thin-arbiter server-3:/bricks/brick_ta --force
volume create: testvol: success: please start the volume to access data

Version-Release number of selected component (if applicable):
4.1.4 and 5.*

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Ravishankar N 2019-01-28 04:14:05 UTC
"glustercli" is the CLI for glusterd2 (gd2). Thin-arbiter is currently a gd2 based solution only. If you want to try it out, you would need to do so using the GD2 command line interface (Install from https://github.com/gluster/glusterd2/). We're still ironing out a few bugs in thin-arbiter though, for example, https://review.gluster.org/#/c/glusterfs/+/21933/ which needs to be merged. 

We are thinking of adding GD1 support too, so I'll keep this bug open to submit the patch when we get to it.

Comment 2 Ravishankar N 2019-03-22 09:26:25 UTC
Changing the assignee to Vishal who has agreed to help out with the cli/glusterd (GD1) related changes needed for this.

Comment 3 Worker Ant 2019-04-24 08:19:25 UTC
REVIEW: https://review.gluster.org/22612 (WIP: Thin Arbiter volume create CLI) posted (#1) for review on master by None

Comment 4 Amar Tumballi 2019-07-05 08:47:59 UTC
Now that Thin-Arbiter patch is merged, marking it as NEXT_RELEASE.