On Tue, 25 Jan 2011, tsuna wrote: > On Tue, Jan 25, 2011 at 8:32 PM, Sage Weil wrote: > > Actually, you just need to make sure that object_size is a multiple of > > stripe_unit.  The striping strategy puts each stripe_unit on stripe_count > > consecutive objects until they reach a size of stripe_count; it then moves > > Did you mean "until they reach a size of object_size"? Yeah :) sage > > > onto the next set of stripe_count objects.  The default degenerate case > > has stripe_unit == object_size and stripe_count == 1. > > -- > Benoit "tsuna" Sigoure > Software Engineer @ www.StumbleUpon.com > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >