Skip to content

Commit

Permalink
Merge pull request #563 from enix/doc-thinprov-default
Browse files Browse the repository at this point in the history
docs(localpv): comment fixes & better documentation related to thinprovision parameter
  • Loading branch information
Abhinandan-Purkait authored Jul 17, 2024
2 parents ee22f86 + cc098f9 commit e9a9f95
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 e9a9f95

Please sign in to comment.