Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geo-rep test failure with https://github.com/gluster/glusterfs/pull/2945 #148

Open
Shwetha-Acharya opened this issue Nov 19, 2021 · 0 comments

Comments

@Shwetha-Acharya
Copy link

Shwetha-Acharya commented Nov 19, 2021

All the geo-replication tests have a pre-requisite of passwordless ssh connection establishment, which is being handled by infra.

however, with gluster/glusterfs#2945 the localhost and the loopback address(127.0.0.1) are replaced with valid ipv4 address, obtained by the command #ip -o -4 addr | grep -v "\<lo\>" | awk '{print $4}' | cut -d/ -f1

Hence the previously setup password-less with the loopback/localhost address is not working for any of the root geo-rep tests.

Please setup a password-less connection with the ip addresses obtained from the command:
#ip -o -4 addr | grep -v "\<lo\>" | awk '{print $4}' | cut -d/ -f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant