Skip to content
Snippets Groups Projects
Commit 2afdf349 authored by Cliff White's avatar Cliff White
Browse files

b=10957

Renamed all files to remove .sh and .pl. Fixed .spec file
parent 74be41ac
No related branches found
No related tags found
No related merge requests found
bin_SCRIPTS = ior-survey parse-ior.pl bin_SCRIPTS = ior-survey parse-ior
CLEANFILE = $(bin_SCRIPTS) CLEANFILE = $(bin_SCRIPTS)
EXTRA_DIST = README.ior-survey ior-survey parse-ior.pl EXTRA_DIST = README.ior-survey ior-survey parse-ior
...@@ -48,14 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT ...@@ -48,14 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files %files
/usr/bin/ior-survey /usr/bin/ior-survey
/usr/bin/parse-ior.pl /usr/bin/parse-ior
/usr/bin/echo.sh /usr/bin/create-echoclient
/usr/bin/obdfilter-survey /usr/bin/obdfilter-survey
/usr/bin/obparse.pl /usr/bin/obparse
/usr/bin/plot-ost.pl /usr/bin/plot-ost
/usr/bin/ost-survey.pl /usr/bin/ost-survey
/usr/bin/sgpdd-survey /usr/bin/sgpdd-survey
/usr/bin/parse-sgpdd.pl /usr/bin/parse-sgpdd
%doc obdfilter-survey/README.obdfilter-survey %doc obdfilter-survey/README.obdfilter-survey
%doc ior-survey/README.ior-survey %doc ior-survey/README.ior-survey
%doc ost-survey/README.ost-survey %doc ost-survey/README.ost-survey
......
bin_SCRIPTS = echo.sh obdfilter-survey obparse.pl bin_SCRIPTS = create-echoclient obdfilter-survey obparse
CLEANFILE = $(bin_SCRIPTS) CLEANFILE = $(bin_SCRIPTS)
EXTRA_DIST = README.obdfilter-survey echo.sh obdfilter-survey obparse.pl EXTRA_DIST = README.obdfilter-survey create-echoclient obdfilter-survey obparse
...@@ -107,15 +107,15 @@ case, you need to ensure... ...@@ -107,15 +107,15 @@ case, you need to ensure...
- First, bring up obdecho instances on the servers and echo_client instances - First, bring up obdecho instances on the servers and echo_client instances
on the clients: 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: -shell variables:
- SERVERS: Set this to a list of server hostnames, or `hostname` of - 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 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 - NETS: set this if you are using a network type other than
tcp. 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: - On the servers start the obdecho server and verify that it is up:
......
bin_SCRIPTS = ost-survey.pl plot-ost.pl bin_SCRIPTS = ost-survey plot-ost
CLEANFILE = $(bin_SCRIPTS) CLEANFILE = $(bin_SCRIPTS)
EXTRA_DIST = README.ost-survey ost-survey.pl plot-ost.pl EXTRA_DIST = README.ost-survey ost-survey plot-ost
bin_SCRIPTS = parse-sgpdd.pl sgpdd-survey bin_SCRIPTS = parse-sgpdd sgpdd-survey
CLEANFILE = $(bin_SCRIPTS) CLEANFILE = $(bin_SCRIPTS)
EXTRA_DIST = README.sgpdd-survey parse-sgpdd.pl sgpdd-survey EXTRA_DIST = README.sgpdd-survey parse-sgpdd sgpdd-survey
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment