Bug 1344131

Summary: AttributeError: 'Blivet' object has no attribute 'iscsi'
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, g.kaviyarasu, jonathan, robatino, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:503322311389adfb877ec5238da6eb024e369b53d6b9d2c619abef150a4cbade;
Fixed In Version: anaconda-25.17-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-24 23:42:44 UTC Type: ---
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: 1277289    
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: journalctl
none
File: lsblk_output
none
File: lvm.log
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: ifcfg.log none

Description Adam Williamson 2016-06-08 20:18:03 UTC
Description of problem:
Boot a current Rawhide installer, go to INSTALLATION DESTINATION, click "Add a disk...", click "Add iSCSI Target...". Installer immediately crashes.

Version-Release number of selected component:
anaconda-core-25.16-1.fc25.x86_64

The following was filed automatically by anaconda:
anaconda 25.16-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/advstorage/iscsi.py", line 124, in __init__
    self.iscsi = self.storage.iscsi()
  File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 658, in on_add_iscsi_clicked
    dialog = ISCSIDialog(self.data, self.storage)
AttributeError: 'Blivet' object has no attribute 'iscsi'

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-KDE-Live-Rawhide-20160608 rd.live.image quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.7.0-0.rc2.git1.1.fc25.x86_64
other involved packages: anaconda-gui-25.16-1.fc25.x86_64
product:        Fedora
release:        Fedora release 25 (Rawhide)
reproducible:   Not sure how to reproduce the problem
type:           anaconda
version:        rawhide

Comment 1 Adam Williamson 2016-06-08 20:18:09 UTC
Created attachment 1166093 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2016-06-08 20:18:10 UTC
Created attachment 1166094 [details]
File: anaconda.log

Comment 3 Adam Williamson 2016-06-08 20:18:11 UTC
Created attachment 1166095 [details]
File: environ

Comment 4 Adam Williamson 2016-06-08 20:18:13 UTC
Created attachment 1166096 [details]
File: journalctl

Comment 5 Adam Williamson 2016-06-08 20:18:14 UTC
Created attachment 1166097 [details]
File: lsblk_output

Comment 6 Adam Williamson 2016-06-08 20:18:16 UTC
Created attachment 1166098 [details]
File: lvm.log

Comment 7 Adam Williamson 2016-06-08 20:18:17 UTC
Created attachment 1166099 [details]
File: nmcli_dev_list

Comment 8 Adam Williamson 2016-06-08 20:18:19 UTC
Created attachment 1166100 [details]
File: os_info

Comment 9 Adam Williamson 2016-06-08 20:18:20 UTC
Created attachment 1166101 [details]
File: program.log

Comment 10 Adam Williamson 2016-06-08 20:18:21 UTC
Created attachment 1166102 [details]
File: storage.log

Comment 11 Adam Williamson 2016-06-08 20:18:23 UTC
Created attachment 1166103 [details]
File: ifcfg.log

Comment 12 Adam Williamson 2016-06-08 20:19:26 UTC
Proposing as an F25 Final blocker: "The installer must be able to detect (if possible) and install to supported network-attached storage devices." - https://fedoraproject.org/wiki/Fedora_24_Final_Release_Criteria#Network_attached_storage

Comment 13 David Shea 2016-06-08 21:05:23 UTC
Tacked on as another commit to https://github.com/rhinstaller/anaconda/pull/666

Comment 14 Adam Williamson 2016-06-24 23:42:44 UTC
Yeah, this is fixed (now we get https://bugzilla.redhat.com/show_bug.cgi?id=1347415 instead).