We are using a local backup for all our Proxmox nodes and with a hook script we scp the backup to an external backupserver. Now we have one node which uses lvmthin as storage for the VM images. To make a local backup we need a local backup storage because we can't backup to a lvmthin storage.
We tried to manually add a volume which we could mount:
But this doesn't work:
Is it possible to add a volume for our local backups? There is enough space available on the lvmthin volume:
We tried to manually add a volume which we could mount:
Code:
lvcreate -L 300G -n localbackups pve
But this doesn't work:
Code:
Volume group "pve" has insufficient free space (4053 extents): 76800 required.
Is it possible to add a volume for our local backups? There is enough space available on the lvmthin volume:
Code:
Usage: 47.39% (1.19 TiB of 2.50 TiB)