Maps ZPOOL_PROP_AUTOTRIM to PoolPropAutotrim (#20)

ZPOOL_PROP_AUTOTRIM is part of Trim support added in zfs 0.8
(1b939560be).
Add it and prevents panic when pool is reloading its properties.
Fixes #19
This commit is contained in:
Didier Roche 2019-08-07 11:49:32 +02:00 committed by Faruk Kasumovic
parent 8bf9664c9c
commit e50663fa59
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ const (
PoolPropMultiHost
PoolPropCheckpoint
PoolPropLoadGuid
PoolPropAutotrim
PoolNumProps
)