Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
ViewFileSystem doesn't override FileSystem#getUSed(). So, when file system used space is queried for slash root "/" paths, the default implementations tries to run the getContentSummary which crashes on seeing unexpected mount points under slash.
ViewFileSystem#getUsed() is not expected to collate all the space used from all the mount points configured under "/". Proposal is to avoid invoking FileSystem#getUsed() and throw NotInMountPointException until LinkMergeSlash is supported.