Skip to content

Commit

Permalink
docs(localpv): thinprovision documentation update
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Buisine alexandre.buisine@enix.fr
  • Loading branch information
abuisine committed Jul 17, 2024
1 parent ea5d6f9 commit 18f514f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/storageclasses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 18f514f

Please sign in to comment.