Re: Unable to resize a logical volume due to wrong reported asked size

François-Xavier Payet <[email protected]> Fri, 5 Jan 2024 09:17:15 +0100
Newsgroups dev.linux.lists.linux-lvm
Message-ID <[email protected]>
> 
> To work around the problem, you can disable the fs checking in lvresize
> with '--fs ignore', which tells lvresize that you have already properly
> resized the fs.
> 
> Dave
> 
That did it. I was afraid of doing it beforehand because I thought it would effectively resize the logical volume to 1T, but it worked like a charm.

THanks Dave