Whamcloud - gitweb
LU-3285 test: add Data-on-MDT tests and fixes 20/28020/26
authorMikhail Pershin <mike.pershin@intel.com>
Thu, 21 Aug 2014 10:23:33 +0000 (14:23 +0400)
committerMike Pershin <mike.pershin@intel.com>
Tue, 17 Oct 2017 20:30:02 +0000 (20:30 +0000)
commita7625cd2f37ac569ccede4ebfc6fcfc1151fbe6c
treec6242573cffd3aa501cd65062e718ac3c83d1b14
parent2f103489f6148d7fc12425dc9d0e3b0c5f8e9055
LU-3285 test: add Data-on-MDT tests and fixes

- add test for basic DoM functionality in sanity.sh
- add test to read/write many files with small chunks of data,
  it is used for performance comparision.
- the sanity-dom.sh is added to test Data-on-MDT.
  It contains specific sanity tests and calls sanity.sh and
  sanityn.sh with limited set of test to cover the same cases
  as OSC.
- fixes for DoM code for issues revealed by tests.

Test-Parameters: mdssizegb=20 testlist=sanity-dom,dom-performance
Signed-off-by: Mikhal Pershin <mike.pershin@intel.com>
Change-Id: I17fbbf8e913cc14043703969d01ac65e6828fcc6
Reviewed-on: https://review.whamcloud.com/28020
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/lov/lov_object.c
lustre/tests/.gitignore
lustre/tests/Makefile.am
lustre/tests/conf-sanity.sh
lustre/tests/dom-performance.sh [new file with mode: 0644]
lustre/tests/sanity-dom.sh [new file with mode: 0644]
lustre/tests/sanity.sh
lustre/tests/sanityn.sh
lustre/tests/smalliomany.c [new file with mode: 0644]