-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not cd to user home if user homes are disabled * Simplify uploads * Stat shadow folders before creating them * Clean up chunked upload * Fix panic on shutdown * Changelog * Check type before cache eviction Co-authored-by: Gianmaria Del Monte <g.macmount@gmail.com> * Continue on stat permission denied --------- Co-authored-by: Gianmaria Del Monte <g.macmount@gmail.com>
- Loading branch information
Showing
6 changed files
with
41 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Multiple fixes for Ceph driver | ||
|
||
* Avoid usage/creation of user homes when they are disabled in the config | ||
* Simplify the regular uploads (not chunked) | ||
* Avoid creation of shadow folders at the root if they are already there | ||
* Clean up the chunked upload | ||
* Fix panic on shutdown | ||
|
||
https://github.com/cs3org/reva/pull/4200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.