JuiceFS v0.14.2 received 30+ contributions from @davies @xiaogaozi @tangyoupeng @Sandy4999 @chnliyong @yuhr123 @xyb @meilihao @frankxieke , thanks to them!
New
- Added quota for space and inodes for whole volume (#495).
- Lists all the client session in
juicefs status
(#491). - Cleanup any leaked inodes in Redis with
juicefs gc
(#494). - Supports sticky bits in Java SDK (#475).
- Added
juicefs.umask
for Java SDK (#462). - Empty the Hadoop trash automatically (#456).
Changed
- Returns ENOSPC rather than IOError when Redis runs out of memory (#479).