From 19d8e50abe9f87be6c6793379b2a83abfb8f23cb Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Fri, 4 Feb 2022 16:05:37 -0500 Subject: [PATCH] HOWTO: combine two chunk_size listings into a single one This resolves the documentation build warning about multiple listings for the chunk_size option. Signed-off-by: Vincent Fu --- HOWTO.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/HOWTO.rst b/HOWTO.rst index 0e49d8a8..ac1f3478 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -2277,13 +2277,11 @@ with the caveat that when used on the command line, they must come after the by the application. The benefits are more efficient IO for high IOPS scenarios, and lower latencies for low queue depth IO. - [pvsync2] Set RWF_HIPRI on I/O, indicating to the kernel that it's of higher priority than normal. - [sg] If this option is set, fio will attempt to use polled IO completions. @@ -2506,11 +2504,17 @@ with the caveat that when used on the command line, they must come after the Specify the label or UUID of the DAOS container to open. -.. option:: chunk_size=int : [dfs] +.. option:: chunk_size=int + + [dfs] Specificy a different chunk size (in bytes) for the dfs file. Use DAOS container's chunk size by default. + [libhdfs] + + The size of the chunk to use for each file. + .. option:: object_class=str : [dfs] Specificy a different object class for the dfs file. @@ -2524,10 +2528,6 @@ with the caveat that when used on the command line, they must come after the libhdfs will create chunk in this HDFS directory. -.. option:: chunk_size : [libhdfs] - - The size of the chunk to use for each file. - .. option:: verb=str : [rdma] The RDMA verb to use on this side of the RDMA ioengine connection. Valid -- 2.25.1