Whamcloud - gitweb
LU-10421 echo: use echo layer when finding stripe object 56/31556/2
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 16 Feb 2018 18:55:05 +0000 (12:55 -0600)
committerJohn L. Hammond <john.hammond@intel.com>
Thu, 12 Apr 2018 16:03:50 +0000 (16:03 +0000)
commitb21c6045c6dfffaea932b9632723a7569ebd5ce5
tree933ec3963bf4ed34a2fe23c5f7154ebbe05b5368
parentbf98925afb3f9228d1dfe03aeb84d8c59786e8a0
LU-10421 echo: use echo layer when finding stripe object

In echo_md_dir_stripe_choose(), find the stripe object using the echo
device rather than the down layer (mdd) device. mdd objects are not
equipped to be top layer objects and should not be found in this way.

Test-Parameters: trivial testlist=mds-survey
Lustre-change: https://review.whamcloud.com/31338
Lustre-commit: 6f60a28206b2755a9aa158d82713b73efa09e81b

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ibb396ae64b6d542c64697336d227e06163a0bb39
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Signed-off-by: Minh Diep <minh.diep@intel.com>
Reviewed-on: https://review.whamcloud.com/31556
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/obdecho/echo_client.c