mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-07 16:47:11 +00:00
scoutfs: fix mkfs option in README
Fix a quick option typo in the mkfs invocations in the readme. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+2
-2
@@ -105,8 +105,8 @@ device name is the same on all the nodes.
|
||||
configuring each in the super block with options to mkfs.
|
||||
|
||||
```shell
|
||||
scoutfs mkfs -o quorum_slot node1:0:172.16.1.1 \
|
||||
-o quorum_slot node2:0:172.16.1.2 /dev/shared_block_device
|
||||
scoutfs mkfs --quorum_slot node1:0:172.16.1.1 \
|
||||
--quorum_slot node2:0:172.16.1.2 /dev/shared_block_device
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user