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

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

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
```