From 7b6014ce85b4dfca6616f137665cd00e5624c4b0 Mon Sep 17 00:00:00 2001 From: Ujjwala Date: Thu, 8 Dec 2011 15:08:17 +0530 Subject: gsync scripts --- Geo-rep-scripts/node_fop_touch_file.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Geo-rep-scripts/node_fop_touch_file.sh (limited to 'Geo-rep-scripts/node_fop_touch_file.sh') diff --git a/Geo-rep-scripts/node_fop_touch_file.sh b/Geo-rep-scripts/node_fop_touch_file.sh new file mode 100644 index 0000000..10272d5 --- /dev/null +++ b/Geo-rep-scripts/node_fop_touch_file.sh @@ -0,0 +1,11 @@ +source ./config +fop="touch on file-creat" +rm -rf $MNT_PT/* +mkdir $MNT_PT/d1/d2/d3/d4/d5 -p +echo "Before $fop" +show_backend +$XTIME_PATH/xtime.rb $MNT_PT_NEG_PID +echo "AFTER $fop" +echo "creat on file" > $MNT_PT/d1/d2/d3/d4/d5/file.txt +$XTIME_PATH/xtime.rb $MNT_PT_NEG_PID +show_backend -- cgit