Whamcloud - gitweb
LU-15317 osc: Add RPC to iotrace 94/45894/7
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 9 Feb 2022 21:25:10 +0000 (16:25 -0500)
committerPatrick Farrell <pfarrell@whamcloud.com>
Wed, 9 Feb 2022 21:25:10 +0000 (16:25 -0500)
commit711182c0188b66c87c696fa11165de41c6e3675f
tree5ddacc27d060075d3b7032fc71ac1df6055fee00
parent1c90d638a8d7993f5cbd70680d33052e888da6c3
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.

Test-parameters: trivial

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I6fe416ba44be5572f130704ba9d3e9b85d09c656
lustre/osc/osc_request.c