Bug 1335046
| Summary: | TypeError: Argument 0 does not allow None as a value | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Stodola <jstodola> |
| Component: | anaconda | Assignee: | Samantha N. Bueno <sbueno> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 24 | CC: | anaconda-maint-list, g.kaviyarasu, gmarr, jonathan, sbueno, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | s390x | ||
| OS: | Linux | ||
| Whiteboard: | AcceptedFreezeException | ||
| Fixed In Version: | anaconda-25.20.8-1.fc25 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-15 13:33:10 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 467765, 1277290 | ||
Similar issue in case of adding DASD without entering a device number:
anaconda 24.13.4-1 exception report
Traceback (most recent call first):
File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 399, in wrapped
ret = orig_obj(*args, **kwargs)
File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/advstorage/dasd.py", line 135, in _discover
blockdev.s390.dasd_online(device)
File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/advstorage/dasd.py", line 103, in on_start_clicked
self._discover(device)
TypeError: Argument 0 does not allow None as a value
https://github.com/rhinstaller/anaconda/pull/857 should fix the issues with manually adding DASDs and zFCP devices. Proposed as a Freeze Exception for 25-final by Fedora user sbueno using the blocker tracking app because: An s390x bug which causes a traceback if a user passes no input when trying to manually add zFCP devices or DASDs in the advanced storage spoke. The fix for this is simple and isolated to s390x-specific code. anaconda-25.20.7-1.fc25 python-blivet-2.1.6-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-91844f4982 Discussed during the 2016-11-07 blocker review meeting: [1] The decision to classify this bug as an AcceptedFreezeException was made as this fixes a significant issue for s390x users and the fix is limited to s390-specific code so cannot affect primary arches. [1] https://meetbot.fedoraproject.org/fedora-blocker-review/2016-11-07/f25-blocker-review.2016-11-07-17.01.txt anaconda-25.20.8-1.fc25, python-blivet-2.1.6-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-91844f4982 anaconda-25.20.8-1.fc25, python-blivet-2.1.6-3.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: There is a traceback when asking anaconda to add a zFCP LUN without entering any value for the device number/WWPN/LUN: anaconda 24.13.4-1 exception report Traceback (most recent call first): File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 399, in wrapped ret = orig_obj(*args, **kwargs) File "/usr/lib/python3.5/site-packages/blivet/zfcp.py", line 55, in __init__ self.devnum = blockdev.s390.sanitize_dev_input(devnum) File "/usr/lib/python3.5/site-packages/blivet/zfcp.py", line 340, in addFCP d = ZFCPDevice(devnum, wwpn, fcplun) File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/advstorage/zfcp.py", line 147, in _discover self.zfcp.addFCP(args[0], args[1], args[2]) File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/advstorage/zfcp.py", line 113, in on_start_clicked self._discover(device, wwpn, lun) TypeError: Argument 0 does not allow None as a value Version-Release number of selected component (if applicable): python-blivet-1.20.1-1.fc24 anaconda-24.13.4-1.fc24 How reproducible: always Steps to Reproduce: 1. proceed to the Installation Destination spoke 2. click "Add a disk..." 3. click "Add zFCP LUN..." 4. click "Start Discovery" without entering any value Actual results: traceback Expected results: warning or error message, but being able to continue with the installation