Re: [pve-devel] [PATCH 0/2] PoC for zfs native encryption inpve-installer

2022-04-02 Thread Gregor Michels via pve-devel
--- 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

[pve-devel] [PATCH 1/2] zfs_create_rpool: add support for native encryption

2022-03-30 Thread Gregor Michels via pve-devel
--- 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

[pve-devel] [PATCH 0/2] PoC for zfs native encryption in pve-installer

2022-03-30 Thread Gregor Michels via pve-devel
--- 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

[pve-devel] [PATCH 2/2] create_raid_advanced_grid: add text box for zfs native encryption

2022-03-30 Thread Gregor Michels via pve-devel
--- 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';