Whamcloud - gitweb
Check RPC reply status for both MDC and OSC. This allows us to return
authoradilger <adilger>
Thu, 30 May 2002 22:18:41 +0000 (22:18 +0000)
committeradilger <adilger>
Thu, 30 May 2002 22:18:41 +0000 (22:18 +0000)
commit2a45196e975b22ce19529019c16c9be914c8b3b7
tree672d5ee2b8130a1275d946e0f54e0f5aa473b6c9
parent823c1cd5d61142acc75ce2ea2e998cb0ba23a725
Check RPC reply status for both MDC and OSC.  This allows us to return
errors "properly" from the MDS and OST to the filesystem/kernel/application.
This finally appears to handle out-of-space errors on the MDS and OST
reasonably well.

Still to do at some point: OS agnostic error value encoding/decoding.
lustre/mdc/mdc_request.c
lustre/osc/osc_request.c