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 #36729 - Implement pruning outdated TFTP files #873

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 7, 2023

  1. Fixes #36729 - Implement pruning outdated TFTP files

    This is about replacing foreman_maintain's check_tftp_storage[1] with a
    native implementation. It is implemented by a /tftp/prune API endpoint
    which accepts the duration as a parameter.
    
    There is no plugin capability defined since Foreman can just call the
    endpoint and process HTTP 404 as Not Implemented.
    
    [1]: https://github.com/theforeman/foreman_maintain/blob/1e20bbd9f32a4f47193c4833fbd4012772b34dc4/definitions/checks/foreman_proxy/check_tftp_storage.rb
    ekohl committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e19f7f4 View commit details
    Browse the repository at this point in the history