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

builders for centos8_regression don't have passwordless ssh configured #183

Open
xhernandez opened this issue Mar 17, 2023 · 3 comments
Open

Comments

@xhernandez
Copy link

Many tests from centos8_regression job fail because the passwordless root ssh seems to be not properly configured in the builders.

From the logs of the jobs:

  16:33:48 ok   5 [     69/    294] <  34> 'gluster --mode=script --wignore volume create secondary replica 2 172.31.9.20:/d/backends/secondary1 172.31.9.20:/d/backends/secondary2 172.31.9.20:/d/backends/secondary3 172.31.9.20:/d/backends/secondary4'
  16:33:48 ok   6 [     14/    615] <  35> 'gluster --mode=script --wignore volume start secondary'
  16:33:48 ok   7 [     15/     38] <  38> 'glusterfs -s 172.31.9.20 --volfile-id primary /mnt/glusterfs/0'
  16:33:48 ok   8 [     43/     64] <  41> 'glusterfs -s 172.31.9.20 --volfile-id secondary /mnt/glusterfs/1'
- 16:33:48 Passwordless ssh login has not been setup with 172.31.9.20 for user root.
  16:33:48 ok   9 [     15/   2626] <  44> 'create_georep_session primary 172.31.9.20::secondary'
@xhernandez
Copy link
Author

It seems that the issue only happens on builder-c8-3

@mscherer
Copy link
Collaborator

yeah, builder-c8-3 was full, so it is possible it broke something, either during test, or for deployment. Does it still happen after we cleaned the builder ?

@mscherer
Copy link
Collaborator

Also, I see that:

# wc -l .ssh/authorized_keys 
313 .ssh/authorized_keys

That's maybe a cause of trouble, as I suspect ssh stop after a while. If the test do not clean after themself, that's a problem :/

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

2 participants