Bug 1728550 - geo-rep commands are misaligned in admin doc
Summary: geo-rep commands are misaligned in admin doc
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: Documentation
Version: rhgs-3.5
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
: ---
Assignee: Amrita
QA Contact: Sayalee
URL:
Whiteboard:
Depends On:
Blocks: 1782130
TreeView+ depends on / blocked
 
Reported: 2019-07-10 07:04 UTC by Kshithij Iyer
Modified: 2020-03-17 12:07 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-17 12:07:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Kshithij Iyer 2019-07-10 07:04:02 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.4/html-single/administration_guide/index#Promoting_a_Slave_to_Master

Section Number and Name: 
IV. Manage
- Chapter 10. Managing Geo-replication
-- 10.7. Disaster Recovery
--- 10.7.1. Failover: Promoting a Slave to Master

Describe the issue: 
In the second point the command seem to be misaligned:

2. Run the following commands on the slave machine to promote it to be the master:

# gluster volume set VOLNAME geo-replication.indexing on
 # gluster volume set VOLNAME changelog on

For example

# gluster volume set slave-vol geo-replication.indexing on
 volume set: success
 # gluster volume set slave-vol changelog on
 volume set: success

Suggestions for improvement: 
Remove the extra space and align the commands as shown below.

2. Run the following commands on the slave machine to promote it to be the master:

# gluster volume set VOLNAME geo-replication.indexing on
# gluster volume set VOLNAME changelog on

For example

# gluster volume set slave-vol geo-replication.indexing on
 volume set: success
# gluster volume set slave-vol changelog on
 volume set: success


Additional information:


Note You need to log in before you can comment on or make changes to this bug.