Whamcloud - gitweb
Split out the various common configurations into simple config files.
authoradilger <adilger>
Thu, 11 Apr 2002 10:00:24 +0000 (10:00 +0000)
committeradilger <adilger>
Thu, 11 Apr 2002 10:00:24 +0000 (10:00 +0000)
commitf13865aaf66c4c5411cf8761117dfb511b01d99a
tree93c53125fe91397b68e9b61267740fe8451a183f
parent3de21e5ee1afd49acee7ebd017c77db8bd8b8fc8
Split out the various common configurations into simple config files.
These will be used by various scripts for configuration, and can be
copied, combined, edited for each user as desired.

The llsetup.sh script will do the appropriate configuration based on
the config scripts that are passed.  For example:

llmount.sh == llsetup.sh local.cfg client-mount.cfg mds.cfg obdext2.cfg
llecho.sh  == llsetup.sh local.cfg client-echo.cfg echo.cfg
llmount-server.sh = llsetup.sh server-net.cfg mds.cfg obdext2.cfg
llmount-client.sh = llsetup.sh client-net.cfg client-mount.cfg

It is of course possible to combine several of the config files into a
single file for ease of typing, these ones are just the basics, e.g.

llsetup.sh peter.cfg
llsetup.sh adilger.cfg

By default it will also check in $HOME/.lustrerc for configuration before
parsing the specified config files.

None of the other scripts have been moved over to this config setup yet.

Still TODO: remote server setup
12 files changed:
lustre/tests/client-echo.cfg [new file with mode: 0644]
lustre/tests/client-mount.cfg [new file with mode: 0644]
lustre/tests/client-net.cfg [new file with mode: 0644]
lustre/tests/common.sh
lustre/tests/echo.cfg [new file with mode: 0644]
lustre/tests/llsetup.sh [new file with mode: 0644]
lustre/tests/local.cfg [new file with mode: 0644]
lustre/tests/mds.cfg [new file with mode: 0644]
lustre/tests/obddisk.cfg [new file with mode: 0644]
lustre/tests/obdext2.cfg [new file with mode: 0644]
lustre/tests/obdfilter.cfg [new file with mode: 0644]
lustre/tests/server-net.cfg [new file with mode: 0644]