Description of problem: It is not possible to add an FCP LUN using anaconda GUI, no dialog window appears after clicking on the "Add ZFCP LUN..." button. The on_add_zfcp_clicked() method does nothing: (f21-branch)$ grep -A 2 on_add_zfcp_clicked pyanaconda/ui/gui/spokes/filter.py def on_add_zfcp_clicked(self, widget, *args): pass Version-Release number of selected component (if applicable): anaconda-21.48.9-1 How reproducible: always Steps to Reproduce: 1. start vnc installation 2. go to the Installation destination spoke 3. Add a disk... 4. click on the "Add ZFCP LUN..." Actual results: no result Expected results: able to add an FCP LUN
Yes, I just need to rebase my patches from rhel7-branch to master/f21-branch....now that I have a compose to test with I'll do this.
This'll be fixed in rawhide.
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
No: anaconda 22.20.1-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/contextlib.py", line 84, in helper return GeneratorContextManager(func(*args, **kwds)) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 638, in on_add_zfcp_clicked with self.main_window.enlightbox(self.window, dialog.window): TypeError: enlightbox() takes exactly 2 arguments (3 given) patch: diff --git a/pyanaconda/ui/gui/spokes/filter.py b/pyanaconda/ui/gui/spokes/filter.py index da1c971..c31ce3e 100644 --- a/pyanaconda/ui/gui/spokes/filter.py +++ b/pyanaconda/ui/gui/spokes/filter.py @@ -656,7 +656,7 @@ class FilterSpoke(NormalSpoke): def on_add_zfcp_clicked(self, widget, *args): dialog = ZFCPDialog(self.data, self.storage) - with self.main_window.enlightbox(self.window, dialog.window): + with self.main_window.enlightbox(dialog.window): dialog.refresh() dialog.run() -> ASSIGNED
anaconda-22.20.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/anaconda-22.20.5-1.fc22
Package anaconda-22.20.5-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-22.20.5-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-4126/anaconda-22.20.5-1.fc22 then log in and leave karma (feedback).
anaconda-22.20.6-1.fc22, python-blivet-1.0.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/python-blivet-1.0.5-1.fc22,anaconda-22.20.6-1.fc22
Package anaconda-22.20.5-1.fc22, python-blivet-1.0.4-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-22.20.5-1.fc22 python-blivet-1.0.4-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-4126/python-blivet-1.0.4-1.fc22,anaconda-22.20.5-1.fc22 then log in and leave karma (feedback).
anaconda-22.20.6-1.fc22, python-blivet-1.0.5-1.fc22, libblockdev-0.7-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.