[Bug 2042769] Re: cloud-init requested size larger than the gap
Dan Bungert
2042769 at bugs.launchpad.net
Tue Nov 14 23:00:58 UTC 2023
How big is the disk?
** Summary changed:
- cloud-init requested size larger than the gap
+ layout: lvm install failure
** Changed in: subiquity (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2042769
Title:
layout: lvm install failure
Status in subiquity package in Ubuntu:
Incomplete
Bug description:
I am doing a basic autoinstall using Qemu (I also tried using
VirtualBox) using the image:
https://releases.ubuntu.com/22.04.3/ubuntu-22.04.3-live-server-
amd64.iso
I get the following: error: FAIL requested size larger than the gap
More information can be found in the attachment.
This is my cloud init:
#cloud-config
autoinstall:
version: 1
early-commands:
- systemctl stop ssh # Stoped for now
identity:
hostname: ubuntu
username: packer
password: '$1$h9Pz5A8O$6j.kYdkmxFz53MM2O8Yyp0'
storage:
layout:
name: lvm
match:
size: largest
I also tried with a simplified version:
#cloud-config
autoinstall:
version: 1
identity:
hostname: ubuntu
username: packer
password: '$1$h9Pz5A8O$6j.kYdkmxFz53MM2O8Yyp0'
Any ideas on how to solve this? Tks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2042769/+subscriptions
More information about the foundations-bugs
mailing list