Bug 1231558
| Summary: | 'str' object has no attribute 'name' when attempting to add iscsi storage pool | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | 1gf3sn+713l9aye027p4 |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | berrange, crobinso, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | virt-manager-1.2.1-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-18 05:14:22 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: | |||
Thanks for the report, fixed upstream now:
commit 34db1af7b661b7eb5df4c71fc910d31c1ae9f7a4
Author: Cole Robinson <crobinso>
Date: Sun Jun 21 15:47:31 2015 -0400
createpool: Fix adding iscsi pools (bz 1231558)
virt-manager-1.2.1-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/virt-manager-1.2.1-2.fc22 Package virt-manager-1.2.1-2.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 virt-manager-1.2.1-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-13390/virt-manager-1.2.1-2.fc22 then log in and leave karma (feedback). virt-manager-1.2.1-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Attempting to add storage pool, type iscsi, throws Uncaught error validating input: 'str' object has no attribute 'name' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/createpool.py", line 395, in forward if self.validate(notebook.get_current_page()) is not True: File "/usr/share/virt-manager/virtManager/createpool.py", line 549, in validate return self._validate_page_format() File "/usr/share/virt-manager/virtManager/createpool.py", line 513, in _validate_page_format if not self._validate_page_name(self.get_pool_to_validate()): File "/usr/share/virt-manager/virtManager/createpool.py", line 499, in _validate_page_name self._pool.name = self.get_config_name() AttributeError: 'str' object has no attribute 'name' Version-Release number of selected component (if applicable): virt-manager-1.2.1-1.fc22.noarch How reproducible: Reproduces reliably Steps to Reproduce: 1. Storage -> Add Pool 2. Type: iscsi 3. Fill in the rest of fields (name, IQN, source host, ..) 4. Finish