-
thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I would suggest reading the docs. Much, if not everything you are looking for is there.
Without seeing the state of the system I can't say why things are slow but one guess would be that you are using mspmfs which is likely resulting in the same underlying branch being used for creates and you are bottlenecked by the drive. I don't know where you got those settings but given they use old and deprecated values it isn't from the docs. You should get rid of nonempty, allow_other, use_ino, defaults. They do nothing or are unnecessary. cache.files should be off probably. And if you don't want to overwhelm your underlying devices you should change the create policy to rand or pfrd. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
It looks alright, yes.