I have installed PBS on PVE. I would like to create a storage area for PBS on a large-ish external RAID on which already another LV has been created for other purposes.
Based on the manual(s), I am having trouble understanding how to set this up. I don't want to use the entire external disk for PBS, I just want to create a volume and use that.
In PVE I can add 'Proxmox Backup Server', but I think that is not my (first) step. I think I must first create a standard LV in PVE and then use that in PBS to make it the storage area, then (maybe?) go back to PVE to add the local host as 'Proxmox Backup Server'? Is that correct?
My VG/LV setup looks like this:
How do I get PBS to use a (new) LV on my external disk as storage?
Based on the manual(s), I am having trouble understanding how to set this up. I don't want to use the entire external disk for PBS, I just want to create a volume and use that.
In PVE I can add 'Proxmox Backup Server', but I think that is not my (first) step. I think I must first create a standard LV in PVE and then use that in PBS to make it the storage area, then (maybe?) go back to PVE to add the local host as 'Proxmox Backup Server'? Is that correct?
My VG/LV setup looks like this:
Code:
root@pve:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 4 0 wz--n- <931.01g 15.99g
rna-mepdm-1 1 0 0 wz--n- <1.75t <1.75t
root@pve:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <794.79g 0.56 0.26
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi-aotz-- 32.00g data 13.83
vm-100-disk-0 rna-mepdm-1 -wi-ao---- 500.00g
How do I get PBS to use a (new) LV on my external disk as storage?