Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See examples folder for code examples


# Load poolset.
# zfs properties can be queried here with: zfs_prop=['prop1','prop2',...]
# zfs properties can be queried here with: zfs_props=['prop1','prop2',...]
# zpool properties can be queried here with: zpool_props=['prop1','prop2',...]
# Default properties: name, creation
# If get_mounts=True, mountpoint and mounted are also retrieved automatically
Expand Down Expand Up @@ -164,4 +164,4 @@ See examples folder for code examples
See `test.py` for more sample code


Credits: This code is based heavily on [zfs-tools by Rudd-O](https://github.com/Rudd-O/zfs-tools).
Credits: This code is based heavily on [zfs-tools by Rudd-O](https://github.com/Rudd-O/zfs-tools).