Skip to content

Commit 62e56b9

Browse files
jcjveraajelle
authored andcommitted
Update example in rs-configuration.md
Align example with best practices - use "aio:///dev..." instead of "/dev/..." Signed-off-by: jelle <jelle@jelle.cyou>
1 parent 0686816 commit 62e56b9

File tree

1 file changed

+3
-3
lines changed
  • docs/versioned_docs/version-4.1.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor

1 file changed

+3
-3
lines changed

docs/versioned_docs/version-4.1.x/user-guides/replicated-storage-user-guide/replicated-pv-mayastor/rs-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metadata:
6464
namespace: openebs
6565
spec:
6666
node: workernode-1-hostname
67-
disks: ["/dev/disk/by-id/<id>"]
67+
disks: ["aio:///dev/disk/by-id/<id>"]
6868
EOF
6969
```
7070

@@ -83,7 +83,7 @@ metadata:
8383
namespace: openebs
8484
spec:
8585
node: workernode-1-hostname
86-
disks: ["/dev/disk/by-id/<id>"]
86+
disks: ["aio:///dev/disk/by-id/<id>"]
8787
topology:
8888
labelled:
8989
topology-key: topology-value
@@ -518,4 +518,4 @@ This option needs to be set to true when using a `btrfs` filesystem, if the appl
518518
## See Also
519519

520520
- [Installation](../../../quickstart-guide/installation.md)
521-
- [Deploy an Application](../replicated-pv-mayastor/rs-deployment.md)
521+
- [Deploy an Application](../replicated-pv-mayastor/rs-deployment.md)

0 commit comments

Comments
 (0)