Whamcloud - gitweb
Allow the start offset for test_brw be based on the thread number. This
authoradilger <adilger>
Wed, 11 Sep 2002 22:21:14 +0000 (22:21 +0000)
committeradilger <adilger>
Wed, 11 Sep 2002 22:21:14 +0000 (22:21 +0000)
commitcf3f17ee1487cc6ae0a378a316cf5d42ed4a1e18
treeea15b57d8bb87eac53d2d80cb3e32a0383f1c83e
parent9dc4a82c08e3928d6a9305c645643772ecc2ffb9
Allow the start offset for test_brw be based on the thread number.  This
allows the threads to be writing to different parts of the file (instead
of all overwriting the same part of the file), to better simulate a real
client load.

Make thread "offsets" start at zero for objids and file offsets (we need
to keep the actual thread numbers > 0, because thread 0 is the master).

Make be_verbose 64-bit clean, and also handle very large counts.

Validate LOV default stripe count <= OST count.
lustre/utils/lctl.c
lustre/utils/obd.c
lustre/utils/obdctl.c