X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=fio.1;h=e3334bd2b4de0a6b8850d669bce8932a48409982;hb=173375c210386387624779febf287ead301fda01;hp=b5ff3ccbc4633dd0cf92ad42a59efe660d64e848;hpb=1b10477b21157800f030c3ec91511a810e75e4c7;p=fio.git diff --git a/fio.1 b/fio.1 index b5ff3ccb..e3334bd2 100644 --- a/fio.1 +++ b/fio.1 @@ -478,7 +478,8 @@ size, fio can alternate random and zeroed data throughout the IO buffer. If set, fio will fill the IO buffers with this pattern. If not set, the contents of IO buffers is defined by the other options related to buffer contents. The setting can be any pattern of bytes, and can be prefixed with 0x for hex -values. +values. It may also be a string, where the string must then be wrapped with +"". .TP .BI nrfiles \fR=\fPint Number of files to use for this job. Default: 1. @@ -613,8 +614,16 @@ Using Glusterfs libgfapi async interface to direct access to Glusterfs volumes w having to go through FUSE. This ioengine defines engine specific options. .TP -.B hdfs -Read and write through Hadoop (HDFS) +.B libhdfs +Read and write through Hadoop (HDFS). The \fBfilename\fR option is used to +specify host,port of the hdfs name-node to connect. This engine interprets +offsets a little differently. In HDFS, files once created cannot be modified. +So random writes are not possible. To imitate this, libhdfs engine expects +bunch of small files to be created over HDFS, and engine will randomly pick a +file out of those files based on the offset generated by fio backend. (see the +example job file to create such files, use rw=write option). Please note, you +might want to set necessary environment variables to work with hdfs/libhdfs +properly. .RE .P .RE