tgt-admin should be setting these params based on values it discovers via sg3_utils. However, they can theoretically be put in targets.conf, so mention them in the docs, but with a warning they should probably not be used. Fix whitespace for block-size option. Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> --- doc/targets.conf.5.xml | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/doc/targets.conf.5.xml b/doc/targets.conf.5.xml index ca63fab..f8abe20 100644 --- a/doc/targets.conf.5.xml +++ b/doc/targets.conf.5.xml @@ -306,7 +306,7 @@ <varlistentry><term><option>allow-in-use <val></option></term> </varlistentry> - <varlistentry><term><option>block-size<val></option></term> + <varlistentry><term><option>block-size <val></option></term> <listitem> <para> Specify the block size for this LUN. @@ -314,6 +314,45 @@ </listitem> </varlistentry> + <varlistentry><term><option>lbppbe <val></option></term> + <listitem> + <para> + Specify the Logical blocks per physical block + exponent. This is an internal option that should not be + set directly. + </para> + </listitem> + </varlistentry> + + <varlistentry><term><option>la_lba <val></option></term> + <listitem> + <para> + Specify the lowest aligned logical block address. + This is an internal option that should not be set directly. + </para> + </listitem> + </varlistentry> + + <varlistentry><term><option>optimal_xfer_gran <val></option></term> + <listitem> + <para> + Specify the optimal transfer granularity, to be reflected + in the Block Limits VPD. + This is an internal option that should not be set directly. + </para> + </listitem> + </varlistentry> + + <varlistentry><term><option>optimal_xfer_len <val></option></term> + <listitem> + <para> + Specify the optimal transfer length, to be reflected + in the Block Limits VPD. + This is an internal option that should not be set directly. + </para> + </listitem> + </varlistentry> + <varlistentry><term><option>params <vals></option></term> <listitem> <para> -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html