Bug 1393697

Summary: gi.overrides.BlockDev.BlockDevNotImplementedError: The function 'bd_dm_map_exists' called, but not implemented!
Product: [Fedora] Fedora Reporter: Sinny Kumari <skumari>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, vanmeeuwen+fedora, vponcova
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Unspecified   
Whiteboard: abrt_hash:9060ee0b049885e321290ccdde24621b51060e51c352903561c1b95fc28ca272;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-30 12:27:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: dnf.librepo.log
none
File: environ
none
File: hawkey.log
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: storage.log
none
File: ifcfg.log
none
File: packaging.log
none
File: program.log
none
File: syslog none

Description Sinny Kumari 2016-11-10 07:56:21 UTC
Description of problem:
While trying to install latest ppc64 server dvd iso (e.g from nightly Fedora-Rawhide-20161108.n.1 ) using anaconda installer GUI, error message box appears as soon as anaconda GUI appears.

Additional information:
Checked with latest ppc64le and s390x rawhide nightly composes too. Seems to be a common problem.


Version-Release number of selected component:
anaconda-26.10-1

The following was filed automatically by anaconda:
anaconda 26.10-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 433, in wrapped
    raise self._xrules[e_type].new_exc(msg)
  File "/usr/lib/python3.5/site-packages/blivet/devices/dm.py", line 113, in status
    return blockdev.dm.map_exists(self.map_name, True, True)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/devices/storage.py", line 146, in __init__
    if self.status:
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/devices/dm.py", line 84, in __init__
    parents=parents, sysfs_path=sysfs_path)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/devices/dm.py", line 253, in __init__
    exists=exists, target="crypt")
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/devices/luks.py", line 62, in __init__
    uuid=None, exists=exists)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/populator/helpers/luks.py", line 103, in run
    exists=True)
  File "/usr/lib/python3.5/site-packages/blivet/populator/populator.py", line 345, in handle_format
    helper_class(self, info, device).run()
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/populator/populator.py", line 318, in handle_device
    self.handle_format(info, device)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/populator/populator.py", line 518, in _populate
    self.handle_device(dev)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/populator/populator.py", line 451, in populate
    self._populate()
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 271, in reset
    self.devicetree.populate(cleanup_only=cleanup_only)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1175, in storage_initialize
    storage.reset()
  File "/usr/lib64/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 251, in run
    threading.Thread.run(self, *args, **kwargs)
gi.overrides.BlockDev.BlockDevNotImplementedError: The function 'bd_dm_map_exists' called, but not implemented!

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/ppc/ppc64/vmlinuz ro
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.9.0-0.rc4.git0.1.fc26.ppc64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 Sinny Kumari 2016-11-10 07:56:29 UTC
Created attachment 1219217 [details]
File: anaconda-tb

Comment 2 Sinny Kumari 2016-11-10 07:56:31 UTC
Created attachment 1219218 [details]
File: anaconda.log

Comment 3 Sinny Kumari 2016-11-10 07:56:33 UTC
Created attachment 1219219 [details]
File: dnf.librepo.log

Comment 4 Sinny Kumari 2016-11-10 07:56:34 UTC
Created attachment 1219220 [details]
File: environ

Comment 5 Sinny Kumari 2016-11-10 07:56:36 UTC
Created attachment 1219222 [details]
File: hawkey.log

Comment 6 Sinny Kumari 2016-11-10 07:56:37 UTC
Created attachment 1219223 [details]
File: lsblk_output

Comment 7 Sinny Kumari 2016-11-10 07:56:39 UTC
Created attachment 1219224 [details]
File: nmcli_dev_list

Comment 8 Sinny Kumari 2016-11-10 07:56:41 UTC
Created attachment 1219225 [details]
File: os_info

Comment 9 Sinny Kumari 2016-11-10 07:56:43 UTC
Created attachment 1219226 [details]
File: storage.log

Comment 10 Sinny Kumari 2016-11-10 07:56:45 UTC
Created attachment 1219227 [details]
File: ifcfg.log

Comment 11 Sinny Kumari 2016-11-10 07:56:46 UTC
Created attachment 1219228 [details]
File: packaging.log

Comment 12 Sinny Kumari 2016-11-10 07:56:48 UTC
Created attachment 1219229 [details]
File: program.log

Comment 13 Sinny Kumari 2016-11-10 07:57:27 UTC
Created attachment 1219231 [details]
File: syslog

Comment 14 Sinny Kumari 2016-11-30 12:27:37 UTC
This error no longer appears with latest ppc64 rawhide compose. Checked with Fedora-Rawhide-20161128 compose (https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20161128.n.0/compose/Server/ppc64/iso/) and installation completes successfully.