-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Project Sync Never Finishes #11496
Comments
After further testing, I've found that this only happens when using the SSH method versus HTTPS method. Did you test SSH from the node? Yes, it worked. Creating a credential using username/password and creating a project using the HTTPS URL for the repo, everything worked fine. Please note that both methods (SSH & HTTPS) work fine on the host outside of AWX. |
I'm wondering if this might be the same as #11453, because for these SCM SSH credentials, I believe it uses the same logic as job SSH credentials. There might be some helpful hints to asses this in that issue or others linked from it. |
@bandwiches Hi, It's a very weird behavior... |
@craph looks to be the same to me. I haven't had the cycles to investigate any further, I just decided to use HTTPS for now instead of SSH and will swap back once it's fixed. I'm also unable to view any additional logs, the jobs are just blank. @AlanCoding not sure on that one, that's over my head at the moment. Crowdstrike - this is a recurring noun in all of these tickets, we also have Crowdstrike running at the host level. If I can find the time today, I'll investigate if the SSH Sync works when that's turned off. |
@bandwiches as you can see in my issue #11518 I have added extra info and some tests. I can confirm that when I turn off the service falcon-sensor (crowdstrike) all is working fine. Moreover, when I ran the command So something seems wrong with crowdstrike and pipe file from awx |
Closing this in favor of #11518 since the problem has been pinpointed in that issue. |
Please confirm the following
Summary
Initial project setup worked fine and took ~30 seconds. Additional sync of that same project sits in a "running" state indefinitely. I'm not entirely sure how to go about finding more details other than this. STDOUT for the job itself is just blank. The job itself can be cancelled.
AWX version
19.4.0
Installation method
kubernetes
Modifications
no
Ansible version
ansible [core 2.11.7.post0]
Operating system
Ubuntu
Web browser
No response
Steps to reproduce
Create a project (Git/SCM) and sync it.
Expected results
Expected a pretty quick sync, but just see the job sitting in a running state indefinitely.
Actual results
Job never completed.
Additional information
No response
The text was updated successfully, but these errors were encountered: