mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Add unreleased changelog entry for pull request 160
This commit is contained in:
parent
173bfb5371
commit
9b31f17188
1 changed files with 13 additions and 0 deletions
13
changelog/unreleased/pull-160
Normal file
13
changelog/unreleased/pull-160
Normal file
|
@ -0,0 +1,13 @@
|
|||
Bugfix: Reply "insufficient storage" on disk full or over-quota
|
||||
|
||||
When there was no space left on disk, or any other write-related error,
|
||||
rest-server was replying with HTTP status code 400 (Bad request). This is
|
||||
misleading (restic client will dump the status code to the user).
|
||||
|
||||
This has been fixed changing the behaviour so two different statuses are used:
|
||||
* HTTP 507 "Insufficient storage" is the status on disk full or repository
|
||||
over-quota
|
||||
* HTTP 500 "Internal server error" on other disk-related errors
|
||||
|
||||
https://github.com/restic/rest-server/issues/155
|
||||
https://github.com/restic/rest-server/pull/160
|
Loading…
Add table
Add a link
Reference in a new issue