PRB de perfs sur montage object storage s3fs

Hello,
j'ai des gros soucis de perf sur un montage swift en s3fs, j'utilise les options (que j'ai même mise au minimum à un moment durant les tests)
```
sudo s3fs $OBJECT_STORAGE_NAME $MOUNT_POINT -o url=$ENDPOINT_URL -o passwd_file="$PASSWD_PATH/$PASSWD_FILE_NAME" <br /> -o cipher_suites=AESGCM <br /> -o kernel_cache <br /> -o max_background=1000 <br /> -o max_stat_cache_size=100000 <br /> -o multipart_size=52 <br /> -o parallel_count=30 <br /> -o multireq_max=30 <br /> -o dbglevel=warn <br /> -o use_path_request_style <br /> -o umask=0002 <br /> -o allow_other
```
Alors ça monte très bien, je peux créer des fichiers avec un temps de latence considérable. Par contre si je copie un répertoire même de 40 Mo, ça tombe en carafe.
J'ai lancé une commande de test iozone, elle ne finit jamais :slight_smile:
```
sudo iozone -t 1 -i 0 -s 80M -w -l -+u -+D
```
juste sur un thread, il y a quand même un gros souci non ?

un petit UP en ayant mis un fichier à 1M j'arrive au bout du test :
```bash
Run began: Fri Oct 22 19:20:59 2021

File size set to 1024 kB
Setting no_unlink
>>> O_DSYNC mode enabled. <<<
Command line used: iozone -t 1 -i 0 -s 1M -w -l -+u -+D
Output is in kBytes/sec
Time Resolution = 0.000001 seconds.
Processor cache size set to 1024 kBytes.
Processor cache line size set to 32 bytes.
File stride size set to 17 * record size.
Min process = 1
Max process = 1
Throughput test with 1 process
Each process writes a 1024 kByte file in 4 kByte records

Children see throughput for 1 initial writers = 13.55 kB/sec
Parent sees throughput for 1 initial writers = 13.53 kB/sec
Min throughput per process = 13.55 kB/sec
Max throughput per process = 13.55 kB/sec
Avg throughput per process = 13.55 kB/sec
Min xfer = 1024.00 kB

Children see throughput for 1 rewriters = 10.72 kB/sec
Parent sees throughput for 1 rewriters = 10.71 kB/sec
Min throughput per process = 10.72 kB/sec
Max throughput per process = 10.72 kB/sec
Avg throughput per process = 10.72 kB/sec
Min xfer = 1024.00 kB



iozone test complete.
```
c'est chaud les perfs quand même…