Bug 1711820

Summary: Typo in cli return string.
Product: [Community] GlusterFS Reporter: Nithya Balachandran <nbalacha>
Component: cliAssignee: bugs <bugs>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-23 09:18:08 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 Nithya Balachandran 2019-05-20 07:56:13 UTC
Description of problem:

Create a replica 2 volume. Add bricks to it to expand the volume without changing the replica count. The cli displays the following:


[root@rhgs313-6 src]# gluster volume add-brick vol1 replica 2 192.168.122.6:/bricks/brick1/vol1-3 192.168.122.7:/bricks/brick1/vol1-3
Replica 2 volumes are prone to split-brain. Use Arbiter or Replica 3 to avaoid this. See: http://docs.gluster.org/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/.
Do you still want to continue?
 (y/n) y


"avoid" is spelled incorrectly.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2019-05-21 11:23:13 UTC
REVIEW: https://review.gluster.org/22757 (cli:  Fixed typos) posted (#1) for review on master by N Balachandran

Comment 2 Worker Ant 2019-05-23 09:18:08 UTC
REVIEW: https://review.gluster.org/22757 (cli:  Fixed typos) merged (#3) on master by Atin Mukherjee