Whamcloud - gitweb
Add LDLM setup/cleanup to subsystems set up via new configuration scripts.
authoradilger <adilger>
Tue, 21 May 2002 21:36:23 +0000 (21:36 +0000)
committeradilger <adilger>
Tue, 21 May 2002 21:36:23 +0000 (21:36 +0000)
commitb0f1caa291c44fd313973bd5b107517dde5a1111
tree861716cf079fc31499332e3255c5d5df6f6c6ee2
parentd310a71113f276e54c41576421791d3956b7b1f2
Add LDLM setup/cleanup to subsystems set up via new configuration scripts.
It is also now possible to do "incremental" setup of subsystems (e.g.
"llcleanup.sh client-mount.cfg; llsetup.sh client-mount.cfg" or similar
without shutting everything else down).

*** NOTE:
*** You need to have a line "SETUP_LDLM=y" in your .cfg file (or add
*** ldlm.cfg to your command-line) in order for the CVS HEAD to be usable.
lustre/tests/common.sh
lustre/tests/ldlm.cfg [new file with mode: 0644]
lustre/tests/llcleanup.sh
lustre/tests/llrsetup.sh
lustre/tests/llsetup.sh