Skip to content

Commit

Permalink
Fix for BSC#1218169.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Dec 13, 2024
1 parent 6f0706f commit 2de0dd9
Showing 1 changed file with 29 additions and 54 deletions.
83 changes: 29 additions & 54 deletions xml/ay_partitioning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2316,49 +2316,26 @@ as per ancorgs' comment on Github-->
</devices>
</zfcp>
&lt;profile&gt;</screen>
<para>
Each disk needs to be configured in a separate
<literal>listentry</literal> section.
</para>

<variablelist>
<varlistentry>
<term>controller_id</term>
<listitem>
<para>
Channel number
</para>
<para>
Each disk needs to be configured in a separate <literal>listentry</literal>
section that needs to provide the following elements:
</para>
<variablelist>
<varlistentry>
<term>controller_id</term>
<listitem>
<para>
Channel number
</para>
<screen>&lt;controller_id&gt;0.0.fc00&lt;/controller_id&gt;</screen>
</listitem>
</varlistentry>
</variablelist>

<para>
The <literal>controller_id</literal> element is required.
</para>
<para>
There are two optional elements, <literal>wwpn</literal>
(Worldwide Port Number, the target port through which the SCSI device
is attached), and <literal>fcp_lun</literal>
(logical unit number of the SCSI device). It is not necessary to
specify these for FCP devices running in NPIV (Node Port ID
Virtualization) mode, and when the zfcp module parameter
<literal>allow_lun_scan</literal> is set to 1 (the default setting),
which enables automatic LUN scanning by the zfcp device driver.
</para>
<para>
If automatic LUN scanning is not available, set the
<literal>wwpn</literal> and <literal>fcp_lun</literal> options
manually.
</para>

<variablelist>
<varlistentry>
<term>wwpn</term>
<listitem>
<para>
Worldwide port number
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>wwpn</term>
<listitem>
<para>
Worldwide port number, the target port through which the SCSI device is attached
</para>
<screen>&lt;wwpn&gt;0x500507630300c562&lt;/wwpn&gt;</screen>
</listitem>
</varlistentry>
Expand All @@ -2369,15 +2346,13 @@ as per ancorgs' comment on Github-->
Logical unit number
</para>
<screen>&lt;fcp_lun&gt;0x4010403200000000&lt;/fcp_lun&gt;</screen>
</listitem>
</varlistentry>
</variablelist>

<para>
See the IBM documentation for more information,
<link xlink:href=" https://www.ibm.com/docs/en/linux-on-systems?topic=wsd-configuring-devices"/>.
</para>
</sect3>

</sect2>
</sect1>
</listitem>
</varlistentry>
</variablelist>
<para>
See the IBM documentation for more information,
<link xlink:href=" https://www.ibm.com/docs/en/linux-on-systems?topic=wsd-configuring-devices"/>.
</para>
</sect3>
</sect2>
</sect1>

0 comments on commit 2de0dd9

Please sign in to comment.