Bug 975010

Summary: Fedora19 beta kickstart error in partitioning
Product: [Fedora] Fedora Reporter: Derrien <derrien>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-17 14:23:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
anaconda.storage.log none

Description Derrien 2013-06-17 11:49:08 UTC
Created attachment 762011 [details]
anaconda.storage.log

Description of problem:

We are asking for 3 partitions in kickstart file :

clearpart --linux --drives=sda
#
part / --label=ROOT --fstype ext4 --size 35000
part swap --label=SWAP --recommended
part /home --label=HOME --fstype ext4 --size 100 --grow
#

we get 4 partitions

[root (Fedora 19) ~]$ fdisk -l /dev/sda

Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0004275c

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    71682047    35840000   83  Linux
/dev/sda2        71682048    75909119     2113536   83  Linux
/dev/sda3        75909120    80136191     2113536   82  Linux swap / Solaris
/dev/sda4        80136192   312581807   116222808    5  Extended
/dev/sda5        80138240   312580095   116220928   83  Linux

Why the partition sda2 ? (same size as swap partition sda3)

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 David Lehman 2013-06-17 14:23:24 UTC
This looks like the same root cause as bug 966761. Please retest with anaconda-19.30.7-1.fc19 or later and report any recurrence of the bug there.

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

Comment 2 Derrien 2013-06-17 15:23:38 UTC
Could you explain me how to test that ?
I see : "This will be in the next test compose" 
Where can I find this ?