From fac393dacd08567a7dd86a885589f2d74a55886c Mon Sep 17 00:00:00 2001 From: wangchao Date: Tue, 21 Oct 2003 09:15:35 +0000 Subject: [PATCH] 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". --- lustre/utils/lfind | 2 ++ lustre/utils/lstripe | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 lustre/utils/lfind create mode 100755 lustre/utils/lstripe 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 $@ -- 1.8.3.1