1.移除 LVM-Thin
lvremove pve/data 返回结果: Do you really want to remove active logical volume pve/data? [y/n]: y #输入y Logical volume "data" successfully removed.
根据提示输入: y
2.将移除 LVM-Thin 的空间并入 local
lvextend -l +100%FREE -r pve/root 返回结果: Size of logical volume pve/root changed from 96.00 GiB (24576 extents) to <438.13 GiB (112161 extents). Logical volume pve/root successfully resized. resize2fs 1.47.0 (5-Feb-2023) Filesystem at /dev/mapper/pve-root is mounted on /; on-line resizing required old_desc_blocks = 12, new_desc_blocks = 55 The filesystem on /dev/mapper/pve-root is now 114852864 (4k) blocks long.
3.PVE显示CPU硬盘温度使用等信息
https://www.right.com.cn/forum/thread-6754687-1-1.html
或者
(curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh || curl -Lf -o /tmp/temp.sh https://mirror.ghproxy.com/https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh) && chmod +x /tmp/temp.sh && /tmp/temp.sh remod
apt update ; apt install linux-cpupower && modprobe msr && echo msr > /etc/modules-load.d/turbostat-msr.conf && chmod +s /usr/sbin/turbostat && echo 成功!