Whamcloud - gitweb
LU-10447 tests: deprecate use of $SETSTRIPE/$GETSTRIPE 25/33925/3
authorJames Nunez <jnunez@whamcloud.com>
Thu, 27 Dec 2018 16:50:48 +0000 (09:50 -0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 8 Feb 2020 04:00:36 +0000 (04:00 +0000)
commitbe3b7e772d3aadfee9200565ebf88528272c1d6d
tree04e9300908122b7b264acf1b30a804691a740f95
parent0098396983e1075668414aa5298a4990e61ffbda
LU-10447 tests: deprecate use of $SETSTRIPE/$GETSTRIPE

$SETSTRIPE and $GETSTRIPE were needed when we used the
standalone 'lstripe' utility. 'lstripe' hasn't been used
for years and we need to clean up all remnants of it.

Remove the definition and replace all instances of
$SETSTRIPE with '$LFS setstripe' and $GETSTRIPE with
'$LFS getstripe' in test-framework library.

Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: Ibd78b2d75b0b8fc7ff686c1b0a73ce51fe9452e2
Reviewed-on: https://review.whamcloud.com/33925
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/test-framework.sh