]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
pnfs-obj: osd raid engine read/write implementation
authorBoaz Harrosh <bharrosh@panasas.com>
Sun, 22 May 2011 16:52:19 +0000 (19:52 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Sun, 29 May 2011 17:54:15 +0000 (20:54 +0300)
commit04f83450388e87d86b387cf4a27b81eb7e69de7d
tree99c10d6a995ed1e7b872abb0127fc38d6bef9982
parentd20581aa4be11407c9eeeb75992df5ef176bba0f
pnfs-obj: osd raid engine read/write implementation

With the use of the in-kernel osd library. Implement read/write
of data from/to osd-objects according to information specified
in the objects-layout.

Support for stripping over mirrors with a received stripe_unit.
There are however a few constrains which are not supported:
 1. Stripe Unit must be a multiple of PAGE_SIZE
 2. stripe length (stripe_unit * number_of_stripes) can not be
    bigger then 32bit.

Also support raid-groups and partial-layout. Partial-layout is
when not all the groups are received on the line, addressing
only a partial range of the file.

TODO:
  Only raid0! raid 4/5/6 support will come at later stage

A none supported layout will send IO through the MDS

[Important fallout from the last rebase]
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
[gfp_flags]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
fs/nfs/objlayout/objio_osd.c
fs/nfs/objlayout/objlayout.c
fs/nfs/objlayout/objlayout.h