]> git.proxmox.com Git - pve-installer.git/commit
proxmox: add zfs module for retrieving importable zpool info
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 16 Jul 2024 08:18:07 +0000 (10:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Jul 2024 15:51:10 +0000 (17:51 +0200)
commit5443b7049ef9a98d0ef8140fc7fce914a49b3f99
treec85cb3d7c0b53071cd2c279d0f1a528767972cc8
parentf39ce7ba56d7506d3758cf06c589af95bd0f4ba1
proxmox: add zfs module for retrieving importable zpool info

Will be used for prompting the user to rename existing "rpool" ZFS
pools, similar to what we do for an existing LVM "pve" volume group.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Reviewed-by: Aaron Lauterer <a.lauterer@proxmox.com>
Tested-by: Aaron Lauterer <a.lauterer@proxmox.com>
 [ TL: added a bit context for what this will be used and merge in the
   tests into this preparatory commit ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Makefile
Proxmox/Sys/ZFS.pm [new file with mode: 0644]
test/Makefile
test/zfs-get-pool-list.pl [new file with mode: 0755]