public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Question about Number of Allocation Groups
@ 2011-05-31  5:30 Gim Leong Chin
  2011-05-31  6:11 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Gim Leong Chin @ 2011-05-31  5:30 UTC (permalink / raw)
  To: xfs

Hi,

I have a question about the number of allocation groups in XFS.

In SUSE Linux Enterprise 10 SP2 kernel 2.6.16, the default number of allocation groups from what I have seen is 16 for a 144 GB filesystem, 32 for a 1.1 TB filesystem.

In SUSE Linux Enterprise 11 kernel 2.6.27, the default number of allocation groups is 4 even for a 800 GB filesystem (from what I have observed on openSUSE 11.4 kernel 2.6.37, that number is still 4).  I have observed that for XFS on mdraid the default is 16 for a 101 GB filesytem, 32 for a 4.5 TB filesystem.

1) May I know what is the  method for computing the default number of allocation groups, and why the big change from kernel 2.6.16 to 2.6.27 (16, 32 to 4)?

2) What are the guide lines for deciding how many allocation groups we should specify?  Is the number related to filesystem size, the IO bandwidth, the number of processor cores, the number of parallelism threads we want to occupy the system, system usage/workload characteristics?

3) I am sure there is some point for any system where an increasing number of allocation groups will first increase performance, and then the performance will start to drop?

4) What would be an optimum number for the root filesystem for the operating system?  As I have 100 GB for the "/", my OS partitions not on mdraid have the default 4 allocation groups for kernel 2.6.27 and 2.6.37.

Thank you!  This are questions that have been puzzling me for a while I would really appreciate the answers.


Chin Gim Leong

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Question about Number of Allocation Groups
  2011-05-31  5:30 Question about Number of Allocation Groups Gim Leong Chin
@ 2011-05-31  6:11 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2011-05-31  6:11 UTC (permalink / raw)
  To: Gim Leong Chin; +Cc: xfs

On Tue, May 31, 2011 at 01:30:08PM +0800, Gim Leong Chin wrote:
> Hi,
> 
> I have a question about the number of allocation groups in XFS.
> 
> In SUSE Linux Enterprise 10 SP2 kernel 2.6.16, the default number
> of allocation groups from what I have seen is 16 for a 144 GB
> filesystem, 32 for a 1.1 TB filesystem.
> 
> In SUSE Linux Enterprise 11 kernel 2.6.27, the default number of
> allocation groups is 4 even for a 800 GB filesystem (from what I
> have observed on openSUSE 11.4 kernel 2.6.37, that number is still
> 4).  I have observed that for XFS on mdraid the default is 16 for
> a 101 GB filesytem, 32 for a 4.5 TB filesystem.

Yes, that sounds like the way the defaults currently work.

> 1) May I know what is the  method for computing the default number
> of allocation groups,

See the mkfs source code. It's described in the function
calc_default_ag_geometry().

> and why the big change from kernel 2.6.16 to
> 2.6.27 (16, 32 to 4)?

Because disks are getting bigger. Defaults designed for disks of
10GB in size make no sense for current TB-sized disks....

> 2) What are the guide lines for deciding how many allocation
> groups we should specify?  Is the number related to filesystem
> size, the IO bandwidth, the number of processor cores, the number
> of parallelism threads we want to occupy the system, system
> usage/workload characteristics?

All of the above, and more.

> 3) I am sure there is some point for any system where an
> increasing number of allocation groups will first increase
> performance, and then the performance will start to drop?

Yes, there is. In general, increasing the # of AGs increases the
inherent parallelism in the filesystem, but the tradeoff is that it
will also increase the number of seeks workloads do. The optimum
value is generally dependent on your storage hardware....

> 4) What would be an optimum number for the root filesystem for the
> operating system?  As I have 100 GB for the "/", my OS partitions
> not on mdraid have the default 4 allocation groups for kernel
> 2.6.27 and 2.6.37.

The default, of course.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-31  6:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31  5:30 Question about Number of Allocation Groups Gim Leong Chin
2011-05-31  6:11 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox