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

storage-users: Add config option for graceful shutdown timeout #6840

Merged
merged 7 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    b480fc0 View commit details
    Browse the repository at this point in the history
  2. storage-users: Add config option for graceful shutdown timeout

    Add STORAGE_USERS_GRACEFUL_SHUTDOWN_TIMEOUT setting to allow a graceful
    shutdown of the storage-users service. This currently only applicable
    when running storage-user as a sepearate service.
    
    Setting STORAGE_USERS_GRACEFUL_SHUTDOWN_TIMEOUT to a non-zero value
    gives the storage-users service a chance to cleanly shutdown and finish
    any in progess tasks (e.g. metadata propagation) before exiting.
    
    Partial-Fix: #6602
    rhafer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e32aef1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    5f72c61 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>
    mmattel and EParzefall authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1ec451d View commit details
    Browse the repository at this point in the history
  3. Update services/storage-users/README.md

    Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>
    mmattel and EParzefall authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    35dd1fa View commit details
    Browse the repository at this point in the history
  4. update readme

    mmattel committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6c33d94 View commit details
    Browse the repository at this point in the history
  5. Update services/storage-users/README.md

    Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>
    mmattel and EParzefall authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6be9084 View commit details
    Browse the repository at this point in the history