Configuration

As the word simple in the package name implies, there is not much configuration neccessary or possible.

Binaries

For the CLI implementation, the binaries zfs(8) and zpool(8) are being searched in $PATH, but they may be specified when creating an instance, in which case the library trusts you and does not perform further checks. To overwrite, you can:

Logging

The library makes use of Pythons own logging functions. It defines a tree starting with simplezfs:

  • simplezfs (used as a common root only)

    • simplezfs.zfs used by the ZFS parent class

    • simplezfs.zpool used by the ZPool parent class