* [pve-devel] [PATCH installer] fix #3905: allow lze/gzip/zstd compression for ZFS
@ 2022-03-11 16:04 Stoiko Ivanov
2022-03-14 15:09 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2022-03-11 16:04 UTC (permalink / raw)
To: pve-devel
Since all our zfs installs use proxmox-boot-tool the compatibility is
not an issue anymore
Signed-off-by: Stoiko Ivanov <s.ivanov@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH installer] fix #3905: allow lze/gzip/zstd compression for ZFS
2022-03-11 16:04 [pve-devel] [PATCH installer] fix #3905: allow lze/gzip/zstd compression for ZFS Stoiko Ivanov
@ 2022-03-14 15:09 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-03-14 15:09 UTC (permalink / raw)
To: Proxmox VE development discussion, Stoiko Ivanov
On 11.03.22 17:04, Stoiko Ivanov wrote:
> Since all our zfs installs use proxmox-boot-tool the compatibility is
> not an issue anymore
>
> Signed-off-by: Stoiko Ivanov <s.ivanov@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(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-14 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 16:04 [pve-devel] [PATCH installer] fix #3905: allow lze/gzip/zstd compression for ZFS Stoiko Ivanov
2022-03-14 15:09 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox