Ubuntu cloud image partition numbering
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
In Progress
|
High
|
Simon Poirier | ||
Noble |
New
|
Undecided
|
Unassigned | ||
Oracular |
In Progress
|
High
|
Simon Poirier | ||
livecd-rootfs (Ubuntu) |
In Progress
|
Undecided
|
Simon Poirier |
Bug Description
Hi,
When downloading an image (e.g. noble) from https:/
sda 8:0 0 10G 0 disk
├─sda1 8:1 0 9G 0 part /
├─sda14 8:14 0 4M 0 part
├─sda15 8:15 0 106M 0 part /boot/efi
└─sda16 259:0 0 913M 0 part /boot
This hits a limitation in Dell's PowerFlex SDC (storage) when trying to launch Ubuntu noble based VMs backed by PowerFlex disks.
We have experienced this recently in the LXD team whilst adding support for SDC in our LXD PowerFlex storage driver.
Dell supports at max 15 partitions on their disks, see https:/
> Maximum file system partitions per volume: 15
This wasn't an issue before as the maximum partition number in the jammy image is 15.
In order to resolve this issue a proposal could be changing the partition numbers to start at 13 so that we still stay in the limit of 15.
Related branches
- Gauthier Jolly (community): Approve
- Canonical Foundations Team: Pending requested
-
Diff: 83 lines (+19/-9)3 files modifieddebian/changelog (+7/-0)
live-build/functions (+5/-2)
live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary (+7/-7)
description: | updated |
Changed in cloud-images: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Simon Poirier (simpoir) |
Changed in cloud-images: | |
status: | Confirmed → In Progress |
Changed in livecd-rootfs (Ubuntu): | |
assignee: | nobody → Simon Poirier (simpoir) |
status: | New → In Progress |