-
Notifications
You must be signed in to change notification settings - Fork 0
Fix remove_hosts() function #21
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
base: main_base
Are you sure you want to change the base?
Conversation
|
Upstream branch: 5d9af77 |
4b47b17 to
7af4abc
Compare
|
Upstream branch: 45dd47e |
1b0b691 to
a71a634
Compare
7af4abc to
bb28cc8
Compare
|
Upstream branch: 11f72ce |
a71a634 to
8b6158a
Compare
bb28cc8 to
b3e59b9
Compare
|
Upstream branch: 39aeba4 |
8b6158a to
52c19ba
Compare
b3e59b9 to
e108308
Compare
|
Upstream branch: 683610d |
52c19ba to
c4b75ec
Compare
e108308 to
7aad7c2
Compare
|
Upstream branch: 01b0bdd |
c4b75ec to
7925d0f
Compare
7aad7c2 to
8ceccf4
Compare
|
Upstream branch: b9e7570 |
7925d0f to
e5b413f
Compare
8ceccf4 to
f8bc71a
Compare
|
Upstream branch: 1046d42 |
e5b413f to
7d3a94d
Compare
f8bc71a to
31173fc
Compare
|
Upstream branch: ad7a161 |
7d3a94d to
3f0dbcc
Compare
31173fc to
cf57507
Compare
|
Upstream branch: 775d123 |
|
Upstream branch: 0e172a8 |
c6581c4 to
1c59f33
Compare
ea6130b to
c148677
Compare
|
Upstream branch: 3521091 |
1c59f33 to
49fa0ba
Compare
c148677 to
2f5eb38
Compare
|
Upstream branch: 23c9fca |
49fa0ba to
953996f
Compare
2f5eb38 to
f1d00eb
Compare
|
Upstream branch: ef5f294 |
953996f to
ab39fa7
Compare
f1d00eb to
f3acfa2
Compare
|
Upstream branch: 7ce773b |
ab39fa7 to
9876f4f
Compare
f3acfa2 to
7f47070
Compare
|
Upstream branch: 1199224 |
9876f4f to
2784f7c
Compare
7f47070 to
9c7bd6b
Compare
|
Upstream branch: 4a0beb6 |
2784f7c to
acc0e45
Compare
9c7bd6b to
17eb617
Compare
|
Upstream branch: 292c2a5 |
acc0e45 to
485674c
Compare
17eb617 to
b6d2a44
Compare
|
Upstream branch: 76b19c2 |
485674c to
29ce530
Compare
b6d2a44 to
a7241fe
Compare
|
Upstream branch: 370657c |
Commit 3b6fbaaaf1df ("update_ssh_config.py: add IP address on Host
line") added an IP address at the end of each Host line. This extra
field breaks the simple host entry matching logic in the
remove_hosts() function, making "--remove" a no-op.
If the ssh_config entries are not removed, the config file grows
without bounds. If new hostnames are added that have the same name
as existing entries, ssh to those hosts fails, which makes certain
Ansible tasks hang for a bit and then fail.
Fixes: 3b6fbaaaf1df ("update_ssh_config.py: add IP address on Host line")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
29ce530 to
d505607
Compare
Pull request for series with
subject: Fix remove_hosts() function
version: 1
url: https://patchwork.kernel.org/project/kdevops/list/?series=908579