chore: apply all changes

This commit is contained in:
Hermes Agent service account
2026-09-01 12:28:16 -05:00
parent e9924a2524
commit 266b6c7be1
7 changed files with 157 additions and 17 deletions

View File

@@ -20,6 +20,12 @@
expand_root_lv_vg_name: ubuntu-vg
expand_root_lv_lv_name: ubuntu-lv
# The partition that backs the physical volume. After a Proxmox disk grow,
# growpart must resize this partition before pvresize/lvextend can claim
# the new space. This is the full device path (e.g. /dev/sda3).
# If undefined, the growpart/pvresize steps are skipped.
expand_root_lv_pv_partition: /dev/sda3
# Mount point we expect to be backed by the target LV. Used purely for
# the resize2fs / xfs_growfs decision — the role inspects this path's
# filesystem type and dispatches to the correct grow command.