[Bug 2042769] [NEW] cloud-init requested size larger than the gap

Fernanda Martins 2042769 at bugs.launchpad.net
Sun Nov 5 13:59:21 UTC 2023


Public bug reported:

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!

** Affects: subiquity (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "subiquity error.png"
   https://bugs.launchpad.net/bugs/2042769/+attachment/5716224/+files/subiquity%20error.png

-- 
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:
  cloud-init requested size larger than the gap

Status in subiquity package in Ubuntu:
  New

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