On Wed, 27 Jul 2016 18:25:48 +0200
Goffredo Baroncelli wrote:
> I am not able to understand this sentence: on the best of my knowledge,
> in btrfs the RAID5/RAID6 stripe is composed by several sub-stripes (I am
> not sure about the terminology to adopt); the number of sub-stripe is equal
> to the
Hi Sanidhya,
On 2016-07-27 08:12, Sanidhya Solanki wrote:
> The reason for this limit is the fact that, as I noted above the real
> stripe size is currently 4KiB, with an element size of 64KiB.
I am not able to understand this sentence: on the best of my knowledge,
in btrfs the RAID5/RAID6 str
On Tue, 26 Jul 2016 11:14:37 -0600
Chris Murphy wrote:
> On Fri, Jul 22, 2016 at 8:58 AM, Austin S. Hemmelgarn
> wrote:
> > On 2016-07-22 09:42, Sanidhya Solanki wrote:
>
> >> +*stripesize=*;;
> >> +Specifies the new stripe size
>
> It'd be nice to stop conflating stripe size and stripe el
On 2016-07-26 13:14, Chris Murphy wrote:
On Fri, Jul 22, 2016 at 8:58 AM, Austin S. Hemmelgarn
wrote:
On 2016-07-22 09:42, Sanidhya Solanki wrote:
+*stripesize=*;;
+Specifies the new stripe size
It'd be nice to stop conflating stripe size and stripe element size as
if they're the same thin
On Fri, Jul 22, 2016 at 8:58 AM, Austin S. Hemmelgarn
wrote:
> On 2016-07-22 09:42, Sanidhya Solanki wrote:
>> +*stripesize=*;;
>> +Specifies the new stripe size
It'd be nice to stop conflating stripe size and stripe element size as
if they're the same thing. I realize that LVM gets this wrong a
On 2016-07-22 12:06, Sanidhya Solanki wrote:
On Fri, 22 Jul 2016 10:58:59 -0400
"Austin S. Hemmelgarn" wrote:
On 2016-07-22 09:42, Sanidhya Solanki wrote:
+*stripesize=*;;
+Specifies the new stripe size for a filesystem instance. Multiple BTrFS
+filesystems mounted in parallel with varying st
On Fri, 22 Jul 2016 10:58:59 -0400
"Austin S. Hemmelgarn" wrote:
> On 2016-07-22 09:42, Sanidhya Solanki wrote:
> > +*stripesize=*;;
> > +Specifies the new stripe size for a filesystem instance. Multiple BTrFS
> > +filesystems mounted in parallel with varying stripe size are supported,
> > the o
On 2016-07-22 09:42, Sanidhya Solanki wrote:
Adds the user-space component of making the RAID stripesize user configurable.
Updates the btrfs-documentation to provide the information to users.
Adds parsing capabilities for the new options.
Adds the means of transfering the data to kernel space.
U
Adds the user-space component of making the RAID stripesize user configurable.
Updates the btrfs-documentation to provide the information to users.
Adds parsing capabilities for the new options.
Adds the means of transfering the data to kernel space.
Updates the kernel ioctl interface to account fo