From 08a2cbf64720d9371ea4649b1bdc00257916a326 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 May 2016 08:25:16 -0600 Subject: [PATCH 1/1] Update RBD documentation Sync them between HOWTO and fio.1 as well. Signed-off-by: Jens Axboe --- HOWTO | 9 +++++++++ fio.1 | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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. -- 2.25.1