--- Begin Message ---
On 31/03/22 13:28, Fabian Grünbichler wrote:
> On March 31, 2022 12:22 am, Gregor Michels via pve-devel wrote:
> > Hello everybody !
> >
> > I wanted to have a fully encrypted PVE instance utilising the native
> > encryption of zfs.
> >
&g
--- Begin Message ---
---
proxinstall | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/proxinstall b/proxinstall
index 8ec7d2c..7dd22b7 100755
--- a/proxinstall
+++ b/proxinstall
@@ -886,7 +886,14 @@ sub zfs_create_rpool {
$cmd .= " -o ashift=$config_options->{ashif
--- Begin Message ---
Hello everybody !
I wanted to have a fully encrypted PVE instance utilising the native
encryption of zfs.
Unfortunately the PVE installer itself does not support this usecase.
There are various guides out there that do a vanilla install and then
use zfs send and receive to e
--- Begin Message ---
---
proxinstall | 13 +
1 file changed, 13 insertions(+)
diff --git a/proxinstall b/proxinstall
index 7dd22b7..b10ec0a 100755
--- a/proxinstall
+++ b/proxinstall
@@ -13,6 +13,7 @@ use IO::File;
use IO::Select;
use Cwd 'abs_path';
use Glib;
+use Glib 'FALSE';