leoliulei

Results 3 issues of leoliulei

SinglePool is not restricted by the minimum free drive threshold, so that objects can still be uploaded even when the disk usage rate exceeds 99%. ![Image](https://github.com/user-attachments/assets/22dd31ee-4477-4f12-9ea3-3dd91b3f4e27) ## Expected Behavior The...

community
triage

### ENV os: Debian GNU/Linux 10 geesefs version 0.42.3 ### Steps to reproduce 1. mount /geesefs/geesefs -o allow_other -f --entry-limit 1 --debug_fuse --endpoint http://xxx:xxx xxx: mnt 2. access file cd...

I tested the read performance of Juicefs and GeeseFS. The test command is as follows: `fio -numjobs=1 -iodepth=1 -group_reporting -rw=read -bs=128K --direct=1 -size=10G -name=Fio -directory=. ` I found that under...