Archive for the ‘Proxmox’ Category

Shutdown both (VMs + LXC)

Sunday, April 5th, 2026

One-liner version
for id in $(qm list | awk ‘NR>1 {print $1}’); do qm shutdown $id; done; for id in $(pct list | awk ‘NR>1 {print $1}’); do pct shutdown $id; done

Qemu-guest-agent

Wednesday, December 4th, 2024
apt-get install qemu-guest-agent

Activation of logical volume pve/data is prohibited while logical volume pve/data_tmeta is active.

Saturday, January 13th, 2024

lvchange -an pve/data_tmeta

lvchange -an pve/data_tdata

vgchange -ay

Link