|
From: Cyril H. <ch...@su...> - 2012-06-06 14:42:50
|
Hi! > 1) What option should I use with runltp to test different filesystems? > -d TMPDIR and with TMPDIR on different filesystems? Yes, that is pretty much how to do it. I do remeber that some of the tests weren't utilizing TMPDIR and used /tmp/ directly but that should be hopefully fixed now. > 2) Which tests should I use to test if filesystem is working fine? > I'm using the following: > > filecaps > fs > fs_bind > fs_perms_simple > fs_readonly > fsx > > Are the above tests a good test suite for filesystem test? Any other > tests (e.g. aio, dio)? Are you looking for stress tests or functionality tests or both? As allready said, quite a lot of the tests in the syscalls runtest file do something filesystem related. Then there are some stress tests as growfiles and dio_* and aiodio_* etc. -- Cyril Hrubis ch...@su... |