Bug 857931 - AttributeError: 'module' object has no attribute 'PartitioningWarning'
Summary: AttributeError: 'module' object has no attribute 'PartitioningWarning'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 861847 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-17 14:20 UTC by Jan Stodola
Modified: 2012-10-01 14:18 UTC (History)
5 users (show)

Fixed In Version: anaconda-18.9-1
Clone Of:
Environment:
Last Closed: 2012-09-17 14:46:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Stodola 2012-09-17 14:20:08 UTC
Description of problem:

anaconda 18.8 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/errors.py", line 248, in cb
    StorageError.PartitioningWarning: self._partitionWarningHandler,
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 309, in doAutoPartition
    if errorHandler.cb(exn) == ERROR_RAISE:
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 269, in execute
    doAutoPartition(storage, ksdata)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1605, in doKickstartStorage
    ksdata.autopart.execute(storage, ksdata, instClass)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 333, in _doExecute
    doKickstartStorage(self.storage, self.data, self.instclass)
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 87, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'module' object has no attribute 'PartitioningWarning'

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

How reproducible:
always

Steps to Reproduce:
1. Start vnc installation on s390x
2. go to "Installation destination"
3. select all (3) dasd drives
4. select Done
5. go again to "Installation destination"
6. unselect one (the last one on the screen) dasd drive
7. select Done
  
Actual results:
traceback

Expected results:
no traceback

Additional info:
Tested only on s390x, I haven't tried other arches.

Comment 2 Chris Lumens 2012-10-01 14:18:28 UTC
*** Bug 861847 has been marked as a duplicate of this bug. ***


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