Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vansante/go-zfsutils
Executes ZFS actions both locally and remote over HTTP.
https://github.com/vansante/go-zfsutils
Last synced: about 5 hours ago
JSON representation
Executes ZFS actions both locally and remote over HTTP.
- Host: GitHub
- URL: https://github.com/vansante/go-zfsutils
- Owner: vansante
- License: apache-2.0
- Created: 2022-03-18T10:58:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T13:40:16.000Z (7 months ago)
- Last Synced: 2024-04-19T11:18:05.969Z (7 months ago)
- Language: Go
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZFS module
This module is a fork of the go-zfs module located at:
- https://github.com/mistifyio/go-zfs
Because I needed many changes to support encrypted ZFS support and the module has not seen much recent development I decided to fork the module.
## Testing
Sudo permissions are required to run `zpool` commands unfortunately. The tests create a test zpool using some files in `/tmp`.