Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahamas10/zfs-tools

Various tools and scripts written for ZFS
https://github.com/bahamas10/zfs-tools

Last synced: about 2 months ago
JSON representation

Various tools and scripts written for ZFS

Awesome Lists containing this project

README

        

ZFS Tools
=========

Various tools and scripts written for ZFS

Usage
-----

Compile

make

### `zpool-config`

Dump the output of `zpool_get_config` as JSON to stdout

$ ./zpool-config zones | json
{
"version": 5000,
"name": "zones",
"state": 0,
"txg": 2952044,
"pool_guid": 4668373440529934000,
"hostid": 2113612150,
"hostname": "gz",
"vdev_children": 1,
"vdev_tree": {
...

License
-------

MIT License