mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
fix(bug): fixed a typo for thinprovision json name.
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
66cd525bab
commit
69d72bd64e
3 changed files with 3 additions and 3 deletions
|
|
@ -108,5 +108,5 @@ type VolumeInfo struct {
|
|||
|
||||
// Thinprovision specifies if we should
|
||||
// thin provisioned the volume or not
|
||||
ThinProvision string `json:"thinProvison"`
|
||||
ThinProvision string `json:"thinProvision"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue