- Add properties from libzfs in 0.6.5 version
This commit is contained in:
parent
f7f90fe57f
commit
db4703b708
|
@ -152,6 +152,10 @@ const (
|
|||
PoolPropComment
|
||||
PoolPropExpandsz
|
||||
PoolPropFreeing
|
||||
PoolPropFragmentaion
|
||||
PoolPropLeaked
|
||||
PoolPropMaxBlockSize
|
||||
PoolPropTName
|
||||
PoolNumProps
|
||||
)
|
||||
|
||||
|
@ -235,6 +239,7 @@ const (
|
|||
ZFSPropSelinux_rootcontext
|
||||
ZFSPropRelatime
|
||||
ZFSPropRedundant_metadata
|
||||
ZFSPropOverlay
|
||||
ZFSNumProps
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue