opencloud
opencloud copied to clipboard
Deleting a directory does not Purge metadata of children
Steps to reproduce
- use posixfs
- Create
dir/file.txt - Trash
dir - Delete
dirfrom cache.
Expected behavior
cache should no longer know dir/file.txt
Actual behavior
cache still knows all children
well, at least for posixfs, the metadata is deleted from the cache when moving files to the trash in MoveToTrash
fixed in https://github.com/opencloud-eu/reva/pull/411 as well