]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson: set returned read length in op.extent.length not in rval 45518/head
authorChunmei Liu <chunmei.liu@intel.com>
Fri, 18 Mar 2022 05:42:32 +0000 (22:42 -0700)
committerChunmei Liu <chunmei.liu@intel.com>
Fri, 18 Mar 2022 05:47:00 +0000 (22:47 -0700)
commit7b96ba484f16321013116a379576d442ab4dcff3
tree6f72ae9b48c473f6dd6e562987192b283ffd02e1
parent228b7f6658d2632c359d7865709bf7d7615f1cdc
crimson: set returned read length in op.extent.length not in rval

rval set to be zero, means read success.
otherwise CReadOpsTest failed.

Signed-off-by: Chunmei Liu <chunmei.liu@intel.com>
src/crimson/osd/pg_backend.cc