未验证 提交 cbf26024 编写于 作者: C Changjian Gao 提交者: GitHub

Docs: Fix wrong mount options in fio doc (#762)

上级 5e521841
......@@ -48,7 +48,7 @@ JuiceFS mount command:
```
./juicefs format --storage=s3 --bucket=https://<BUCKET>.s3.<REGION>.amazonaws.com localhost benchmark
./juicefs mount --maxUpload=150 --ioretries=20 localhost /jfs
./juicefs mount --max-uploads=150 --io-retries=20 localhost /jfs
```
EFS mount command (the same as the configuration page):
......
......@@ -48,7 +48,7 @@ JuiceFS 挂载命令:
```
./juicefs format --storage=s3 --bucket=https://<BUCKET>.s3.<REGION>.amazonaws.com localhost benchmark
./juicefs mount --maxUpload=150 --ioretries=20 localhost /jfs
./juicefs mount --max-uploads=150 --io-retries=20 localhost /jfs
```
EFS 挂载命令 (与配置说明中一致):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册