Skip to content

Commit

Permalink
docs: replace last command to show the mount
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
tzabbi authored and smira committed Dec 5, 2024
1 parent 778d80c commit 4462437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/zfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Next you have to create a pod which has privileged rights and prepare him for cr
kubectl -n kube-system debug -it --profile sysadmin --image=alpine node/<node name>
```

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

### Create zfs raid

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

```bash
talosctl get discoveredvolumes | grep <mount of zfs raid you specified (/var/...)>
talosctl mounts | grep <mount of zfs raid you specified (/var/...)>
```

You should see the mount.

0 comments on commit 4462437

Please sign in to comment.