Initialization of disks in zfs pool

PSz

New Member
Feb 19, 2024
18
5
3
1. Initialization is very important for HDD disks, because allows you to detect potential disk damage.

It's a pity that webui doesn't allow you to easily check the initialization status and run it.
```
zpool status -i
zpool initialize zhdd
```

2. `zpool scrub` and `zpool trim` are another important actions to add to webui.

3. Is initialization also necessary for nVME disks?!