On 12/6/20 7:10 PM, Kostas Sfakiotakis wrote:
>   Insufficient free space: 2560 extents needed, but only 2559 available

It'll all depended on the extent size ; you can see you're short of just
one extent (which is probably 4MB or 8MB don't remember now).  You can
specify the extension via extents instead of actual size.  You can use
either of:

lvextend -r -l+100%FREE /dev/mapper/F31-F31Var

or be specific:

lvextend -r -l+2559 /dev/mapper/F31-F31Var

HTH,
Jorge
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to