Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1153804 - No size given for logical volume. Use one of --useexisting, --noformat, --size, or --precent -> pane is dead
Summary: No size given for logical volume. Use one of --useexisting, --noformat, --si...
Keywords:
Status: CLOSED DUPLICATE of bug 1154190
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 21
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F21FinalBlocker
TreeView+ depends on / blocked
 
Reported: 2014-10-16 20:05 UTC by Orion Poplawski
Modified: 2014-11-03 17:25 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-03 17:25:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2014-10-16 20:05:24 UTC
Description of problem:

kickstart install of F21 Server Beta TC3 with partitioning:

zerombr
bootloader --location=mbrclearpart --all --initlabel --drives=sda
part /boot --size=200 --ondisk=sda
part pv.1 --size 48000 --ondisk=sda --grow
volgroup vg_root pv.1
logvol / --vgname=vg_root --size=3500 --name=root
logvol swap --fstype=swap --vgname=vg_root --recommended --name=swap
# logvol swap --fstype=swap --vgname=vg_root --size=1000 --name=swap
logvol /var --vgname=vg_root --size=2000 --name=var
logvol /var/crash --vgname=vg_root --size=20000 --name=crash
# logvol /export/data1 --vgname=vg_root --size=1 --name=data1 --grow

Anaconda screen shows:

No size given for logical volume.  Use one of --useexisting, --noformat, --size, or --precent -> pane is dead

and

Pane is dead

Looks like it doesn't like "--recommended" anymore?

Version-Release number of selected component (if applicable):
21.48.9-1

Comment 1 Orion Poplawski 2014-10-16 20:23:19 UTC
Yeah, using:

logvol swap --fstype=swap --vgname=vg_root --size=1000 --name=swap

works.

Comment 2 David Lehman 2014-11-03 17:25:21 UTC

*** This bug has been marked as a duplicate of bug 1154190 ***


Note You need to log in before you can comment on or make changes to this bug.