https://github.com/45drives/cockpit-zfs
Cockpit management tool for ZFS 2.X
https://github.com/45drives/cockpit-zfs
Last synced: 3 months ago
JSON representation
Cockpit management tool for ZFS 2.X
- Host: GitHub
- URL: https://github.com/45drives/cockpit-zfs
- Owner: 45Drives
- Created: 2023-05-24T13:13:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T15:44:05.000Z (3 months ago)
- Last Synced: 2026-03-03T18:33:12.850Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 2.26 MB
- Stars: 72
- Watchers: 7
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
### Building on Rocky:
```
dnf install libzfs5-devel python3-devel -y
pip3 install Cython==0.29.35
git clone https://github.com/45Drives/python3-libzfs.git && cd python3-libzfs
./configure --prefix=/usr
make
make install
```