(no title)
jonhermansen | 5 years ago
You'd effectively send all block changes through LVM twice (once through the file, then through the underlying block device(s))
jonhermansen | 5 years ago
You'd effectively send all block changes through LVM twice (once through the file, then through the underlying block device(s))
labawi|5 years ago
For block operations it's no different from manual setup of loop-mounted volumes, that also need to travel a couple of layers to hit the backing device.
Though there is an important caveat - LVM is more abstracted, making it easier to mistakenly map a drive onto itself, which may create a spectacular failure (haven't tried).