[][src]Module libzetta::zpool::description

If anyone has a better name for this module - hit me up. This module is where consumer friendly representation of Zpool is defined. This is where pest's Pairs turned into Zpool.

Structs

Zpool

Consumer friendly Zpool representation. It has generic health status information, structure of vdevs, devices used to create said vdevs as well as error statistics.

ZpoolBuilder

Builder for Zpool.

Enums

Reason

The reason why zpool is in this state. Right now it's just a wrapper around String, but in the future there might be a more machine friendly format.