Since all our zfs installs use proxmox-boot-tool the compatibility is
not an issue anymore

Signed-off-by: Stoiko Ivanov <s.iva...@proxmox.com>
---
tested the zstd option by pushing the updated proxinstall to the current
7.1-2 ISO

 proxinstall | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/proxinstall b/proxinstall
index a39d405..527e9c1 100755
--- a/proxinstall
+++ b/proxinstall
@@ -3064,8 +3064,7 @@ my $create_raid_advanced_grid = sub {
 
     my $combo_compress = Gtk3::ComboBoxText->new();
     $combo_compress->set_tooltip_text("zfs compression algorithm for rpool 
dataset");
-    # note: gzip / lze not allowed for bootfs vdevs
-    my $comp_opts = ["on","off","lzjb","lz4"];
+    my $comp_opts = ["on","off","lzjb","lz4", "lze", "gzip", "zstd"];
     foreach my $opt (@$comp_opts) {
        $combo_compress->append($opt, $opt);
     }
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to