The following changes since commit d3624ff9d699e1c56b745083d5e8c4a3e009f934: Makefile.solaris: install man pages (2010-11-24 13:27:03 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): nrfiles vs nr_files mixups fio.1 | 2 +- options.c | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/fio.1 b/fio.1 index f01bf3a..b0276c4 100644 --- a/fio.1 +++ b/fio.1 @@ -226,7 +226,7 @@ are likely to be issued. Default: true. .BI size \fR=\fPint Total size of I/O for this job. \fBfio\fR will run until this many bytes have been transfered, unless limited by other options (\fBruntime\fR, for instance). -Unless \fBnr_files\fR and \fBfilesize\fR options are given, this amount will be +Unless \fBnrfiles\fR and \fBfilesize\fR options are given, this amount will be divided between the available files for the job. If not set, fio will use the full size of the given files or devices. If the the files do not exist, size must be given. diff --git a/options.c b/options.c index d111018..a08e2e4 100644 --- a/options.c +++ b/options.c @@ -1121,6 +1121,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { }, { .name = "nrfiles", + .alias = "nr_files", .type = FIO_OPT_INT, .off1 = td_var_offset(nr_files), .help = "Split job workload between this number of files", -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html