Update RBD documentation
authorJens Axboe <axboe@fb.com>
Mon, 2 May 2016 14:25:16 +0000 (08:25 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 2 May 2016 14:25:16 +0000 (08:25 -0600)
Sync them between HOWTO and fio.1 as well.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
fio.1

diff --git a/HOWTO b/HOWTO
index 2be1648c544706e5504074feab48813acf0164a5..1f523d384ad85f64b38889aa364a4b0f150fec66 100644 (file)
--- 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 0abe321304cc5f9a4c06812e32017148238803d1..73fdee643af5ec3904064f1edf1015508eaba392 100644 (file)
--- 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.