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>
* Update Setup-Bare-metal.md
* Updated Set-AWS.md
* Added fdisk -l command in Configure.md
* Command + grammatical issues
* Added in Georeplication.md file as it was considered as a tag by the md
Co-authored-by: root <root@aujjwal.remote.csb>
PR addressing the changes to be made in case
of presence of problematic language in the
documentation.
Fixes: #619
Signed-off-by: srijan-sivakumar <ssivakum@redhat.com>
* updating registries and files replacing space and underscore with dash
* Change more paths and file names to use dash instead of underscore
* Add hook scripts, bug reporting and generic upgrade guides to TOC
Co-authored-by: adityaramteke <adityaramteke05icr@gmail.com>