Hi,
I do not know what i am doing with LVM. So as practice, I tried to add an HDD to local-lvm. I did the sequence:
	
	
	
		
The new space shows properly in the UI summary of local-lvm (thin) and it seems ok.
Is there any other step? I read that with some fs, one need to extend the fs after the lvextend. Or is that not the case with pve/data?
Thanks
				
			I do not know what i am doing with LVM. So as practice, I tried to add an HDD to local-lvm. I did the sequence:
		Bash:
	
	pvcreate /dev/sdc
vgextend pve /dev/sdc
lvextend pve/data /dev/sdc
	The new space shows properly in the UI summary of local-lvm (thin) and it seems ok.
Is there any other step? I read that with some fs, one need to extend the fs after the lvextend. Or is that not the case with pve/data?
Thanks