Questions about Wyng

Thanks for that, the field wasn’t mentioned in the man pages for lvs.

sudo lvs -o+metadata_size qubes_dom0/vm-pool

outputs that Msize is 100.00m. Which means that the command I want to run is:

lvextend --poolmetadatasize 300.00m qubes_dom0/vm-pool

Finally, how do I determine if I must free up space in the volgroup before I can lvextend? I’m extending by 200 megabytes. sudo vgs outputs several gigabytes for VFree. Would I only need to free up space if VFree was below 200m?