Hi,
I have a root server from my provider (Ionos). It is configured with 2 ssd's with a software raid1. Problem is, that I have a limited set of preinstalled images I can install. The proxmox image comes without lvm configured, so `lsblk` looks so:
	
	
	
		
There is no empty device or any space left on that server. Is there any possibility to change/transform this local storage to local-lvm?
Kind regards,
Christian
				
			I have a root server from my provider (Ionos). It is configured with 2 ssd's with a software raid1. Problem is, that I have a limited set of preinstalled images I can install. The proxmox image comes without lvm configured, so `lsblk` looks so:
		Code:
	
	NAME    MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda       8:0    0   3.6T  0 disk 
├─sda1    8:1    0   511M  0 part 
│ └─md1   9:1    0 510.9M  0 raid1 /boot/efi
├─sda2    8:2    0   1.4G  0 part 
│ └─md2   9:2    0   1.4G  0 raid1 /boot
├─sda3    8:3    0   3.7G  0 part 
│ └─md3   9:3    0   3.7G  0 raid1 [SWAP]
└─sda4    8:4    0   3.6T  0 part 
  └─md4   9:4    0   3.6T  0 raid1 /
sdb       8:16   0   3.6T  0 disk 
├─sdb1    8:17   0   511M  0 part 
│ └─md1   9:1    0 510.9M  0 raid1 /boot/efi
├─sdb2    8:18   0   1.4G  0 part 
│ └─md2   9:2    0   1.4G  0 raid1 /boot
├─sdb3    8:19   0   3.7G  0 part 
│ └─md3   9:3    0   3.7G  0 raid1 [SWAP]
└─sdb4    8:20   0   3.6T  0 part 
  └─md4   9:4    0   3.6T  0 raid1 /There is no empty device or any space left on that server. Is there any possibility to change/transform this local storage to local-lvm?
Kind regards,
Christian
 
	 
	 
 
		
