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

Fixes #31306 - fetch pxe files after SP sync #9034

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

jlsherrill
Copy link
Member

Currently the FetchPxeFiles action is scheduled
concurrently with the Smart Proxy sync action.
This results in 404s upon initial sync. This
schedules them sequentually to occur after the sync

Currently the FetchPxeFiles action is scheduled
concurrently with the Smart Proxy sync action.
This results in 404s upon initial sync.  This
schedules them sequentually to occur after the sync
@theforeman-bot
Copy link

Issues: #31306

@jlsherrill
Copy link
Member Author

[test katello]

@jturel jturel self-assigned this Nov 16, 2020
@jlsherrill
Copy link
Member Author

Also i meant to mention, to reproduce:

  1. sync some kickstart repo
  2. add a smart proxy, add some LCE to it
  3. publish the kickstart repo to a CV and publish it to the same LCE
  4. watch the capsule sync
  5. example the apache access logs on the smart proxy, grep them for vmlinuz and initrd
  6. without this patch you'll notice a 404 for both requests

@jlsherrill
Copy link
Member Author

[test katello]

1 similar comment
@jlsherrill
Copy link
Member Author

[test katello]

@jturel
Copy link
Member

jturel commented Dec 3, 2020

Wow, I totally ACK'd and shared the output I found before the holiday. I must have neglected to hit Submit. This works great. Sorry about that!

Copy link
Member

@jturel jturel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@jlsherrill jlsherrill merged commit 9b81543 into Katello:master Dec 3, 2020
@jlsherrill jlsherrill deleted the 31306 branch December 3, 2020 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants