Public Cloud OVHcloud - PRB de perfs sur montage object storage s3fs
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

PRB de perfs sur montage object storage s3fs

Von
Community Deleted user
Erstellungsdatum 2021-10-22 15:25:50 (edited on 2024-09-04 13:48:44) in Public Cloud OVHcloud

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" \
-o cipher_suites=AESGCM \
-o kernel_cache \
-o max_background=1000 \
-o max_stat_cache_size=100000 \
-o multipart_size=52 \
-o parallel_count=30 \
-o multireq_max=30 \
-o dbglevel=warn \
-o use_path_request_style \
-o umask=0002 \
-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 :)
```
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 ?