1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00
Files
glusterdocs/docs
Shwetha K Acharya dba940db99 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 <custom 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 <custom_port>

Solution:
Added about the command:
   gluster volume geo-replication gvol-primary
   geoaccount@snode1.example.com::gvol-secondary config ssh_port
   <custom_port>

before the usage of:
   gluster volume geo-replication gvol-primary
   geoaccount@snode1.example.com::gvol-secondary
   create ssh-port <custom port> push-pem

Fixes: #2819
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
2021-10-04 21:06:02 +05:30
..
2018-08-07 09:38:21 +05:30
2021-06-22 11:29:29 +05:30
2018-08-08 08:00:52 +05:30