Description of problem: The column named SLAVE in geo-replication status output shows the values in a inconsistent way. some times the hostname is prefixed with "ssh://" sometimes just the hostname is displayed. eg: 1. without prefix: MASTER NODE MASTER VOL MASTER BRICK SLAVE STATUS CHECKPOINT STATUS CRAWL STATUS ---------------------------------------------------------------------------------------------------------------------------------------------- dhcp42-98.lab.eng.blr.redhat.com vol1 /bricks/b1 10.70.42.104::slavevol1 Not Started N/A N/A ********************** 2. With prefix: MASTER NODE MASTER VOL MASTER BRICK SLAVE STATUS CHECKPOINT STATUS CRAWL STATUS ---------------------------------------------------------------------------------------------------------------------------------------------------- dhcp42-98.lab.eng.blr.redhat.com vol1 /bricks/b1 ssh://10.70.42.104::slavevol1 Not Started N/A N/A ***************************** Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: The output in SLAVE column should be consistent and it should not be prefixed with "ssh://". Additional info: This issue has to be addressed in --xml output as well.
New Column is introduced in Geo-rep Status called "SLAVE NODE" which will show to which Slave node a Geo-rep worker is connected. Default value is "N/A" in case Worker is not in Active/Passive state. "SLAVE" column will always shows the the Slave details used in session creation. Closing this bug since it is fixed with 3.7 release. Please reopen if found again.