From: Jens Axboe Date: Mon, 2 May 2016 14:25:16 +0000 (-0600) Subject: Update RBD documentation X-Git-Tag: fio-2.10~55 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=08a2cbf64720d9371ea4649b1bdc00257916a326 Update RBD documentation Sync them between HOWTO and fio.1 as well. Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 2be1648c..1f523d38 100644 --- a/HOWTO +++ b/HOWTO @@ -1888,6 +1888,15 @@ be the starting port number since fio will use a range of ports. 1 : allocate space immidietly inside defragment event, and free right after event +[rbd] clustername=str Specifies the name of the Ceph cluster. +[rbd] rbdname=str Specifies the name of the RBD. +[rbd] pool=str Specifies the naem of the Ceph pool containing RBD. +[rbd] clientname=str Specifies the username (without the 'client.' prefix) + used to access the Ceph cluster. If the clustername is + specified, the clientmae shall be the full type.id + string. If no type. prefix is given, fio will add + 'client.' by default. + [mtd] skip_bad=bool Skip operations against known bad blocks. [libhdfs] hdfsdirectory libhdfs will create chunk in this HDFS directory diff --git a/fio.1 b/fio.1 index 0abe3213..73fdee64 100644 --- a/fio.1 +++ b/fio.1 @@ -1784,8 +1784,8 @@ Specifies the name of the Ceph pool containing the RBD. .TP .BI (rbd)clientname \fR=\fPstr Specifies the username (without the 'client.' prefix) used to access the Ceph -cluster. If the clustername is specified, the clientname should be full type.id -string. If no type. prefix, fio will add 'client.' by default for you. +cluster. If the clustername is specified, the clientname shall be the full +type.id string. If no type. prefix is given, fio will add 'client.' by default. .TP .BI (mtd)skipbad \fR=\fPbool Skip operations against known bad blocks.