Whamcloud - gitweb
LU-15317 osc: Add RPC to iotrace
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 4 Mar 2022 15:34:43 +0000 (10:34 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 9 Mar 2022 17:18:22 +0000 (17:18 +0000)
commitd9a84404a364ae540462e8a915adee5731cd0f4a
treef2daf99ff9f417190e2a1dac8b8e253ba727cf4c
parentefc1672ec6072c0aba7c720c4d0d2518a1d9bedb
LU-15317 osc: Add RPC to iotrace

Add RPCs to iotrace debugging.

To avoid creating too much debug output, this debug
ignores the possiblity that an RPC contains non-contiguous
extents.  Thus the eventual visualization will act as
though the RPC is a continuous whole.  I judge this to be
superior to the amount of log data and complexity of
capturing each extent separately.  If that level of detail
is needed, a higher debug level can be used.

Lustre-change: https://review.whamcloud.com/45894/
Lustre-commit: 711182c0188b66c87c696fa11165de41c6e3675f (tbd)

Test-parameters: trivial

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I6fe416ba44be5572f130704ba9d3e9b85d09c656
Reviewed-on: https://review.whamcloud.com/46005
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/osc/osc_request.c