mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-10 23:50:36 +00:00
Update README.md (#191)
This commit is contained in:
parent
f9a4291e69
commit
0eb495ef3a
@ -215,7 +215,7 @@ Install `storage` service on **storage** node.
|
|||||||
```bash
|
```bash
|
||||||
mkdir -p /storage/data{1..16}
|
mkdir -p /storage/data{1..16}
|
||||||
mkdir -p /var/log/3fs
|
mkdir -p /var/log/3fs
|
||||||
for i in {1..16};do mkfs.xfs -L data${i} /dev/nvme${i}n1;mount -o noatime,nodiratime -L data${i} /storage/data${i};done
|
for i in {1..16};do mkfs.xfs -L data${i} -s size=4096 /dev/nvme${i}n1;mount -o noatime,nodiratime -L data${i} /storage/data${i};done
|
||||||
mkdir -p /storage/data{1..16}/3fs
|
mkdir -p /storage/data{1..16}/3fs
|
||||||
```
|
```
|
||||||
2. Increase the max number of asynchronous aio requests:
|
2. Increase the max number of asynchronous aio requests:
|
||||||
|
Loading…
Reference in New Issue
Block a user