Fixes for ZFS subpools

This commit is contained in:
bergware
2023-11-02 11:47:55 +01:00
parent 8d43f62910
commit 1132e39eeb
3 changed files with 4 additions and 3 deletions
@@ -19,6 +19,7 @@ $subpools = ['special','logs','dedup','cache','spares'];
// ZFS subpool name separator and replacement
$tilde = '~';
$proxy = '__';
$arrow = '»';
// Wrapper functions
function parse_plugin_cfg($plugin, $sections=false, $scanner=INI_SCANNER_NORMAL) {