Case: Forced to use LVM2 snapshots as a backup solution since the OS installed as LVM instead of regular partitions.
Solution
sudo su
nano /etc/lvm/lvm.conf
- Ctrl+W for:
snapshot_autoextend_threshold
- Set this to appropriate value (ex: 98)
- Ctrl+W for:
snapshot_autoextend_percent
- Set this to appropriate value (ex: 20)
- Save with Ctrl+O
Reference
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.