On Wed, Feb 21, 2024 at 12:36 PM Jan Engelhardt <jengelh@inai.de> wrote:
On Wednesday 2024-02-21 18:22, Greg Freemyer wrote:
[mkfs.xfs] By default, I get 29 for AGcount and the corresponding AGsize of ~1TB. Supposedly neither are adjustable, but that can't be true during xfs_grow.
My (uninformed) guess is that if I quadruple the size of my xfs filesystem (from 30TB to 120TB), then the number of aggregation groups will also quadruple.
It's adjustable upwards, but not quite downwards. (`xfs_growfs -D ...` apparently only works to the point where the highest-numbered AG has been shrunk to 64 blocks.)
Strange I'm going to setup 500 AGs. Each AG with size 15 million 4k blocks. (~60 GB per AG). When I use xfs_grow later on, that should allow room for the AGcount to quadruple in count, or AGsize to quadruple in size. One of the 2 has to happen! This is too much data to have to rebuild the FS a month from now! Thanks, Greg