Whamcloud - gitweb
LU-5319 mdt: support multiple modify RCPs in parallel
This patch implements the server part of the feature that allows
support of multiple modify RPCs in parallel on MDT targets.
Each target export is able to store several in-memory reply
data so that it can reconstruct several requests issued by
the client in parallel.
Additionally, a new internal file REPLY_DATA is created on
the target to store on-disk reply data. The reply data slots
in that file are managed by a bitmap (lut_reply_bitmap) and
can be used to store reply data of any client.
When target recovers, the on-disk reply data is used to
restore the in-memory reply data and ensure reconstruction
of committed operations.
Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Signed-off-by: Gregoire Pichon <gregoire.pichon@bull.net>
Change-Id: I8f91666f5b0b4f7b9445a01c520d73f56d059ff3
Reviewed-on: http://review.whamcloud.com/14860
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
20 files changed: