X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-storage-zfspool.adoc;h=366a1f32cbb98cd7a2207926d5cff99ac1057272;hb=51d1bdf64eb55c6cacbc0a785a8ed9cd6a84c1cd;hp=79749846f06942c190c41b5bf8a30d522fc50b08;hpb=b2f242abe4c50227f5610767e6fcaa40654c2b88;p=pve-docs.git 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[]