diff --git a/docs/storage/storage.md b/docs/storage/storage.md index 094ed723..446efe8c 100644 --- a/docs/storage/storage.md +++ b/docs/storage/storage.md @@ -228,10 +228,14 @@ Due to the variety of parameters of ZFS, the SR driver does not automate everyth zpool create -o ashift=12 -m /mnt/zfs tank /dev/sda4 ``` +``` + zfs create tank/zfssr +``` + Now you can create the SR on top of it: ``` -xe sr-create host-uuid= type=zfs content-type=user name-label=LocalZFS device-config:location=/mnt/zfs/ +xe sr-create host-uuid= type=zfs content-type=user name-label=LocalZFS device-config:location=/mnt/zfs/zfssr ``` :::tip