Skip to content

Commit

Permalink
Merge pull request #1785 from SUSE/JH_AY_guide_fix
Browse files Browse the repository at this point in the history
Fix for BSC#1218169.
  • Loading branch information
lvicoun authored Dec 13, 2024
2 parents 20a3493 + 99dd5a2 commit 4e1662b
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions xml/ay_partitioning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ size=40G features='0' hwhandler='0' wp=rw
&lt;profile&gt;</screen>
<para>
Each disk needs to be configured in a separate <literal>listentry</literal>
section.
section that needs to provide the following elements:
</para>
<variablelist>
<varlistentry>
Expand All @@ -2470,29 +2470,11 @@ size=40G features='0' hwhandler='0' wp=rw
<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
Worldwide port number, the target port through which the SCSI device is attached
</para>
<screen>&lt;wwpn&gt;0x500507630300c562&lt;/wwpn&gt;</screen>
</listitem>
Expand All @@ -2506,7 +2488,7 @@ size=40G features='0' hwhandler='0' wp=rw
<screen>&lt;fcp_lun&gt;0x4010403200000000&lt;/fcp_lun&gt;</screen>
</listitem>
</varlistentry>
</variablelist>
</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"/>.
Expand Down

0 comments on commit 4e1662b

Please sign in to comment.