I recently bought a second small form factor and installed ProxmoxVE on it. I am using PVE on another SFF computer, too and hadn't much challenges to have it doing what i want it to do.
But it seems something has changed and I maybe overlooked some option during the installation. I am using Linux for a few years now but never really spent time gathering much experience with LVM, so maybe my problem stems from lack of knowledge about this.
So, I want to just have a copy of my three VMs main-disk images - so should i f*ck up some configuration, i can just restore the backup and be fine with it. I don't mind this being on the same disk. It seems to me this is working fine on my old PVE server, but i can't add "Backup" as a storage type for the system Disk (nvme) of my new server.
I have two disks in the SFF computer
- 4TB nVME - should contain the PVE system and all that is necessary
- 4TB SSD (sda) - this one is passed through as a block device to one of the VMs
So, the only place i can place backups in, is in the 96GB pve-root "partition" (or LVM thing)
Can i just mount the `pve-data-tpool` somehow? I am afraid to just try it and risking some data loss.
My Problem is basically, I cant - via the WEBGUI - assign "Backup" to the volume that has 95% space (`local-lvm`) - But i can in my old Proxmox VE.
Is there some trick?
TIA for any hints!
But it seems something has changed and I maybe overlooked some option during the installation. I am using Linux for a few years now but never really spent time gathering much experience with LVM, so maybe my problem stems from lack of knowledge about this.
So, I want to just have a copy of my three VMs main-disk images - so should i f*ck up some configuration, i can just restore the backup and be fine with it. I don't mind this being on the same disk. It seems to me this is working fine on my old PVE server, but i can't add "Backup" as a storage type for the system Disk (nvme) of my new server.
I have two disks in the SFF computer
- 4TB nVME - should contain the PVE system and all that is necessary
- 4TB SSD (sda) - this one is passed through as a block device to one of the VMs
Code:
root@luna:/# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 3.6T 0 disk
nvme0n1 259:0 0 3.6T 0 disk
|-nvme0n1p1 259:1 0 1007K 0 part
|-nvme0n1p2 259:2 0 1G 0 part /boot/efi
`-nvme0n1p3 259:3 0 3.6T 0 part
|-pve-swap 252:0 0 8G 0 lvm [SWAP]
|-pve-root 252:1 0 96G 0 lvm /
|-pve-data_tmeta 252:2 0 15.9G 0 lvm
| `-pve-data-tpool 252:4 0 3.5T 0 lvm
| |-pve-data 252:5 0 3.5T 1 lvm
| |-pve-vm--200--disk--0 252:6 0 32G 0 lvm
| |-pve-vm--100--disk--0 252:7 0 16G 0 lvm
| |-pve-vm--100--disk--1 252:8 0 300G 0 lvm
| `-pve-vm--300--disk--0 252:9 0 100G 0 lvm
`-pve-data_tdata 252:3 0 3.5T 0 lvm
`-pve-data-tpool 252:4 0 3.5T 0 lvm
|-pve-data 252:5 0 3.5T 1 lvm
|-pve-vm--200--disk--0 252:6 0 32G 0 lvm
|-pve-vm--100--disk--0 252:7 0 16G 0 lvm
|-pve-vm--100--disk--1 252:8 0 300G 0 lvm
`-pve-vm--300--disk--0 252:9 0 100G 0 lvm
So, the only place i can place backups in, is in the 96GB pve-root "partition" (or LVM thing)
Can i just mount the `pve-data-tpool` somehow? I am afraid to just try it and risking some data loss.
My Problem is basically, I cant - via the WEBGUI - assign "Backup" to the volume that has 95% space (`local-lvm`) - But i can in my old Proxmox VE.
Is there some trick?
TIA for any hints!