Re: allowing ext4 file systems that wrapped inode count to continue working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 26, 2018 at 07:47:10PM +0200, Jaco Kroon wrote:
> 
> I really need to further expand that filesystem.  I can take it offline
> for a few hours or so if there is no other options, but that's not ideal
> (even getting to run umount when nothing is accessing that is a scarce
> opportunity).  The VG on which it's contained does have 4.5TB available
> for expansion, I just don't want to allocate that anywhere until I have
> a known working strategy.

Further expanding the file system is going to require kernel and
e2fsprogs changes, and a new read-only compat feature flag.  That's
because what we would have to do is to be able to support block groups
that do not have any inode table blocks.  So we would have to teach
ext4 how to ignore inode table blocks in block groups that would
result in inode numbers going beyond 2**32.

So that is not something that we can do easily, unfortunately.  It
shouldn't be *that* hard to make this change, but it will require real
(and new) development effort.

							- Ted



[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux