resize2fs does not respect flex_bg

Bug #575542 reported by Phillip Susi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
e2fsprogs (Ubuntu)
Triaged
Low
Unassigned
linux (Ubuntu)
Triaged
Low
Unassigned

Bug Description

Binary package hint: e2fsprogs

When running resize2fs to perform an online extend of an ext4 filesystem, it does not respect the flex_bg feature. Instead, it lays out the added block groups with their normal non flex_bg positions.

Tags: cscc
Revision history for this message
Theodore Ts'o (tytso) wrote :

This is a true statement. Getting this right will require kernel support as well as changes to e2fsprogs, since the kernel ioctl used by online resize currently assumes that the blocks used for the allocation bitmaps, et. al, are in the block group which is added.

This shortcoming isn't really user-visible, although it will cause barely noticeable performance differences for resized filesystems versus file systems that were originally created at that size. It will also impact fsck time somewhat. It's a known problem, but it's relatively low priority to fix.

Revision history for this message
Phillip Susi (psusi) wrote :

Adding kernel task then and marking as triaged and low priority.

Changed in e2fsprogs (Ubuntu):
importance: Undecided → Low
status: New → Triaged
Changed in linux (Ubuntu):
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Phillip Susi (psusi) wrote :

You haven't happened to fix this in the last 8 years have you Ted? ;)

Revision history for this message
Theodore Ts'o (tytso) wrote :

Yes, this has been fixed quite a while ago. :-)

Online resize with flex_bg was fixed in 2012 --- call with the v3.10 kernel or so.

Offline resize was fixed around that time (e2fsprogs 1.43), but there have been some bugs with flex_bg and off-line resizing, so I'd recommend using at least e2fsprogs 1.44.x if you want to off-line resize file systems with flex_bg. And on-line resizing is actually going to be safer in general --- mainly because it's less capable --- the scary bits with off-line resizing are things that on-line resize can't do, like shrink the file system or move the inode table around to make room for more block group descriptors than were originally reserved at mkfs time.

Brad Figg (brad-figg)
tags: added: cscc
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.