]> git.proxmox.com Git - pve-installer.git/commit
low-level: install: check for already-existing `rpool` on install
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 16 Jul 2024 08:18:10 +0000 (10:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Jul 2024 15:51:41 +0000 (17:51 +0200)
commit4359104918510d399ede38e929d04388df36c985
treeca60d624aeca1f57ec41642cd4f3222daffce1d8
parent0e1d973b3da5e561a6ef3d38024fb9456bdda207
low-level: install: check for already-existing `rpool` on install

.. much in the same manner as the detection for LVM works.

zpools can only be renamed by importing them with a new name, so
unfortunately the import-export dance is needed.

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>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Install.pm
Proxmox/Sys/ZFS.pm