I have a progress on the issue. I see very small amount of ESTABLISHED connections to S3 while cache is full of dirty. If I do flushcache and I see a lots of ESTABLISHED and melting dirty. So I did a script to speed up a copying into s3 mount. ( I run mount.s3ql with --max-cache-entries 100000 so, flush if there 80k files cached )
root@server:~/.s3ql/s3:=2F=2Fbacket=2F-cache# while true;do ls -l |wc -l; if [ `ls -l |wc -l` -gt 80000 ]; then echo flushing;time s3qlctrl flushcache /mnt/s3;fi;sleep 120;done -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
