An interactive ZFS on Linux admin package for Cockpit.
ZFS: 0.8+
Copy zfs folder to cockpit
$ git clone https://github.com/45drives/cockpit-zfs-manager.git
$ sudo cp -r cockpit-zfs-manager/zfs /usr/share/cockpit
Auto generated snapshot names are created in YYYY.MM.DD-HH.MM.SS format.
It is recommended to add the following properties to the Samba configuration file to allow access to Previous Versions in Windows Explorer:
$ sudo nano /etc/samba/smb.conf
Append to [global] section or individual share sections
shadow: snapdir = .zfs/snapshot
shadow: sort = desc
shadow: format = %Y.%m.%d-%H.%M.%S
shadow: localtime = yes
vfs objects = acl_xattr shadow_copy2
Login to Cockpit as a privileged user and click ZFS from the navigation list.
A Welcome to Cockpit ZFS Manager modal will display and allow you to configure initial settings.
Note: Inline help is currently available in modals. Documentation will be created at a later date.
New storage pools are created with the following properties set (not visible in Create Storage Pool modal):
New file systems are created with the following properties set (not visible in Create File System modal):
Passphrase is currently supported for encrypted file systems.
If SELinux contexts for Samba is selected, the following properties are set:
ZFS always creates shares in /var/lib/samba/usershares folder when ShareSMB property is enabled. This is also the case even if Cockpit ZFS Manager is managing the shares. To avoid duplicate shares of the same file system, it is recommended to configure a different usershares folder path if required or to disable usershares in the Samba configuration file.
If enabled, Cockpit ZFS Manager manages shares for the file systems only. Samba global configuration will need to be configured externally.