Re: [LEDE-DEV] [RFC v2 3/3] config: ext4: increase x86 rootfs size to 2GB to support online resize2fs

2016-10-29 Thread Felix Fietkau
On 2016-10-25 13:02, Jo-Philipp Wich wrote: > The current default rootfs size of 256MB in conjunction with 4K blocks > produces an ext4 filesystem which lacks the appropriate amount of backup GDT > entries to support online-resizing. > > For x86 targets, increase the default rootfs size to 2048MB

Re: [LEDE-DEV] [RFC v2 3/3] config: ext4: increase x86 rootfs size to 2GB to support online resize2fs

2016-10-26 Thread Michael Heimpold
Am Dienstag, 25. Oktober 2016, 13:02:05 CEST schrieb Jo-Philipp Wich: > The current default rootfs size of 256MB in conjunction with 4K blocks > produces an ext4 filesystem which lacks the appropriate amount of backup GDT > entries to support online-resizing. > > For x86 targets, increase the defa

Re: [LEDE-DEV] [RFC v2 3/3] config: ext4: increase x86 rootfs size to 2GB to support online resize2fs

2016-10-25 Thread Alberto Bursi
On 10/25/2016 01:02 PM, Jo-Philipp Wich wrote: > > For x86 targets, increase the default rootfs size to 2048MB which allows > online resizing the filesystem to up to 2TB which is the current theoretical > maximum for LEDE, due to missing GPT support on the root block device. > FYI: in the packag

[LEDE-DEV] [RFC v2 3/3] config: ext4: increase x86 rootfs size to 2GB to support online resize2fs

2016-10-25 Thread Jo-Philipp Wich
The current default rootfs size of 256MB in conjunction with 4K blocks produces an ext4 filesystem which lacks the appropriate amount of backup GDT entries to support online-resizing. For x86 targets, increase the default rootfs size to 2048MB which allows online resizing the filesystem to up to 2