Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
2a320c50
Commit
2a320c50
authored
22 years ago
by
Andreas Dilger
Browse files
Options
Downloads
Patches
Plain Diff
Minor edits to remove apparently unfinished sentences.
parent
b91e8a10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/tests/README
+9
-7
9 additions, 7 deletions
lustre/tests/README
with
9 additions
and
7 deletions
lustre/tests/README
+
9
−
7
View file @
2a320c50
...
@@ -3,7 +3,7 @@ The various .xml configs in the tests/ directory are built by running the
...
@@ -3,7 +3,7 @@ The various .xml configs in the tests/ directory are built by running the
corresponding .sh script. The .sh script runs a series of lmc (Lustre make
corresponding .sh script. The .sh script runs a series of lmc (Lustre make
config) commands in order to build up an XML file. It is much easier to
config) commands in order to build up an XML file. It is much easier to
simply edit a .sh script and rebuild your XML config file than trying to
simply edit a .sh script and rebuild your XML config file than trying to
edit the XML directly.
For example, the above configurations are:
edit the XML directly.
For a loopback setup with a mounted filesystem, you could do something like:
For a loopback setup with a mounted filesystem, you could do something like:
...
@@ -30,11 +30,10 @@ This configuration could be run on any 3 systems with the following commands:
...
@@ -30,11 +30,10 @@ This configuration could be run on any 3 systems with the following commands:
system3# ../utils/lconf --node uml3 uml.xml
system3# ../utils/lconf --node uml3 uml.xml
The "--node <name>" parameter tells lconf to use the configuration for
The "--node <name>" parameter tells lconf to use the configuration for
the node "name" in the XML configuration file. The internals of lconf
the node "name" in the XML configuration file. If the hostnames were
and portals handle the configuration details for setting up netowrking.
already "uml1", "uml2", and "uml3", then the "--node" parameter would
not need to be given. The internals of lconf and portals handle the
A variety of tests can be run or environments set up. The most common way
configuration details for setting up netowrking.
to build XML configuration
2. runregression-net.sh and runregression-brw.sh
2. runregression-net.sh and runregression-brw.sh
...
@@ -80,4 +79,7 @@ can just use runtests directly. If this is only a client machine, the
...
@@ -80,4 +79,7 @@ can just use runtests directly. If this is only a client machine, the
sh runtests [--reformat] <conf>.xml
sh runtests [--reformat] <conf>.xml
This creates a few simple files and directories first, and then untars
This creates a few simple files and directories first, and then untars
a copy of the /etc filesystem into the Lustre filesystem.
a copy of the /etc filesystem into the Lustre filesystem. It then does
data verification both before and after the filesystem is remounted, and
finally deletes all of the files and verifies that the amount of space
left in the filesystem is (nearly) the same as it was before the test.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment