Whamcloud - gitweb
LU-15317 osc: Add RPC to iotrace 94/45894/8
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 9 Feb 2022 21:25:10 +0000 (16:25 -0500)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:32:42 +0000 (05:32 +0000)
commit5cb722c384077dd2469763a4f70a72bed555c8db
tree682d0e9b179b7e1f2a5029d2b131eb459095cd40
parentd48b10cef36d74cc63cf6e9340f43a5cebd985de
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
Reviewed-on: https://review.whamcloud.com/45894
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>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osc/osc_request.c