SUSE Support

Here When You Need Us

autoyast installation failing for SLES15 SP3 with error referring to multipath

This document (000020316) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 15 SP3
SUSE Linux Enterprise Desktop 15 SP3
SUSE Linux Enterprise Server for SAP 15 SP3
SUSE Manager Server 4.2

Situation

Autoyast installation is failing with the following error:

yast/wfm.rb(handle_exception):309 Internal error. Please report a bug report with logs.<br>Run save_y2logs to get complete logs.<br><br>Caller:  /mounts/mp_0001/usr/share/YaST2/lib/autoinstall/activate_callbacks.rb:34:in `multipath&#39;<br><br>Details: undefined method `fetch&#39; for &quot;&quot;:String

In the autoyast.xml there is the following entry in the general-section:

<storage/>

 

Resolution

Remove <storage/> from the autoyast.xml

Another solution would be to add:
<general>
<storage>
  <start_multipath config:type="boolean">false</start_multipath>
<storage>

Cause

Looking through the code it seems that the code can not handle when there is nothing specified. The fetch is not working on a empty or non-existing string. But the problem is that "yast clone_system" or in the menu "Miscellaneous |  Autoinstallation Cloning System" at <storage/>.

Another solution would be to add:

<general>
<storage>
  <start_multipath config:type="boolean">false</start_multipath>
<storage>
</general>

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:000020316
  • Creation Date: 01-Jul-2021
  • Modified Date:01-Jul-2021
    • SUSE Linux Enterprise Desktop
    • SUSE Linux Enterprise Server
    • SUSE Linux Enterprise Server for SAP Applications
    • SUSE Manager Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.