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 1249266

Summary: ValueError: not enough free space in volume group
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
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: 23CC: anaconda-maint-list, g.kaviyarasu, jonathan, robatino, vanmeeuwen+fedora, vtrefny
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:99a24bab70edc897f00ab5521d98ff60c210777d8903e8307d8f3542f5d4c836
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-03 08:21:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1170819    
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: dnf.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Adam Williamson 2015-08-01 02:20:43 UTC
Description of problem:
Boot 23 Alpha TC2 with a single empty disk, go to custom partitioning, change scheme to LVM Thin Partitioning, click 'create them automatically'.

Version-Release number of selected component:
anaconda-23.17-1

The following was filed automatically by anaconda:
anaconda 23.17-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.4/site-packages/blivet/devices/lvm.py", line 618, in _setSize
    raise ValueError("not enough free space in volume group")
  File "/usr/lib/python3.4/site-packages/blivet/devices/lvm.py", line 1509, in _setSize
    super(LVMThinLogicalVolumeDevice, self)._setSize(size)
  File "/usr/lib/python3.4/site-packages/blivet/partitioning.py", line 1863, in _apply_chunk_growth
    req.device.size = size
  File "/usr/lib/python3.4/site-packages/blivet/partitioning.py", line 1923, in growLVM
    _apply_chunk_growth(thin_chunk)
  File "/usr/lib/python3.4/site-packages/blivet/autopart.py", line 505, in doAutoPartition
    growLVM(storage)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2325, in _do_autopart
    min_luks_entropy=crypto.MIN_CREATE_ENTROPY)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 135, in decorated
    return func(*args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2372, in on_create_clicked
    self._do_autopart()
ValueError: not enough free space in volume group

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-S-23_A_T2-x86_64 quiet
dnf.rpm.log:    Aug 01 02:19:26 INFO --- logging initialized ---
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.0-0.rc3.git4.1.fc23.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        23

Comment 1 Adam Williamson 2015-08-01 02:20:46 UTC
Created attachment 1058196 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2015-08-01 02:20:47 UTC
Created attachment 1058197 [details]
File: anaconda.log

Comment 3 Adam Williamson 2015-08-01 02:20:48 UTC
Created attachment 1058198 [details]
File: dnf.log

Comment 4 Adam Williamson 2015-08-01 02:20:49 UTC
Created attachment 1058199 [details]
File: environ

Comment 5 Adam Williamson 2015-08-01 02:20:50 UTC
Created attachment 1058200 [details]
File: lsblk_output

Comment 6 Adam Williamson 2015-08-01 02:20:51 UTC
Created attachment 1058201 [details]
File: nmcli_dev_list

Comment 7 Adam Williamson 2015-08-01 02:20:51 UTC
Created attachment 1058202 [details]
File: os_info

Comment 8 Adam Williamson 2015-08-01 02:20:52 UTC
Created attachment 1058203 [details]
File: program.log

Comment 9 Adam Williamson 2015-08-01 02:20:54 UTC
Created attachment 1058204 [details]
File: storage.log

Comment 10 Adam Williamson 2015-08-01 02:20:55 UTC
Created attachment 1058205 [details]
File: syslog

Comment 11 Adam Williamson 2015-08-01 02:20:56 UTC
Created attachment 1058206 [details]
File: ifcfg.log

Comment 12 Adam Williamson 2015-08-01 02:20:57 UTC
Created attachment 1058207 [details]
File: packaging.log

Comment 13 Adam Williamson 2015-08-01 02:23:36 UTC
Proposing as a Beta blocker:

"When using the custom partitioning flow, the installer must be able to:  ... Create mount points backed by ext4 partitions, LVM volumes or btrfs volumes, or software RAID arrays at RAID levels 0, 1 and 5 containing ext4 partitions" - https://fedoraproject.org/wiki/Fedora_23_Beta_Release_Criteria#Custom_partitioning . Assuming we count LVM thin partitioning. If not, this would be a Final blocker.

Comment 14 Vojtech Trefny 2015-08-03 08:21:30 UTC

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