From: wangchao Date: Tue, 21 Oct 2003 09:15:35 +0000 (+0000) Subject: These two shell scripts call "lfs find" and "lfs setstripe", they will be removed... X-Git-Tag: v1_7_0_51~2^7~373 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fac393dacd08567a7dd86a885589f2d74a55886c;p=fs%2Flustre-release.git These two shell scripts call "lfs find" and "lfs setstripe", they will be removed later when people aware of lfs. lfind will be replaced by "lfs find" and lstripe will be replaced by "lfs setstripe". --- diff --git a/lustre/utils/lfind b/lustre/utils/lfind new file mode 100755 index 0000000..77a4764 --- /dev/null +++ b/lustre/utils/lfind @@ -0,0 +1,2 @@ +#!/bin/bash +lfs find $@ diff --git a/lustre/utils/lstripe b/lustre/utils/lstripe new file mode 100755 index 0000000..a4e2f28 --- /dev/null +++ b/lustre/utils/lstripe @@ -0,0 +1,2 @@ +#!/bin/bash +lfs setstripe $@