mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #2199] Vaultwarden Docker with full disk unauthenticates me from all sessions and causes me to lose account access #1185
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TobiasS1402 on GitHub (Jan 2, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2199
Subject of the issue
Full disk on Debian 10 causes me to get unauthenticated on any session and lose access to my account
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, IP_HEADER
Steps to reproduce
Fill disk up to 99% on Linux.
Expected behaviour
I expected to be still be able to login, but not being able to save passwords.
Actual behaviour
When trying to login with my password i was rejected with wrong password. I got unauthenticated on any Android app or desktop app i was logged into prior to this incident. I got a white page while going to the admin panel --> users.
Troubleshooting data
Copied this string from docker logging:
logging error: No space left on device (os error 28)Error performing loggingbut forgot to take screenshots because i shit my pants during this incident.@RealOrangeOne commented on GitHub (Jan 2, 2022):
Systems write to disks for a variety of reasons. I've not dug into the database, but even writing session tokens to the database could do this. With a system without any free space, all bets are off in terms of stability, it doesn't just make it magically allow everything read only.