From ec4b19c47597d9ffcfba83cc8ac0009531bb47df Mon Sep 17 00:00:00 2001 From: scjody Date: Fri, 15 Dec 2006 04:43:00 +0000 Subject: [PATCH] Branch HEAD make 'actions', 'rszlo', 'rszhi' into parameters --- lustre-iokit/sgpdd-survey/sgpdd-survey | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre-iokit/sgpdd-survey/sgpdd-survey b/lustre-iokit/sgpdd-survey/sgpdd-survey index 2b6c419..7b416d8 100755 --- a/lustre-iokit/sgpdd-survey/sgpdd-survey +++ b/lustre-iokit/sgpdd-survey/sgpdd-survey @@ -14,15 +14,15 @@ rslt=${rslt:-"/tmp/sgpdd_survey_`date +%F@%R`_`uname -n`"} # what to do (read or write) -actions="write read" +actions=${actions:-"write read"} # total size per device (MBytes) # NB bigger than device cache is good size=${size:-8192} # record size (KBytes) -rszlo=1024 -rszhi=1024 +rszlo=${rszlo:-1024} +rszhi=${rszhi:-1024} # Concurrent regions per device crglo=${crglo:-1} -- 1.8.3.1