Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bahamas10/zfs-tools
- Owner: bahamas10
- Created: 2015-12-21T10:14:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T10:15:07.000Z (about 9 years ago)
- Last Synced: 2024-05-08T19:52:49.860Z (8 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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