Bug 1322534

Summary: ValueError: invalid value None for size
Product: Red Hat Enterprise Linux 7 Reporter: Dr. David Alan Gilbert <dgilbert>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:1b07baf1bd7b2965c17eb2459b76f0ee8a0a41d53ab0b132cbed63197d04ddbe
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 17:18:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.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 Dr. David Alan Gilbert 2016-03-30 16:35:59 UTC
Description of problem:
Nightly rhel-7.3-20160329.n.0-Workstation in a kvm guest on 7.2 with q35/efi

Clicking 'done' on the disk selection page after having made sure it's got my virtio disk.
Repeatable (twice).

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

The following was filed automatically by anaconda:
anaconda 21.48.22.61-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/size.py", line 216, in __new__
    raise ValueError("invalid value %s for size" % value)
  File "/usr/lib/python2.7/site-packages/blivet/size.py", line 231, in __deepcopy__
    return Size(self.convertTo(spec="b"))
  File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
    y = copier(memo)
  File "/usr/lib/python2.7/site-packages/blivet/util.py", line 472, in variable_copy
    setattr(new, attr, copy.deepcopy(value, memo))
  File "/usr/lib/python2.7/site-packages/blivet/devices/device.py", line 102, in __deepcopy__
    shallow=('_partedPartition',))
  File "/usr/lib64/python2.7/copy.py", line 174, in deepcopy
    y = copier(memo)
  File "/usr/lib64/python2.7/copy.py", line 230, in _deepcopy_list
    y.append(deepcopy(a, memo))
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib64/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib64/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib64/python2.7/copy.py", line 334, in _reconstruct
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.7/copy.py", line 190, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1888, in copy
    new = copy.deepcopy(self)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage_utils.py", line 375, in create_snapshot
    self._storage_snap = storage.copy()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 797, in on_back_clicked
    on_disk_storage.create_snapshot(self.storage)
ValueError: invalid value None for size

Additional info:
addons:         org_fedora_oscap, com_redhat_kdump
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=RHEL-7.3\x20x86_64 quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-369.el7.x86_64
product:        Red Hat Enterprise Linux 7
release:        Red Hat Enterprise Linux Client release 7.3 Beta (Maipo)
release_type:   pre-release
type:           anaconda
uid:            0
version:        7.3

Comment 1 Dr. David Alan Gilbert 2016-03-30 16:36:02 UTC
Created attachment 1141840 [details]
File: anaconda-tb

Comment 2 Dr. David Alan Gilbert 2016-03-30 16:36:03 UTC
Created attachment 1141841 [details]
File: anaconda.log

Comment 3 Dr. David Alan Gilbert 2016-03-30 16:36:04 UTC
Created attachment 1141842 [details]
File: environ

Comment 4 Dr. David Alan Gilbert 2016-03-30 16:36:05 UTC
Created attachment 1141843 [details]
File: lsblk_output

Comment 5 Dr. David Alan Gilbert 2016-03-30 16:36:06 UTC
Created attachment 1141844 [details]
File: nmcli_dev_list

Comment 6 Dr. David Alan Gilbert 2016-03-30 16:36:07 UTC
Created attachment 1141845 [details]
File: os_info

Comment 7 Dr. David Alan Gilbert 2016-03-30 16:36:08 UTC
Created attachment 1141846 [details]
File: program.log

Comment 8 Dr. David Alan Gilbert 2016-03-30 16:36:09 UTC
Created attachment 1141847 [details]
File: storage.log

Comment 9 Dr. David Alan Gilbert 2016-03-30 16:36:11 UTC
Created attachment 1141848 [details]
File: syslog

Comment 10 Dr. David Alan Gilbert 2016-03-30 16:36:12 UTC
Created attachment 1141849 [details]
File: ifcfg.log

Comment 11 Dr. David Alan Gilbert 2016-03-30 16:36:13 UTC
Created attachment 1141850 [details]
File: packaging.log

Comment 13 David Shea 2016-03-30 17:18:39 UTC

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