X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-zfspool.adoc;h=366a1f32cbb98cd7a2207926d5cff99ac1057272;hp=79749846f06942c190c41b5bf8a30d522fc50b08;hb=cc38b9254cf54f33b3cd4c247ee273c1ddad146f;hpb=b2f242abe4c50227f5610767e6fcaa40654c2b88 diff --git a/pve-storage-zfspool.adoc b/pve-storage-zfspool.adoc index 7974984..366a1f3 100644 --- a/pve-storage-zfspool.adoc +++ b/pve-storage-zfspool.adoc @@ -1,6 +1,6 @@ +[[storage_zfspool]] Local ZFS Pool Backend ---------------------- -include::attributes.txt[] ifdef::wiki[] :pve-toplevel: :title: Storage: ZFS @@ -32,6 +32,12 @@ sparse:: Use ZFS thin-provisioning. A sparse volume is a volume whose reservation is not equal to the volume size. +mountpoint:: + +The mount point of the ZFS pool/filesystem. Changing this does not +affect the `mountpoint` property of the dataset seen by `zfs`. +Defaults to `/`. + .Configuration Example (`/etc/pve/storage.cfg`) ---- zfspool: vmdata @@ -100,4 +106,6 @@ See Also * link:/wiki/Storage[Storage] +* link:/wiki/ZFS_on_Linux[ZFS on Linux] + endif::wiki[]