From cc098f9a5057699b6972b8fbdc02df21203f82f9 Mon Sep 17 00:00:00 2001 From: Alexandre Buisine Date: Wed, 17 Jul 2024 12:07:29 +0200 Subject: [PATCH] docs(localpv): thinprovision documentation update Signed-off-by: Alexandre Buisine --- docs/storageclasses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/storageclasses.md b/docs/storageclasses.md index ffa779a63..4837c406d 100644 --- a/docs/storageclasses.md +++ b/docs/storageclasses.md @@ -44,6 +44,7 @@ allowed values: "on", "off" ### thinprovision (*optional* parameter) ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can be provisioned even if the ZPOOL does not have the enough capacity. If thinProvision is set to "no" then volume can be provisioned only if the ZPOOL has enough capacity and capacity required by volume can be reserved. +Omitting this parameter lets ZFS default behavior prevail: thin provisioning for filesystems and thick provisioning (through `refreservation`) for volumes. allowed values: "yes", "no"