[trunk] Support for ephemeral boot purpose shouldn't need to use hwe_kernel

Bug #1602413 reported by Andres Rodriguez
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
MAAS
Invalid
High
Unassigned

Bug Description

In:

https://code.launchpad.net/~quentin-conner/maas/CaringoOS/+merge/299458

When trying to add support for a ephemeral boot method, MAAS always adds the ability to boot a hwe_kernel that, if not available, would cause it to fail because it woudl automatically set it to something i.e. hwe-t, byt default.

MAAS needs to find a way to handle this when bootnig ephemeral to not try to add HWE kernel.

356 + # no hwe kernel type for ephemeral boot (caringo osystem only)
357 + if is_ephemeral(osystem):
358 + return ''

360 + # regular non-ephemeral O/S
361 if (not osystem or
362 (not architecture or architecture == '') or
363 (not distro_series or distro_series == '')):
364 @@ -342,3 +352,15 @@
365 if min_hwe_kernel not in usable_kernels:
366 raise ValidationError('%s is not a usable kernel.' % min_hwe_kernel)
367 return min_hwe_kernel

summary: - [trunk] Support for ephemeral boot shouldn't need to use hwe_kernel
+ [trunk] Support for ephemeral boot purpose shouldn't need to use
+ hwe_kernel
Changed in maas:
milestone: none → 2.1.0
importance: Undecided → High
status: New → Triaged
Changed in maas:
milestone: 2.1.0 → 2.1.1
Changed in maas:
milestone: 2.1.1 → 2.1.2
Changed in maas:
milestone: 2.1.2 → 2.1.3
Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi!

**This is an automated message**

We believe this is may no longer be an issue in the latest MAAS release.
Due to the original date of the bug report, we are currently marking it
as Invalid. If you believe this bug report still valid against the
latest release of MAAS, or if you are still interested in this, please
re-open this bug report.

Thanks

Changed in maas:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.