whamcloud / rust-libzfs

Bindings to libzfs from rust
MIT License
27 stars 12 forks source link

Add State #72

Closed jgrund closed 6 years ago

jgrund commented 6 years ago

Expose some functions to get the current state for a pool / dataset or all pools.

These states try to be holistic views of what Pools / Datasets Properties and VDevs look like at that point in time.

Signed-off-by: Joe Grund jgrund@whamcloud.io