From dba940db997ba9ffd0ff52353b83ad9a13120c8b Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Mon, 4 Oct 2021 21:06:02 +0530 Subject: [PATCH] Geo-Replication: update about ssh-port config Problem: When a custom ssh port is set at the secondary volume, gluster volume geo-replication gvol-primary geoaccount@snode1.example.com::gvol-secondary create ssh-port push-pem is used. However, create push-pem command cannot alter the config options. One have to manually alter the config option, using: gluster volume geo-replication gvol-primary geoaccount@snode1.example.com::gvol-secondary config ssh_port Solution: Added about the command: gluster volume geo-replication gvol-primary geoaccount@snode1.example.com::gvol-secondary config ssh_port before the usage of: gluster volume geo-replication gvol-primary geoaccount@snode1.example.com::gvol-secondary create ssh-port push-pem Fixes: #2819 Signed-off-by: Shwetha K Acharya --- docs/Administrator-Guide/Geo-Replication.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Administrator-Guide/Geo-Replication.md b/docs/Administrator-Guide/Geo-Replication.md index b164ddb..66b298e 100644 --- a/docs/Administrator-Guide/Geo-Replication.md +++ b/docs/Administrator-Guide/Geo-Replication.md @@ -185,9 +185,13 @@ For example, create push-pem ``` -If custom SSH port is configured in Secondary nodes then, +If custom SSH port (example: 50022) is configured in Secondary nodes then ```console +# gluster volume geo-replication gvol-primary \ + geoaccount@snode1.example.com::gvol-secondary \ + config ssh_port 50022 + # gluster volume geo-replication gvol-primary \ geoaccount@snode1.example.com::gvol-secondary \ create ssh-port 50022 push-pem