Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/storage/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<HOST_UUID> type=zfs content-type=user name-label=LocalZFS device-config:location=/mnt/zfs/
xe sr-create host-uuid=<HOST_UUID> type=zfs content-type=user name-label=LocalZFS device-config:location=/mnt/zfs/zfssr
```

:::tip
Expand Down