Skip to content

Commit 4462437

Browse files
tzabbismira
authored andcommitted
docs: replace last command to show the mount
- talosctl get discoveredvolumes is the wrong command - correct is talosctl mounts Signed-off-by: Tom Zaspel <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 778d80c commit 4462437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/zfs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Next you have to create a pod which has privileged rights and prepare him for cr
7373
kubectl -n kube-system debug -it --profile sysadmin --image=alpine node/<node name>
7474
```
7575

76-
You are now in the container, install the required tools
76+
You are now in the container and ready to create the zfs raid.
7777

7878
### Create zfs raid
7979

@@ -118,7 +118,7 @@ talosctl reboot --nodes <node>
118118
After your node is rebooted check if the mount exsists.
119119

120120
```bash
121-
talosctl get discoveredvolumes | grep <mount of zfs raid you specified (/var/...)>
121+
talosctl mounts | grep <mount of zfs raid you specified (/var/...)>
122122
```
123123

124124
You should see the mount.

0 commit comments

Comments
 (0)