-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Vault Service stucks in reloading state #15221
Comments
🙂 Specifically, the above-mentioned code doesn't implement this requirement:
Documented at https://www.freedesktop.org/software/systemd/man/sd_notify.html |
In particular, down here on line 1629 I think we need a If someone else wants to open the PR :-) |
Actually, I take that back #15041 builds cleanly after a quick rebase on main. #9802 is going to need some love to get it up to speed. After testing #15041 it does let vault reload but it doesn't seem to work when using system to do a |
Thanks @ncabatoff !! |
Environment:
Vault v1.10.0 (7738ec5d0d6f5bf94a809ee0f6ff0142cfa525a6)
Ubuntu 20.04 LTS
Vault Config File:
Startup Log Output:
Vault logs of restart
sudo systemctl restart vault.service
Expected Behavior:
Vault should successfully reload.
Actual Behavior:
Vault gets stuck in a reloading state.
Steps to Reproduce:
sudo logrotate -vf /etc/logrotate.d/vault
sudo systemctl status vault.service
Important Factoids:
References:
https://discuss.hashicorp.com/t/vault-stucks-in-reloading-state/38762/7
The text was updated successfully, but these errors were encountered: