Bug 1231678
Summary: | geo-rep: gverify.sh throws error if slave_host entry is not added to know_hosts file | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | M S Vishwanath Bhat <vbhat> |
Component: | geo-replication | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | avishwan, bugs, gluster-bugs, mzywusko, vbhat |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.7.4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1228696 | Environment: | |
Last Closed: | 2015-09-09 09:38:00 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: | |||
Bug Depends On: | 1228696 | ||
Bug Blocks: |
Description
M S Vishwanath Bhat
2015-06-15 08:22:01 UTC
REVIEW: http://review.gluster.org/11225 (gverify: Adding StrictHostKeyChecking=no for ssh verification) posted (#2) for review on release-3.7 by M S Vishwanath Bhat (msvbhat) REVIEW: http://review.gluster.org/11225 (gverify: Adding StrictHostKeyChecking=no for ssh verification) posted (#3) for review on release-3.7 by M S Vishwanath Bhat (msvbhat) REVIEW: http://review.gluster.org/11225 (gverify: Adding StrictHostKeyChecking=no for ssh verification) posted (#4) for review on release-3.7 by M S Vishwanath Bhat (msvbhat) REVIEW: http://review.gluster.org/11225 (gverify: Adding StrictHostKeyChecking=no for ssh verification) posted (#6) for review on release-3.7 by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/11225 (gverify: Adding StrictHostKeyChecking=no for ssh verification) posted (#7) for review on release-3.7 by M S Vishwanath Bhat (msvbhat) COMMIT: http://review.gluster.org/11225 committed in release-3.7 by Venky Shankar (vshankar) ------ commit 5a8dd6f39ec6a536cf13b2758a754947ded16a23 Author: M S Vishwanath Bhat <vbhat> Date: Thu Jun 4 17:52:00 2015 +0530 gverify: Adding StrictHostKeyChecking=no for ssh verification Before actually checking the compatibility between master and slave, gverify checks if there is a passwordless ssh connection between master to slave. So if the entry of the slave was not present in 'known_hosts' file in master gverify used to complain that passwordless ssh has not been setup. This used to happen even if there is a passwordless ssh between master to slave. This patch fixes the above problem by using StrictHostKeyChecking=no while doing ssh to slave. Reviewed-on: http://review.gluster.org/11106 Change-Id: I01577ffa82a4504b4674fe26a5256ca890777557 BUG: 1231678 Signed-off-by: M S Vishwanath Bhat <vbhat> Reviewed-on: http://review.gluster.org/11225 Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Aravinda VK <avishwan> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.4, please open a new bug report. glusterfs-3.7.4 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/12496 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |