-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Inventory sync stuck with git projects #9364
Comments
I tried to upgrade awx and got the same issue: ENVIRONMENT |
Can you install not using the operator and see if this persists? |
For me, no change. I'm on Ubuntu 20.04.2 with it installed in Docker. In my project, I unchecked Update Revision on Launch. |
I also see these errors in the Redis image: 27:C 28 Feb 2021 07:58:18.043 # Failed opening the RDB file dump.rdb (in server root dir /data) for saving: Permission denied |
When I issue a The server's RAM is showing 2.59G/15.6G using htop. The logs when I restart Redis docker are 1:C 28 Feb 2021 07:59:41.475 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo |
Looks like my issue is related to Issue #9401 with a workaround at #9401 (comment) |
Closing as a duplicate of #9401. |
I still have the same issue, I've tried to deploy this in a new K3S cluster using both version 0.6.0 and devel of the awx-operator. Also tried downgrading redis to 6.0 same issue. I can see really no error logs on the containers: Redis logs:
awx-web logs:
awx-task logs
|
ISSUE TYPE
SUMMARY
When I have an inventory sourced from a project with git, the inventory update is stuck and never completes.
ENVIRONMENT
Server:
Client:
STEPS TO REPRODUCE
In you repository create an inventory file with the following:
Create a credential for your git of type Source control.
Create a project with Git.
Update the project.
Create an inventory, add source, make your source from the project and specify the inventory file you created.
Run the inventory update.
EXPECTED RESULTS
Hosts being added.
ACTUAL RESULTS
Job starts with the following logs:
And stays here for never, never moves.
ADDITIONAL INFORMATION
I tried to actually execute this command:
from the pod and it worked just fine and listed my inventory nicely.
Also, I'm not using my inventory anymore, I'm using a single test inventory file just to see if it works, which is not working. Tried both with YAML and the init style.
I also chekced the worker logs, no errors printed and also I've increased the logging settings to have more verbose output, but still nothing more then what I posted here...
Any ideas?
The text was updated successfully, but these errors were encountered: