Bug 1650190 - _ped.IOException: Partition(s) 1 on /dev/nvme0n1 have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before ...
Summary: _ped.IOException: Partition(s) 1 on /dev/nvme0n1 have been written, but we ha...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 29
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:9c573049622c49c748f43415500...
: 1695917 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-15 14:51 UTC by Jan Sedlák
Modified: 2019-04-30 17:24 UTC (History)
13 users (show)

Fixed In Version: python-blivet-3.1.2-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-30 17:24:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (2.36 MB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: anaconda.log (113.48 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: dbus.log (9.30 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: environ (733 bytes, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: journalctl (1.21 MB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: lsblk_output (1.97 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: lvm.log (127.23 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: nmcli_dev_list (1.71 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: os_info (720 bytes, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: program.log (138.90 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: storage.log (725.21 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details
File: ifcfg.log (5.76 KB, text/plain)
2018-11-15 14:51 UTC, Jan Sedlák
no flags Details

Description Jan Sedlák 2018-11-15 14:51:21 UTC
Description of problem:
Started installation on system with two disks, one connected via SATA, one connected via NVMe. Used default partition layout.

Version-Release number of selected component:
anaconda-core-29.24.7-1.fc29.x86_64

The following was filed automatically by anaconda:
anaconda 29.24.7 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.7/site-packages/parted/disk.py", line 212, in commit
    return self.__disk.commit()
  File "/usr/lib64/python3.7/site-packages/parted/decorators.py", line 42, in new
    ret = fn(*args, **kwds)
  File "/usr/lib/python3.7/site-packages/blivet/formats/disklabel.py", line 347, in commit
    self.parted_disk.commit()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/formats/disklabel.py", line 340, in _create
    self.commit()
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/formats/__init__.py", line 513, in create
    self._create(**kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/deviceaction.py", line 637, in execute
    options=self.device.format_args)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/actionlist.py", line 327, in process
    action.execute(callbacks)
  File "/usr/lib/python3.7/site-packages/blivet/actionlist.py", line 48, in wrapped_func
    return func(obj, *args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/blivet.py", line 135, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 1229, in do_it
    super().do_it(callbacks=callbacks)
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 2199, in turn_on_filesystems
    storage.do_it(callbacks)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 438, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 472, in start
    self.run_task()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.7/site-packages/pyanaconda/installation.py", line 375, in doInstall
    installation_queue.start()
  File "/usr/lib64/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
    threading.Thread.run(self)
_ped.IOException: Partition(s) 1 on /dev/nvme0n1 have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes.

Additional info:
addons:         com_redhat_kdump
blivet-gui-utils.log: 
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-WS-Live-29-1-2 rd.live.image quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.18.16-300.fc29.x86_64
other involved packages: python3-pyparted-3.11.0-17.fc29.x86_64, python3-libs-3.7.0-9.fc29.x86_64, python3-blivet-3.1.1-2.fc29.noarch
product:        Fedora
release:        Fedora release 29 (Twenty Nine)
type:           anaconda
version:        29

Comment 1 Jan Sedlák 2018-11-15 14:51:32 UTC
Created attachment 1506093 [details]
File: anaconda-tb

Comment 2 Jan Sedlák 2018-11-15 14:51:35 UTC
Created attachment 1506094 [details]
File: anaconda.log

Comment 3 Jan Sedlák 2018-11-15 14:51:36 UTC
Created attachment 1506095 [details]
File: dbus.log

Comment 4 Jan Sedlák 2018-11-15 14:51:37 UTC
Created attachment 1506096 [details]
File: environ

Comment 5 Jan Sedlák 2018-11-15 14:51:42 UTC
Created attachment 1506097 [details]
File: journalctl

Comment 6 Jan Sedlák 2018-11-15 14:51:43 UTC
Created attachment 1506098 [details]
File: lsblk_output

Comment 7 Jan Sedlák 2018-11-15 14:51:45 UTC
Created attachment 1506099 [details]
File: lvm.log

Comment 8 Jan Sedlák 2018-11-15 14:51:46 UTC
Created attachment 1506100 [details]
File: nmcli_dev_list

Comment 9 Jan Sedlák 2018-11-15 14:51:47 UTC
Created attachment 1506101 [details]
File: os_info

Comment 10 Jan Sedlák 2018-11-15 14:51:50 UTC
Created attachment 1506102 [details]
File: program.log

Comment 11 Jan Sedlák 2018-11-15 14:51:53 UTC
Created attachment 1506103 [details]
File: storage.log

Comment 12 Jan Sedlák 2018-11-15 14:51:55 UTC
Created attachment 1506104 [details]
File: ifcfg.log

Comment 13 Jan Sedlák 2018-11-16 08:32:58 UTC
Note: It started working after reboot.

Comment 14 tere 2019-04-03 22:07:13 UTC
*** Bug 1695917 has been marked as a duplicate of this bug. ***

Comment 15 tere 2019-04-03 22:13:53 UTC
my bur report was considered a duplicate of this bug, I want just say that my architecture is i686.

Comment 16 Jiri Konecny 2019-04-04 08:45:50 UTC
This issue is raised from our storage library. Switching components.


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