From: Li Wei Date: Fri, 4 Jan 2013 03:55:18 +0000 (+0800) Subject: LU-2563 tests: Print correct names in mgsdevname() X-Git-Tag: 2.3.60~45 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=99baa15238372186cb9b02dca6aff7e3852c65b5;hp=99baa15238372186cb9b02dca6aff7e3852c65b5;ds=sidebyside LU-2563 tests: Print correct names in mgsdevname() Current mgsdevname() prints names of block devices (or files for loop devices) regardless of MGS back end types. This is plainly a violation of what the function is expected to do. If an MGS is ZFS-based, mgsdevname() should print the dataset name instead of the VDev names. This patch fixes the regression and makes sure that mgsdevname() and mgsvdevname() work for both standalone and MDT-combined MGSs. Signed-off-by: Li Wei Change-Id: I5885af48e811fcd98aa00c5d901db30e5837b505 Signed-off-by: Li Wei Reviewed-on: http://review.whamcloud.com/4950 Tested-by: Hudson Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: wangdi Reviewed-by: Oleg Drokin ---