Skip to content

Commit

Permalink
Relocate note on isostat in multipath setups (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sounix000 authored Aug 8, 2023
1 parent 30c0e93 commit 75d4d91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
13 changes: 1 addition & 12 deletions xml/storage_nvmeof.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,6 @@
</listitem>
</varlistentry>
</variablelist>
<note>
<title>Using <command>iostat</command> in multipath setups</title>
<para>
The <command>iostat</command> command might not show all controllers
that are listed by <command>nvme list-subsys</command>. By default,
<command>iostat</command> filters out all block devices with no I/O.
To make <command>iostat</command> show <emphasis>all</emphasis>
devices, use:
</para>
<screen>iostat -p ALL</screen>
</note>
</sect2>
</sect1>
<sect1 xml:id="sec-nvmeof-target-configuration">
Expand Down Expand Up @@ -386,7 +375,7 @@ Parameter traddr is now '10.0.0.3'.</screen>
Link the subsystem to the port:
</para>
<screen>&prompt.nvmetcli;<command>cd /ports/1/subsystems</command>
&prompt.nvmetcli;<command>create nqn.2014-08.org.nvmexpress:NVMf:uuid:c36f2c23-354d-416c-95de-f2b8ec353a82</command>
&prompt.nvmetcli;<command>create nqn.2014-08.org.nvmexpress:NVMf:uuid:c36f2c23-354d-416c-95de-f2b8ec353a82</command>
</screen>
<para>
Now you can verify that the port is enabled using
Expand Down
11 changes: 11 additions & 0 deletions xml/utilities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,17 @@ sdc 0.02 0.14 0.00 13641 37</screen>
</para>
</listitem>
</itemizedlist>
<note>
<title>Using <command>iostat</command> in multipath setups</title>
<para>
The <command>iostat</command> command might not show all controllers
that are listed by <command>nvme list-subsys</command>. By default,
<command>iostat</command> filters out all block devices with no I/O.
To make <command>iostat</command> show <emphasis>all</emphasis>
devices, use the following command:
</para>
<screen>&prompt.user; iostat -p ALL</screen>
</note>
</sect2>

<sect2 xml:id="sec-util-system-mpstat-monitoring">
Expand Down

0 comments on commit 75d4d91

Please sign in to comment.