From: cliffw Date: Mon, 9 Apr 2007 21:13:58 +0000 (+0000) Subject: b=10957 X-Git-Tag: v1_7_100~195 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=2afdf3499344737d70737ec2fa4e19575ca3203c b=10957 Renamed all files to remove .sh and .pl. Fixed .spec file --- diff --git a/lustre-iokit/ior-survey/Makefile.am b/lustre-iokit/ior-survey/Makefile.am index d6ac265..537162b 100644 --- a/lustre-iokit/ior-survey/Makefile.am +++ b/lustre-iokit/ior-survey/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS = ior-survey parse-ior.pl +bin_SCRIPTS = ior-survey parse-ior CLEANFILE = $(bin_SCRIPTS) -EXTRA_DIST = README.ior-survey ior-survey parse-ior.pl +EXTRA_DIST = README.ior-survey ior-survey parse-ior diff --git a/lustre-iokit/lustre-iokit.spec.in b/lustre-iokit/lustre-iokit.spec.in index becb4ee..df50b5f 100644 --- a/lustre-iokit/lustre-iokit.spec.in +++ b/lustre-iokit/lustre-iokit.spec.in @@ -48,14 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT %files /usr/bin/ior-survey -/usr/bin/parse-ior.pl -/usr/bin/echo.sh +/usr/bin/parse-ior +/usr/bin/create-echoclient /usr/bin/obdfilter-survey -/usr/bin/obparse.pl -/usr/bin/plot-ost.pl -/usr/bin/ost-survey.pl +/usr/bin/obparse +/usr/bin/plot-ost +/usr/bin/ost-survey /usr/bin/sgpdd-survey -/usr/bin/parse-sgpdd.pl +/usr/bin/parse-sgpdd %doc obdfilter-survey/README.obdfilter-survey %doc ior-survey/README.ior-survey %doc ost-survey/README.ost-survey diff --git a/lustre-iokit/obdfilter-survey/Makefile.am b/lustre-iokit/obdfilter-survey/Makefile.am index 2caa763..e35f831 100644 --- a/lustre-iokit/obdfilter-survey/Makefile.am +++ b/lustre-iokit/obdfilter-survey/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS = echo.sh obdfilter-survey obparse.pl +bin_SCRIPTS = create-echoclient obdfilter-survey obparse CLEANFILE = $(bin_SCRIPTS) -EXTRA_DIST = README.obdfilter-survey echo.sh obdfilter-survey obparse.pl +EXTRA_DIST = README.obdfilter-survey create-echoclient obdfilter-survey obparse diff --git a/lustre-iokit/obdfilter-survey/README.obdfilter-survey b/lustre-iokit/obdfilter-survey/README.obdfilter-survey index 9983999..7f8095a 100644 --- a/lustre-iokit/obdfilter-survey/README.obdfilter-survey +++ b/lustre-iokit/obdfilter-survey/README.obdfilter-survey @@ -107,15 +107,15 @@ case, you need to ensure... - First, bring up obdecho instances on the servers and echo_client instances on the clients: - - run the included echo.sh on a node that has Lustre installed. + - run the included create-echoclient on a node that has Lustre installed. -shell variables: - SERVERS: Set this to a list of server hostnames, or `hostname` of the current node will be used. This may be the wrong interface, so - check it. NOTE: echo.sh could probably be smarter about this... + check it. NOTE: create-echoclient could probably be smarter about this... - NETS: set this if you are using a network type other than tcp. - - example: SERVERS=oss01-eth2 sh echo.sh + - example: SERVERS=oss01-eth2 sh create-echoclient - On the servers start the obdecho server and verify that it is up: diff --git a/lustre-iokit/obdfilter-survey/echo.sh b/lustre-iokit/obdfilter-survey/create-echoclient similarity index 100% rename from lustre-iokit/obdfilter-survey/echo.sh rename to lustre-iokit/obdfilter-survey/create-echoclient diff --git a/lustre-iokit/obdfilter-survey/obparse.pl b/lustre-iokit/obdfilter-survey/obparse similarity index 100% rename from lustre-iokit/obdfilter-survey/obparse.pl rename to lustre-iokit/obdfilter-survey/obparse diff --git a/lustre-iokit/ost-survey/Makefile.am b/lustre-iokit/ost-survey/Makefile.am index e24be74..5d2c14a 100644 --- a/lustre-iokit/ost-survey/Makefile.am +++ b/lustre-iokit/ost-survey/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS = ost-survey.pl plot-ost.pl +bin_SCRIPTS = ost-survey plot-ost CLEANFILE = $(bin_SCRIPTS) -EXTRA_DIST = README.ost-survey ost-survey.pl plot-ost.pl +EXTRA_DIST = README.ost-survey ost-survey plot-ost diff --git a/lustre-iokit/ost-survey/ost-survey.pl b/lustre-iokit/ost-survey/ost-survey similarity index 100% rename from lustre-iokit/ost-survey/ost-survey.pl rename to lustre-iokit/ost-survey/ost-survey diff --git a/lustre-iokit/ost-survey/plot-ost.pl b/lustre-iokit/ost-survey/plot-ost similarity index 100% rename from lustre-iokit/ost-survey/plot-ost.pl rename to lustre-iokit/ost-survey/plot-ost diff --git a/lustre-iokit/sgpdd-survey/Makefile.am b/lustre-iokit/sgpdd-survey/Makefile.am index 31e0b77..bc568ab 100644 --- a/lustre-iokit/sgpdd-survey/Makefile.am +++ b/lustre-iokit/sgpdd-survey/Makefile.am @@ -1,3 +1,3 @@ -bin_SCRIPTS = parse-sgpdd.pl sgpdd-survey +bin_SCRIPTS = parse-sgpdd sgpdd-survey CLEANFILE = $(bin_SCRIPTS) -EXTRA_DIST = README.sgpdd-survey parse-sgpdd.pl sgpdd-survey +EXTRA_DIST = README.sgpdd-survey parse-sgpdd sgpdd-survey diff --git a/lustre-iokit/sgpdd-survey/parse-sgpdd.pl b/lustre-iokit/sgpdd-survey/parse-sgpdd similarity index 100% rename from lustre-iokit/sgpdd-survey/parse-sgpdd.pl rename to lustre-iokit/sgpdd-survey/parse-sgpdd