mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-19 06:26:28 +00:00
scoutfs: fix wrong option example in README
scoutfs f.000000.r.200d94 error: Unknown or malformed option, "server_address=192.168.31.220" Should be server_addr, fix it. Cc: Zach Brown <zab@versity.com> Fixes: 10c32("scoutfs: update README.md for server_addr") Signed-off-by: Wang Shilong <wangshilong1991@gmail.com>
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ device name is the same on all the nodes.
|
||||
|
||||
```shell
|
||||
mkdir /mnt/scoutfs
|
||||
mount -t scoutfs -o server_address=$NODE_ADDR /dev/shared_block_device /mnt/scoutfs
|
||||
mount -t scoutfs -o server_addr=$NODE_ADDR /dev/shared_block_device /mnt/scoutfs
|
||||
```
|
||||
|
||||
4. For Kicks, Observe the Metadata Change Index
|
||||
|
||||
Reference in New Issue
Block a user