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:
Wang Shilong
2019-09-10 09:57:37 -07:00
committed by Zach Brown
parent b1cc8b1a59
commit 8c631b019b
+1 -1
View File
@@ -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