[Bug 1908371] Re: [UBUNTU 20.04] - zipl command doesn't work correctly with -M option (s390utils/s390-tools?)

Frank Heimes 1908371 at bugs.launchpad.net
Wed Dec 16 10:56:02 UTC 2020


** Changed in: s390-tools (Ubuntu)
   Importance: Undecided => Medium

** Also affects: ubuntu-z-systems
   Importance: Undecided
       Status: New

** Changed in: ubuntu-z-systems
   Importance: Undecided => Medium

** Changed in: ubuntu-z-systems
     Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team)

** Also affects: s390-tools (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: s390-tools (Ubuntu Hirsute)
   Importance: Medium
     Assignee: Skipper Bug Screeners (skipper-screen-team)
       Status: New

** Also affects: s390-tools (Ubuntu Groovy)
   Importance: Undecided
       Status: New

** Changed in: s390-tools (Ubuntu Hirsute)
     Assignee: Skipper Bug Screeners (skipper-screen-team) => (unassigned)

** Changed in: s390-tools (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: s390-tools (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: s390-tools (Ubuntu Hirsute)
       Status: New => Fix Released

** Changed in: ubuntu-z-systems
       Status: New => Triaged

** Summary changed:

- [UBUNTU 20.04]  - zipl command doesn't work correctly with -M option (s390utils/s390-tools?)
+ [UBUNTU 20.04]  - zipl command doesn't work correctly with -M option

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1908371

Title:
  [UBUNTU 20.04]  - zipl command doesn't work correctly with -M option

Status in Ubuntu on IBM z Systems:
  Triaged
Status in s390-tools package in Ubuntu:
  Fix Released
Status in s390-tools source package in Focal:
  New
Status in s390-tools source package in Groovy:
  New
Status in s390-tools source package in Hirsute:
  Fix Released

Bug description:
  Zipl command doesn't work correctly with -M option.
  There is an error at preparing of multi-volume dump taking because of Bus-ID for 1st disk partition listed in file dump_conf (DEVLIST) isn't found. At the same time LSDASD command shows this Bus-ID and ZIPL command with -d option works correctly.
  [root at t8375009 ~]# lsdasd
  Bus-ID    Status    Name      Device  Type         BlkSz  Size      Blocks
  ================================================================================
  0.0.2c58  active    dasda     94:0    ECKD         4096   21129MB   5409180
  0.0.2c5b  active    dasdb     94:4    ECKD         4096   21129MB   5409180
  0.0.2c59  active    dasdc     94:8    ECKD         4096   21129MB   5409180
  0.0.2c5a  active    dasdd     94:12   ECKD         4096   21129MB   5409180
  [root at t8375009 ~]#

  [root at t8375009 ~]# systemctl stop kdump.service
  [root at t8375009 ~]# lsdasd | tail -n +5 | awk '{ print "/dev/" $3 "1" }' > dump_conf
  [root at t8375009 ~]# cat dump_conf
  /dev/dasdc1
  /dev/dasdd1
  [root at t8375009 ~]# zipl -M dump_conf
  Error: Could not find bus-ID for '/dev/dasdc1'
  [root at t8375009 ~]#

  [root at t8375009 ~]# zipl -d /dev/dasdc1
  Dump target: partition '/dev/dasdc1' with a size of 21129 MB.
  Warning: All information on partition '/dev/dasdc1' will be lost!
  Do you want to continue creating a dump partition (y/n)?yes
  Done.
  [root at t8375009 ~]#

  [root at t8375009 ~]# zipl -M dump_conf
  Error: Could not find bus-ID for '/dev/dasdc1'

   
  ---Steps to Reproduce---
   [root at t8375009 ~]# lsdasd | tail -n +5 | awk '{ print "/dev/" $3 "1" }' > dump_conf

  [root at t8375009 ~]# cat dump_conf
  /dev/dasdc1
  /dev/dasdd1

  [root at t8375009 ~]# zipl -M dump_conf

   
  Stack trace output:
   no
   
  Oops output:
   Error: Could not find bus-ID for '/dev/dasdc1'
   
  System Dump Info:
    The system is not configured to capture a system dump.
   

  Fix provided upstream with

  https://github.com/ibm-s390-tools/s390-tools/releases/tag/v2.15.1

  Commits:

  https://github.com/ibm-s390-tools/s390-tools/commit/fa7a4dafa3d89b2e8787de102e4362e895d44b05
  https://github.com/ibm-s390-tools/s390-tools/commit/aa8c2945cc7b047c626e75817c6a3e3924413023
  https://github.com/ibm-s390-tools/s390-tools/commit/6802b86414b48c4f118da09c7bf7ee142a459fa0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1908371/+subscriptions



More information about the foundations-bugs mailing list