Hi all, wondering about the safety of doing reducing the size of local-lvm (it's unused, we use Ceph for VMs) and adding more space onto the pve root filesystem?
for example
	
	
	
		
				
			for example
		Code:
	
	lvreduce --resizefs --size -100G /dev/pve/data
lvextend -l +100%FREE /dev/pve/root
resize2fs /dev/pve/root 
	 
	