mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
Update examples to use recordsize=128k (#458)
This is the default recordsize for ZFS datasets, and significantly better for most use-cases than 4k. Signed-off-by: Andrew LeCody <andrew@beyondweb.net>
This commit is contained in:
parent
b70fb1e847
commit
35e06fdc53
2 changed files with 5 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ metadata:
|
|||
name: openebs-zfspv
|
||||
allowVolumeExpansion: true
|
||||
parameters:
|
||||
recordsize: "4k"
|
||||
recordsize: "128k"
|
||||
thinprovision: "no"
|
||||
fstype: "zfs"
|
||||
poolname: "zfspv-pool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue