-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
Steps to reproduce:
- remove dir from GUI with many files, close the window before done
- enter to this dir and if there are no files, try to list the files with `file..children` aspect in GUI - there should be a file, that is in tree but in deleted state
- this dir cannot be deleted because it claims that "enotempty"
```
root@81de0b5120c4:/mnt/oneclient/Jeden# ls -la Dwa
total 0
drwxrwxr-x 1 1474488 1928294 0 Mar 11 21:08 .
drwxrwxr-x 1 root root 0 Mar 11 21:07 ..
root@81de0b5120c4:/mnt/oneclient/Jeden# rmdir Dwa
rmdir: failed to remove 'Dwa': Directory not empty
```