Bug 1611945
Summary: | [geo-rep] Cannot configure ssh_port and ssh_command options in glusterfs georeplication | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Dimitri Ars <dimitri.ars> |
Component: | geo-replication | Assignee: | bugs <bugs> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1 | CC: | bugs, chewi, dimitri.ars, khiremat, nchilaka |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-12-13 05:44:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dimitri Ars
2018-08-03 06:47:31 UTC
(Oh, don't mind the 1.2.3.4 / 192.168.92.11 / volname / certificates messup in my examples :) Same here on a brand new install. If you want to use the different ssh-port for geo-rep. It has to be specified during creation itself. gluster volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> create [[ssh-port n][[no-verify]|[push-pem]]] [force] If the session is already created, please follow below steps. 1. Stop geo-rep 2. gluster volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> create ssh-port <n> push-pem force 3. Start geo-rep I am closing the bug. Please re-open if the above does not work. |