Open tigerblue77 opened 1 day ago
Hi
a) make sure you are running the latest upstream version of lvm2 ('lvm version') b) it's unclear how many free space is in your VG (use command: 'vgs') c) you seem to be using 10G thin-pool and 10G + 10G thin LVs - not really used in the moment of your lvs d) you seem to be using 30G vdo-pool and 100G test LV - - inactive so unknown how much full they are. e) auto expansion happen on POOL volumes (not virtual volume thin or vdo LV) - if you want to expand those - use 'lvextend -r' so also filesystem grows)
So you would need to capture 'lvs -a' in the moment of your 'full pool' state - to see whether auto resize is working or not?
Hello ! I am running tests en VDO pools and LVM thin pools on a Debian 12.8 machine. I've added this to lvm.conf :
then ran :
Following this RHEL documentation : https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_and_managing_logical_volumes/basic-logical-volume-management_configuring-and-managing-logical-volumes#automatically-extending-a-thin-pool_extending-a-thin-pool And my
shows they are monitored :
But I fill my VDO or thin LVs and they don't get expanded...