Bug 867129

Summary: pylint: E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'
Product: [Fedora] Fedora Reporter: Steve Tyler <stephent98>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-18 06:51:56 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:

Description Steve Tyler 2012-10-16 20:13:35 UTC
Description of problem:
E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'

$ less -N anaconda-18.16-1/pyanaconda/storage/devices.py
...
   4041     def createSubVolumes(self):
   4042         self._do_temp_mount()
   4043         for name, subvol in self.subvolumes:
   4044             if subvol.exists:
   4045                 continue
   4046             subvolume.create(mountpoint=self._temp_dir_prefix)
   4047         self._undo_temp_mount()
...

************* Module pyanaconda.storage.devices
E0611:3683,8:OpticalDevice.eject: No name '_isys' in module 'pyanaconda'
E0602:4046,12:BTRFSVolumeDevice.createSubVolumes: Undefined variable 'subvolume'

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

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chris Lumens 2012-12-14 18:13:57 UTC
The _isys error is a false positive.

Comment 2 Fedora Update System 2012-12-15 03:35:15 UTC
anaconda-18.37.3-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/anaconda-18.37.3-1.fc18

Comment 3 Fedora Update System 2012-12-15 21:13:54 UTC
Package anaconda-18.37.3-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing anaconda-18.37.3-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-20461/anaconda-18.37.3-1.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-12-18 06:51:58 UTC
anaconda-18.37.3-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.