Bug 1814920 - [Fedora-32] kickstart install fails with KeyError('ID_PATH')
Summary: [Fedora-32] kickstart install fails with KeyError('ID_PATH')
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 32
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: JianHong Yin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-19 02:34 UTC by JianHong Yin
Modified: 2020-04-10 02:34 UTC (History)
13 users (show)

Fixed In Version: python-blivet-3.2.1-1.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-09 14:44:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
syslog (347.35 KB, text/plain)
2020-03-20 06:39 UTC, JianHong Yin
no flags Details
anaconda-tb-* (441.78 KB, text/plain)
2020-03-20 06:40 UTC, JianHong Yin
no flags Details
anaconda.log (14.52 KB, text/plain)
2020-03-20 06:41 UTC, JianHong Yin
no flags Details

Description JianHong Yin 2020-03-19 02:34:06 UTC
Description of problem:
[Fedora-32] anaconda kickstart install fail

Version-Release number of selected component (if applicable):
Fedora-32-20200317.n.1

How reproducible:
always

Steps to Reproduce:
1. kickstart install in kvm

Actual results:
'''
Starting installer, one moment...
anaconda 32.24.2-3.fc32 for Fedora 32 (pre-release) started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2
 * if the graphical installation interface fails to start, try again with the
   inst.text bootoption to start text installation
 * when reporting a bug add logs from /tmp as separate text/plain attachments
02:32:21 Not asking for VNC because of an automated install
02:32:21 Not asking for VNC because text mode was explicitly asked for in kickstart
Starting automated install..
An unknown error has occured, look at the /tmp/anaconda-tb* file(s) for more details


Traceback (most recent call first):
  File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 496, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 474, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 442, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.8/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.8/site-packages/pyanaconda/ui/lib/storage.py", line 92, in reset_storage
    sync_run_task(task_proxy)
  File "/usr/lib64/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.8/site-packages/pyanaconda/threading.py", line 280, in run
    threading.Thread.run(self)
dasbus.error.DBusError: KeyError('ID_PATH')


What do you want to do now?
1) Report Bug
2) Debug
3) Run shell
4) Quit
'''

Expected results:
install success

Additional info:

Comment 1 Vendula Poncova 2020-03-19 09:22:05 UTC
Please, attach all logs (including syslog) from the installation. You can find them during the installation in /tmp.
Anyway, it seems to be an issue in the storage configuration library. Reassigning to blivet.

Comment 2 JianHong Yin 2020-03-20 06:39:35 UTC
Created attachment 1671704 [details]
syslog

Comment 3 JianHong Yin 2020-03-20 06:40:52 UTC
Created attachment 1671705 [details]
anaconda-tb-*

Comment 4 JianHong Yin 2020-03-20 06:41:47 UTC
Created attachment 1671706 [details]
anaconda.log

Comment 6 Vojtech Trefny 2020-03-20 10:16:07 UTC
upstream PR: https://github.com/storaged-project/blivet/pull/831

updates image for Fedora 32: https://vtrefny.fedorapeople.org/img/rhbz1814920.img

Comment 7 Fedora Update System 2020-04-06 12:44:57 UTC
FEDORA-2020-cab532bdb5 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-cab532bdb5

Comment 8 Fedora Update System 2020-04-07 02:27:42 UTC
FEDORA-2020-cab532bdb5 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-cab532bdb5`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-cab532bdb5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2020-04-09 14:44:30 UTC
FEDORA-2020-cab532bdb5 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 JianHong Yin 2020-04-10 02:34:03 UTC
Verified on Fedora-Rawhide-20200408.n.1


Note You need to log in before you can comment on or make changes to this bug.