Whamcloud - gitweb
New scripts to aid in testing; on one machine you should be able to run
authorpschwan <pschwan>
Thu, 7 Feb 2002 21:24:33 +0000 (21:24 +0000)
committerpschwan <pschwan>
Thu, 7 Feb 2002 21:24:33 +0000 (21:24 +0000)
commit6561016a336a592d9c4196356a63d9ebf972e2be
tree385d8fdb3340fed2551b0c47dcdc046814fa95bc
parent04190b5f6540c8c6adb8f931ba133fc9683fe641
New scripts to aid in testing; on one machine you should be able to run

sh tests/llmount-server.sh

and on another machine:

sh tests/llmount-client.sh
mount -t lustre_light -o device=3 none /mnt/obd

and do things like:

ls -ld /mnt/obd
chmod 777 /mnt/obd

This works now--even over the socknal, on an SMP kernel (although I haven't
tested it on an SMP machine)

You'll need to edit the SERVER variable in llmount-client.sh.  If you want
to get really fancy, you'll make it a command-line option.
lustre/tests/common.sh [new file with mode: 0644]
lustre/tests/lllocalmount.sh
lustre/tests/llmount-client.sh [new file with mode: 0644]
lustre/tests/llmount-server.sh [new file with mode: 0644]
lustre/tests/llmount.sh
lustre/tests/llmountcleanup.sh
lustre/tests/mdcreq.sh
lustre/tests/mdcreqcleanup.sh