X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-storage-zfspool.adoc;h=366a1f32cbb98cd7a2207926d5cff99ac1057272;hb=12804f688fe4a0a4d6affb94174b0242259588f8;hp=b67ddfffbc9946404b0eb5826ccf2aad2034de42;hpb=5eba07434fd010e7b96459da2a5bb676a62fe8b1;p=pve-docs.git diff --git a/pve-storage-zfspool.adoc b/pve-storage-zfspool.adoc index b67ddff..366a1f3 100644 --- a/pve-storage-zfspool.adoc +++ b/pve-storage-zfspool.adoc @@ -1,6 +1,10 @@ +[[storage_zfspool]] Local ZFS Pool Backend ---------------------- -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +:title: Storage: ZFS +endif::wiki[] Storage pool type: `zfspool` @@ -28,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 @@ -96,4 +106,6 @@ See Also * link:/wiki/Storage[Storage] +* link:/wiki/ZFS_on_Linux[ZFS on Linux] + endif::wiki[]