+ # It is possible for a user to specify an fsprofile that defines a blocksize
+ # smaller than the default of 4096 bytes and therefore to make liars of us
+ # with regard to this maximum filesystem size, but if they're doing such
+ # things they should know the implications of their chosen block size.
+ _maxSize = 16 * 1024 * 1024
+
register_device_format(Ext3FS)
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
02-27-2012, 09:44 PM
David Lehman
Update the fs size limit for ext3/ext4 from 8TB to 16TB.
This depends only on the block size, which can only be overridden
by someone selecting an fsprofile with a smaller block size.
(cherry picked from commit cda63ee8b3632bead73db1af8f40e23fc6274dee)
+ # It is possible for a user to specify an fsprofile that defines a blocksize
+ # smaller than the default of 4096 bytes and therefore to make liars of us
+ # with regard to this maximum filesystem size, but if they're doing such
+ # things they should know the implications of their chosen block size.
+ _maxSize = 16 * 1024 * 1024
+
register_device_format(Ext3FS)
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list