Ticket #533 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

Partitioning bug in lucid install

Reported by: jdreed Owned by: amb
Priority: normal Milestone: Summer 2010 (Lucid Deploy)
Component: installer Keywords:
Cc: Fixed in version:
Upstream bug:

Description

(Opening at the request of amb)

During the partitioning phase, the installer stops with: "You entered "" which was not recognized as a valid size". It then prompts for the amount of volume group to use for guided partitioning, defaulting to 159.8GB. If you answer yes, the install proceeds.

Relevant debugging output:
--> FGET partman-auto-lvm/guided_size seen
<-- 0 true
--> SUBST partman-auto-lvm/guided_size MINSIZE 20.5 GB
Adding [MINSIZE] -> [20.5 GB]
<-- 0
--> SUBST partman-auto-lvm/guided_size MAXSIZE 159.8 GB
Adding [MAXSIZE] -> [159.8 GB]
<-- 0
--> SUBST partman-auto-lvm/guided_size PERCENT 12%
Adding [PERCENT] -> [12%]
<-- 0
--> INPUT high partman-auto-lvm/guided_size
<-- 30 question ksipped
--> GO
<-- 0 ok
--> GET partman-auto-lvm/guided_size
<-- 0 true
--> SUBST partman-auto-lvm/bad_guided_size INPUT
Adding [INPUT] -> []
<-- 0
--> INPUT high partman-auto-lvm/bad_guided_size
<-- 0 question will be asked
--> GO

Change History

comment:1 Changed 14 years ago by jdreed

  • Summary changed from Partitioning bug in karmic install to Partitioning bug in lucid install

comment:2 Changed 14 years ago by amb

  • Status changed from new to closed
  • Resolution set to fixed

Fixed for Lucid in r24749.

Note: See TracTickets for help on using tickets.