X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre-iokit%2Flustre-iokit.spec.in;h=71927cfbbfcd484df490f41fe1742d909e5af27c;hp=08bbc8140a7cd878c9bdebe6e6b10fc555391312;hb=4f5fc8f9f0a93274c7b7ba7ab79d7a338cd0dfb8;hpb=e6dbaee6acd3e7265c41cc603a34678dc8376363 diff --git a/lustre-iokit/lustre-iokit.spec.in b/lustre-iokit/lustre-iokit.spec.in index 08bbc81..71927cf 100644 --- a/lustre-iokit/lustre-iokit.spec.in +++ b/lustre-iokit/lustre-iokit.spec.in @@ -10,7 +10,7 @@ Release: %{release} License: GPL Group: Applications/System Source: %{name}-%{version}.tar.gz -URL: http://www.sun.com/software/products/lustre/index.xml +URL: http://wiki.whamcloud.com/ BuildRoot: /var/tmp/%{name}-%{version}-root Provides: %{name} = %{version} BuildArch: noarch @@ -19,25 +19,28 @@ Requires: python > 2.2, sg3_utils %description This package includes five tools: sgpdd-survey: -A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility. +A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility. -obdfilter-survey +obdfilter-survey This survey can be run in 3 modes to test disk I/O including the filesystem, -network I/O, and disk I/O via the network. The script does sequential I/O -with varying numbers of threads and objects (files) by using lctl::test_brw -to drive the echo_client connected to local or remote obdfilter instances, +network I/O, and disk I/O via the network. The script does sequential I/O +with varying numbers of threads and objects (files) by using lctl::test_brw +to drive the echo_client connected to local or remote obdfilter instances, or remote obdecho instances. -ost-survey -This survey tests the client-to-disk performance of individual OSTs, and +ost-survey +This survey tests the client-to-disk performance of individual OSTs, and ranks then for comparison. stats-collect -This script will collect IO stats on a defined set of nodes. +This script will collect IO stats on a defined set of nodes. ior-survey: A script to run the IOR benchmark. The latest version can be downloaded from http://www.llnl.gov/asci/purple/benchmarks/limited/ior/ +mdt-survey: +A script to run md echo client for mdt performance + %prep %setup -qn %{name}-%{version} @@ -62,14 +65,18 @@ make install DESTDIR=$RPM_BUILD_ROOT /usr/bin/lstats.sh /usr/bin/gather_stats_everywhere.sh /usr/bin/config.sh +/usr/bin/mdt-survey %doc obdfilter-survey/README.obdfilter-survey %doc ior-survey/README.ior-survey %doc ost-survey/README.ost-survey +%doc mdt-survey/README.mdt-survey %doc sgpdd-survey/README.sgpdd-survey %doc stats-collect/README.lstats.sh %changelog +* Fri Dec 30 2011 Minh Diep +- WhamCloud release for bug fixes * Tue Jul 24 2007 Cliff White - Added stats-collect * Mon Apr 9 2007 Cliff White