From 88d1459e3e13c36141ff02b4b97e7c4020c328af Mon Sep 17 00:00:00 2001 From: p-bo Date: Tue, 15 Jul 2025 19:42:33 +0200 Subject: [PATCH] doc(XCP-NG): place SR on ZFS dataset instead of pool itself Signed-off-by: p-bo --- docs/storage/storage.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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