Re: [pve-devel] [PATCH installer 1/3] low-level: add zfs module for retrieving importable zpool info

2024-07-08 Thread Christoph Heiss
Thanks for the review! On Mon, Jul 08, 2024 at 04:24:16PM GMT, Aaron Lauterer wrote: > On 2024-05-16 12:28, Christoph Heiss wrote: > > [..] > > diff --git a/Proxmox/Sys/ZFS.pm b/Proxmox/Sys/ZFS.pm > > new file mode 100644 > > index 000..4c732ca > > --- /dev/null > > +++ b/Proxmox/Sys/ZFS.pm

Re: [pve-devel] [PATCH installer 1/3] low-level: add zfs module for retrieving importable zpool info

2024-07-08 Thread Aaron Lauterer
On 2024-05-16 12:28, Christoph Heiss wrote: Signed-off-by: Christoph Heiss --- Proxmox/Makefile | 1 + Proxmox/Sys/ZFS.pm| 43 ++ test/Makefile | 6 + test/zfs-get-pool-list.pl | 49 +

[pve-devel] [PATCH installer 1/3] low-level: add zfs module for retrieving importable zpool info

2024-05-16 Thread Christoph Heiss
Signed-off-by: Christoph Heiss --- Proxmox/Makefile | 1 + Proxmox/Sys/ZFS.pm| 43 ++ test/Makefile | 6 + test/zfs-get-pool-list.pl | 49 +++ 4 files changed, 99 insertions(+) create mode 1006