]> git.proxmox.com Git - pve-installer.git/commit
install: config: rename option lvm_auto_rename -> existing_storage_auto_rename
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 16 Jul 2024 08:18:09 +0000 (10:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Jul 2024 15:51:41 +0000 (17:51 +0200)
commit0e1d973b3da5e561a6ef3d38024fb9456bdda207
tree90295dd41d30ac68c17239bf828544361efbdd8e
parent5443b7049ef9a98d0ef8140fc7fce914a49b3f99
install: config: rename option lvm_auto_rename -> existing_storage_auto_rename

As this is an internal option for the low-level installer anyway, no
real functional changes here.

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>
12 files changed:
Proxmox/Install.pm
Proxmox/Install/Config.pm
proxmox-auto-installer/src/utils.rs
proxmox-auto-installer/tests/resources/parse_answer/disk_match.json
proxmox-auto-installer/tests/resources/parse_answer/disk_match_all.json
proxmox-auto-installer/tests/resources/parse_answer/disk_match_any.json
proxmox-auto-installer/tests/resources/parse_answer/minimal.json
proxmox-auto-installer/tests/resources/parse_answer/nic_matching.json
proxmox-auto-installer/tests/resources/parse_answer/specific_nic.json
proxmox-auto-installer/tests/resources/parse_answer/zfs.json
proxmox-installer-common/src/setup.rs
proxmox-tui-installer/src/setup.rs