Bug#1030252: debvm: debvm-create does not set all default ext4 features

2023-02-02 Thread Helmut Grohne
Control: notforwarded -1 Control: tags -1 + pending On Wed, Feb 01, 2023 at 10:06:43PM +0100, Gioele Barabucci wrote: > personally I stumbled upon this problem because my tests require `dir_nlink` > (more than 65k subdirs per directory) and that feature was not enabled. > Maybe other people have u

Bug#1030252: debvm: debvm-create does not set all default ext4 features

2023-02-01 Thread Gioele Barabucci
On 01/02/23 21:45, Helmut Grohne wrote: On Wed, Feb 01, 2023 at 06:07:25PM +0100, Gioele Barabucci wrote: debvm-create converts the ext2 filesystem created by mmdebstrap to ext4 using the following tune2fs command: tune2fs ... -O extents,uninit_bg,dir_index,has_journal "$IMAGE" The ext4 f

Bug#1030252: debvm: debvm-create does not set all default ext4 features

2023-02-01 Thread Helmut Grohne
Control: forwarded -1 https://github.com/tytso/e2fsprogs/pull/118 On Wed, Feb 01, 2023 at 06:07:25PM +0100, Gioele Barabucci wrote: > debvm-create converts the ext2 filesystem created by mmdebstrap to ext4 > using the following tune2fs command: > > tune2fs ... -O extents,uninit_bg,dir_index,h

Bug#1030252: debvm: debvm-create does not set all default ext4 features

2023-02-01 Thread Gioele Barabucci
Package: debvm Version: 0.2.6 debvm-create converts the ext2 filesystem created by mmdebstrap to ext4 using the following tune2fs command: tune2fs ... -O extents,uninit_bg,dir_index,has_journal "$IMAGE" The ext4 filesystem created in this way does not have some of the features that a fil