Skip to content

Commit a61f1a0

Browse files
feat(video): Boost ZFS Performance with a Special VDEV in TrueNAS
1 parent 327c6b3 commit a61f1a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2025-05-10-special-vdev-truenas.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you want to check the small blocks values for your pool:
4848
List pool
4949

5050
```shell
51-
zpool list -v pond # change based on your pool name
51+
zpool list -v test-1 # change based on your pool name
5252
```
5353

5454
## Setting Small Blocks & Record Size
@@ -71,20 +71,20 @@ You always want to be sure that your record size > small blocks size, otherwise
7171
Get value
7272

7373
```shell
74-
zfs get special_small_blocks pond -r # change based on your pool name
74+
zfs get special_small_blocks test-1 -r # change based on your pool name
7575
```
7676

7777
Set value
7878

7979
```shell
80-
zfs set special_small_blocks=64k pond # change based on your pool name and the small block value you want to use
80+
zfs set special_small_blocks=64k test-1 # change based on your pool name and the small block value you want to use
8181
```
8282

8383
If you want to use something higher than 128K you would do something like this
8484

8585
```console
86-
zfs set recordsize=256K yourpool/yourdataset
87-
zfs set special_small_blocks=128K yourpool/yourdataset
86+
zfs set recordsize=256K test-1/yourdataset
87+
zfs set special_small_blocks=128K test-1/yourdataset
8888
```
8989

9090
## My Test results

0 commit comments

Comments
 (0)