Hello,
I have installed Proxmox 6.2-4 and I am quite confused with volumes.
I didn't install this by myself, I came to already installed system so I don't know if the installation went without problems.
Proxmox is installed on 1 TB drive and on the left side is only local storage visible - it has only nearly 100 GB.
Then there is almost 1 TB data visible in LVM-Thin.
	
	
	
		
	
	
	
		
I've tried to search for something but everything I found looked different than this.
What should I do to have more storage for VMs? Can I use data storage or should I resize the root storage? Can I safely shrink the data storage?
Also when I want to make a backup, I cannot select any target storage - that selection is empty. So I assume something is not right here?
Thank you in advance!
				
			I have installed Proxmox 6.2-4 and I am quite confused with volumes.
I didn't install this by myself, I came to already installed system so I don't know if the installation went without problems.
Proxmox is installed on 1 TB drive and on the left side is only local storage visible - it has only nearly 100 GB.
Then there is almost 1 TB data visible in LVM-Thin.
		Code:
	
	lvdisplay
  --- Logical volume ---
  LV Path                /dev/pve/swap
  LV Name                swap
  VG Name                pve
  LV UUID                CShLkT-EHfA-fQM7-TfPH-mmay-78bZ-dDPd2C
  LV Write Access        read/write
  LV Creation host, time proxmox, 2020-10-04 17:15:39 +0200
  LV Status              available
  # open                 2
  LV Size                8.00 GiB
  Current LE             2048
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
  --- Logical volume ---
  LV Path                /dev/pve/root
  LV Name                root
  VG Name                pve
  LV UUID                f5pOkc-aDR1-I4aM-DBzB-CHqQ-23uw-xDGWRi
  LV Write Access        read/write
  LV Creation host, time proxmox, 2020-10-04 17:15:39 +0200
  LV Status              available
  # open                 1
  LV Size                96.00 GiB
  Current LE             24576
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
  --- Logical volume ---
  LV Name                data
  VG Name                pve
  LV UUID                UZlEN0-HF34-VGut-Vug3-xBrN-LKZV-LYjMU7
  LV Write Access        read/write
  LV Creation host, time proxmox, 2020-10-04 17:15:40 +0200
  LV Pool metadata       data_tmeta
  LV Pool data           data_tdata
  LV Status              available
  # open                 0
  LV Size                976.81 GiB
  Allocated pool data    0.00%
  Allocated metadata     0.20%
  Current LE             250064
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
	
		Code:
	
	lvs -a
  LV              VG  Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  data            pve twi-a-tz-- 976.81g             0.00   0.20
  [data_tdata]    pve Twi-ao---- 976.81g
  [data_tmeta]    pve ewi-ao----  <9.97g
  [lvol0_pmspare] pve ewi-------  <9.97g
  root            pve -wi-ao----  96.00g
  swap            pve -wi-ao----   8.00g
	I've tried to search for something but everything I found looked different than this.
What should I do to have more storage for VMs? Can I use data storage or should I resize the root storage? Can I safely shrink the data storage?
Also when I want to make a backup, I cannot select any target storage - that selection is empty. So I assume something is not right here?
Thank you in advance!