From a3154dc85366d73b376fa5ae2b74bab502b9d8a9 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Tue, 8 Oct 2013 15:52:23 -0500 Subject: [PATCH] LU-4064 hsm: create files to be imported on agent node In sanity-hsm test 13 create the files to be imported on the agent node rather than the local node. Signed-off-by: John L. Hammond Change-Id: I3f50cc5269512d3b99644119ea18272d3a80f8a7 Reviewed-on: http://review.whamcloud.com/7885 Tested-by: Hudson Tested-by: Maloo Reviewed-by: jacques-Charles Lafoucriere Reviewed-by: Jinshan Xiong Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/sanity-hsm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 20675d7..bf41989 100644 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -1079,8 +1079,8 @@ test_13() { CURR_FILE="$CURR_DIR/$tfile.$f" # write file-specific data do_facet $SINGLEAGT \ - echo "d=$d, f=$f, dir=$CURR_DIR, "\ - "file=$CURR_FILE" > $CURR_FILE + "echo d=$d, f=$f, dir=$CURR_DIR, "\ + "file=$CURR_FILE > $CURR_FILE" done done # import to Lustre -- 1.8.3.1