[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-05-02 Thread Dimitri John Ledkov
The scan is forced to be done synchronously, however the ipr driver is available and is loaded much earlier in the install process, thus it should not significantly affect the overall install time. One may be able to notice the difference a bit more with a fully- automated preseed install. ** Cha

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-24 Thread Andrew Cloke
** Changed in: ubuntu-power-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-24 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-19.20 --- linux (4.15.0-19.20) bionic; urgency=medium * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021) * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232) - Revert "blk-mq: simplify queue mapping & sc

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-23 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-23 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 237-3ubuntu10 --- systemd (237-3ubuntu10) bionic; urgency=medium * Create tmpfiles for persistent journal in postinst only when running systemd (LP: #1748659) -- Balint Reczey Fri, 20 Apr 2018 18:55:56 +0200 ** Changed in: systemd

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-19 Thread Dimitri John Ledkov
In light of comment #51 above, I shall pursue uploading a udev-udeb with modprobe.d config snippet that forces scsi_mod.scan=sync. ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu) Status: New => In Progress ** Changed in: system

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-19 Thread Dimitri John Ledkov
So my current feelings about this are as follows: udev-udeb should ship /lib/modprobe.d/ directory It should contain systemd.conf, just like the deb udev package, which sets bonding max_bonds=0 and dummy numdummies=0. It should also contain scsi-scan-sync.conf that that sets `options scsi_mod sc

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-19 Thread Dimitri John Ledkov
Can somebody please test that booting d-i with `scsi_mod.scan=sync` on the kernel command line, on the previously affected system, makes IPR discovery work as expected, by the time one reaches the partitioning menu without any mitigations required from the user? -- You received this bug notificat

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-19 Thread Dimitri John Ledkov
Two things. SCSI_SCAN_ASYNC=y is set from xenial to bionic. If we believe this is what is causing the race here, we can try booting d-i with a kernel parameter 'scsi_mod.scan=sync' specified. (or i can rebuild d-i with such kernel cmdline built-in if required). And check if that helps to resolve

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-18 Thread Frank Heimes
** Changed in: ubuntu-power-systems Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID a

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-18 Thread Seth Forshee
Marking the linux task fix committed for the d-i changes, no investigation yet as to the slowdown. ** Changed in: linux (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-17 Thread Steve Langasek
It sounds like the root cause of this bug, then, is that the ipr driver is taking longer than normal / longer than reasonable to initialize+scan. If this is a regression vs. previous Ubuntu releases (as opposed to, say, an instance of failing hardware on a particular test machine), then we need to

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-17 Thread Steve Langasek
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID

Re: [Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-16 Thread Steve Langasek
On Tue, Apr 17, 2018 at 03:15:07AM -, Manoj Iyer wrote: > Looks like ipr module is present in kernel d-i. > bionic$ grep ipr debian.master/d-i/modules/scsi-modules* > debian.master/d-i/modules/scsi-modules:ipr ? > debian.master/d-i/modules/scsi-modules.powerpc:ipr ? > scsi-modules are not in

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-16 Thread Manoj Iyer
Looks like ipr module is present in kernel d-i. bionic$ grep ipr debian.master/d-i/modules/scsi-modules* debian.master/d-i/modules/scsi-modules:ipr ? debian.master/d-i/modules/scsi-modules.powerpc:ipr ? scsi-modules are not in d-i's pkg-lists/netboot .cfg files. So ipr.ko is not in initrd. May be

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-12 Thread Andrew Cloke
>From discussions with Breno, all Tuleta hardware has the required IPR RAID controller. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR ba

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-11 Thread Patricia Gaughen
We're currently unsure of the root cause, still investigating. Is it possible to get remote access to an IPR system? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 instal

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-10 Thread Andrew Cloke
** Changed in: ubuntu-power-systems Importance: Low => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S82

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-05 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID ar

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-04-03 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RA

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-29 Thread Dimitri John Ledkov
Awesome! Let me check them all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr] To manage notificati

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-29 Thread Dimitri John Ledkov
When booting proposed images which have not yet migrated to the release pocket, one must also specify 'apt-setup/proposed=true' and the mirror you use must have up to date bionic-proposed. It is best to not download d-i from ports.ubuntu.com, but instead please use your local mirror - to ensure th

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-21 Thread Dimitri John Ledkov
Can you extract and attach the full installer log? the /var/log/syslog from the running d-i, after doing all possible steps to get it working again (e.g. the mentioned going back & rescanning disks). For the installer, kernel modules are split into .udeb packages, and it might be that some of the

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-15 Thread Adam Conrad
That order is exactly what happens automatically, so it's not an ordering bug. I suspect it's that the driver is taking more time to detect disks than it used to, and the "workaround" is really just the equivalent of adding a "sleep 10" between modprobe and enumeration. I wonder if something on t

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-02 Thread Francis Ginther
** Tags added: id-5a985f2774c5a615846b06b6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr] To manage

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-01 Thread Steve Langasek
> Work around is > Detect disks-->Guided partitioning--> Guided - use entire disk If this is a reliable workaround, then it sounds like a clear ordering bug in the installer. ** Changed in: debian-installer (Ubuntu) Importance: Undecided => High ** Changed in: debian-installer (Ubuntu)

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-01 Thread Frank Heimes
Just figured out that the thread-view in my inbox wasn't correctly displayed and the neg. confirmation of the reproducibility of this issue came from a different ticket. But thanks for confirmation and the additional details. Since this is no longer for awareness only, I'll reassign it (importanc

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-03-01 Thread Andrew Cloke
** Changed in: ubuntu-power-systems Importance: Low => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S82

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-02-28 Thread Frank Heimes
It looks like some parties can reproduce this situation, but other cannot. Please can you also investigate into any potential differences in these obviously two environments? Are both using the same or different: - Power hardware - adapter hardware revision - firmware on the adapter - 18.04 instal

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-02-28 Thread Andrew Cloke
Following up on comment #1, if this bug has been raised "for awareness", lowering priority from critical to low. If this is incorrect, please respond on this bug and it can be adjusted. ** Changed in: ubuntu-power-systems Importance: Critical => Low -- You received this bug notification beca

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-02-26 Thread Manoj Iyer
** Changed in: ubuntu-power-systems Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751813 Title: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-02-26 Thread Steve Langasek
According to the bug report this is currently mirrored "for awareness", so unassigning from Foundations for now. ** Changed in: ubuntu-power-systems Assignee: Canonical Foundations Team (canonical-foundations) => (unassigned) -- You received this bug notification because you are a member o

[Bug 1751813] Re: Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr]

2018-02-26 Thread Andrew Cloke
** Also affects: ubuntu-power-systems Importance: Undecided Status: New ** Changed in: ubuntu-power-systems Importance: Undecided => Critical ** Changed in: ubuntu-power-systems Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) ** Tags added: triage-