Public release of katbox
This commit is contained in:
commit
4c764e09a4
46 changed files with 4646 additions and 0 deletions
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# v0.0.1
|
||||
|
||||
* Support for delayed garbage collection. Once a volume has been unmounted it is not deleted until a certain
|
||||
amount of time has passed.
|
||||
* Upon `NodeUnpublish` directories are unmounted but not removed from the underlying storage.
|
||||
* Node driver handles calls with folders that it cannot find in memory while warning.
|
||||
* Node driver now detects when a volume queued for deletion has already been deleted by an external source
|
||||
and removes it from the queue.
|
Loading…
Add table
Add a link
Reference in a new issue