All of lore.kernel.org
 help / color / mirror / Atom feed
* current maximum stripe unit size?
@ 2021-04-29 14:10 Ede Wolf
  2021-05-03 13:22 ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: Ede Wolf @ 2021-04-29 14:10 UTC (permalink / raw)
  To: xfs

Hello,

having found different values, as of Kernel 5.10, what is the maximum 
allowed size in K for stripe units?

I came across limits from 64k - 256k, but the documentation  always 
seemed quite aged.

Thanks

Ede

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

* Re: current maximum stripe unit size?
  2021-04-29 14:10 current maximum stripe unit size? Ede Wolf
@ 2021-05-03 13:22 ` Eric Sandeen
  2021-05-05 15:46   ` Ede Wolf
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2021-05-03 13:22 UTC (permalink / raw)
  To: listac, xfs



On 4/29/21 9:10 AM, Ede Wolf wrote:
> Hello,
> 
> having found different values, as of Kernel 5.10, what is the maximum allowed size in K for stripe units?
> 
> I came across limits from 64k - 256k

Where did you read that?

> , but the documentation  always seemed quite aged.

Current mkfs limits are UINT_MAX for stripe unit and stripe width (so width is the effective limiter in most cases)

Interestingly, in the kernel the limit on swidth is INT_MAX. In any case, quite large.

(However, the /log/ stripe unit has a limit of 256; if the data stripe unit is larger, the log stripe unit will automatically be reduced.)

-Eric

> Thanks


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

* Re: current maximum stripe unit size?
  2021-05-03 13:22 ` Eric Sandeen
@ 2021-05-05 15:46   ` Ede Wolf
  0 siblings, 0 replies; 3+ messages in thread
From: Ede Wolf @ 2021-05-05 15:46 UTC (permalink / raw)
  To: xfs

Hello,

thanks for replying. Indeed I did not distinguish between log and data 
stripe set - as I did not know, those can be treated independendly.

The docs I have all talking about log stripe size, I was just under the 
impression, those set the overall limit.

Thanks again

Ede

Am 03.05.21 um 15:22 schrieb Eric Sandeen:
> 
> 
> On 4/29/21 9:10 AM, Ede Wolf wrote:
>> Hello,
>>
>> having found different values, as of Kernel 5.10, what is the maximum allowed size in K for stripe units?
>>
>> I came across limits from 64k - 256k
> 
> Where did you read that?
> 
>> , but the documentation  always seemed quite aged.
> 
> Current mkfs limits are UINT_MAX for stripe unit and stripe width (so width is the effective limiter in most cases)
> 
> Interestingly, in the kernel the limit on swidth is INT_MAX. In any case, quite large.
> 
> (However, the /log/ stripe unit has a limit of 256; if the data stripe unit is larger, the log stripe unit will automatically be reduced.)
> 
> -Eric
> 
>> Thanks
> 


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

end of thread, other threads:[~2021-05-05 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 14:10 current maximum stripe unit size? Ede Wolf
2021-05-03 13:22 ` Eric Sandeen
2021-05-05 15:46   ` Ede Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.