LVM vs LVM-Thin backup size and time

Tealk

Active Member
Sep 28, 2020
102
7
38
Hello,

I have an HDD as LVM which I use on a server for my next cloud files.
Now I wanted to know if an LVM-thin would take less memory and time when I backup the machine.
 
The difference between LVM and LVM-thin is that the latter is thin-provisioned. That means that you can overcommit storage: I.e. on a 100 GB disk you could have two VMs with 80 GB virtual disks each - as long as both combined are only using up to 100 GB of course.

If you're talking about backing up VMs using the built-in tooling, there is no difference however. That is because the internal view of the drive to back up (in QEMU) can not consider what LVM has allocated or not, meaning it still has to scan everything (80 GB twice in above example if you back up both VMs).

Memory (as in RAM) is entirely unaffected by this.
 
  • Like
Reactions: Neke and Tealk