public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer] zfs compression - fix wrongly added zle option
@ 2022-05-04  9:08 Stoiko Ivanov
  2022-05-04  9:13 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2022-05-04  9:08 UTC (permalink / raw)
  To: pve-devel

introduced in 38aa09be4794307145a0acf37f66aa7e2fac7e62 the newly added
compression mode lze - does not exist (zle does)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
quickly tested on a VM by scp'ing the installer script in debug mode.


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

diff --git a/proxinstall b/proxinstall
index 8b9d058..8ae3cc5 100755
--- a/proxinstall
+++ b/proxinstall
@@ -3093,7 +3093,7 @@ my $create_raid_advanced_grid = sub {
 
     my $combo_compress = Gtk3::ComboBoxText->new();
     $combo_compress->set_tooltip_text("zfs compression algorithm for rpool dataset");
-    my $comp_opts = ["on","off","lzjb","lz4", "lze", "gzip", "zstd"];
+    my $comp_opts = ["on","off","lzjb","lz4", "zle", "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] zfs compression - fix wrongly added zle option
  2022-05-04  9:08 [pve-devel] [PATCH installer] zfs compression - fix wrongly added zle option Stoiko Ivanov
@ 2022-05-04  9:13 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-05-04  9:13 UTC (permalink / raw)
  To: Proxmox VE development discussion, Stoiko Ivanov

Am 5/4/22 um 11:08 schrieb Stoiko Ivanov:
> introduced in 38aa09be4794307145a0acf37f66aa7e2fac7e62 the newly added
> compression mode lze - does not exist (zle does)
> 
> Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
> ---
> quickly tested on a VM by scp'ing the installer script in debug mode.
> 
> 
>  proxinstall | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-04  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04  9:08 [pve-devel] [PATCH installer] zfs compression - fix wrongly added zle option Stoiko Ivanov
2022-05-04  9:13 ` [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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal