Bug 1616122 - _ped.IOException: Partition(s) 2 on /dev/sda 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) 2 on /dev/sda have been written, but we have b...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 28
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:fba78003a388c6bc9a9ba31bc6c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-15 01:35 UTC by Justin H. Kelm
Modified: 2019-05-28 22:08 UTC (History)
13 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-05-28 22:08:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.41 MB, text/plain)
2018-08-15 01:35 UTC, Justin H. Kelm
no flags Details
File: anaconda.log (39.03 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: dbus.log (3.13 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: dnf.librepo.log (113.59 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: environ (636 bytes, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: hawkey.log (2.73 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: lorax-packages.log (25.49 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: lsblk_output (2.41 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: lvm.log (167.23 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: nmcli_dev_list (1.98 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: os_info (556 bytes, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: program.log (48.47 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: storage.log (220.04 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: syslog (547.54 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: ifcfg.log (8.41 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details
File: packaging.log (17.60 KB, text/plain)
2018-08-15 01:36 UTC, Justin H. Kelm
no flags Details

Description Justin H. Kelm 2018-08-15 01:35:51 UTC
Description of problem:
During installation

Version-Release number of selected component:
anaconda-28.22.10

The following was filed automatically by anaconda:
anaconda 28.22.10 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/parted/disk.py", line 212, in commit
    return self.__disk.commit()
  File "/usr/lib64/python3.6/site-packages/parted/decorators.py", line 42, in new
    ret = fn(*args, **kwds)
  File "/usr/lib/python3.6/site-packages/blivet/formats/disklabel.py", line 343, in commit
    self.parted_disk.commit()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/partition.py", line 767, in _destroy
    self.disk.original_format.commit()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 493, in destroy
    self._destroy()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 383, in execute
    self.device.destroy()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 327, in process
    action.execute(callbacks)
  File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func
    return func(obj, *args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 135, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1219, in do_it
    super().do_it(callbacks=callbacks)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 2131, in turn_on_filesystems
    storage.do_it(callbacks)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 438, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 472, in start
    self.run_task()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 304, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation.py", line 361, in doInstall
    installation_queue.start()
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/threading.py", line 291, in run
    threading.Thread.run(self)
_ped.IOException: Partition(s) 2 on /dev/sda 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, com_redhat_docker
blivet-gui-utils.log: 
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-28 quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.16.3-301.fc28.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        28

Comment 1 Justin H. Kelm 2018-08-15 01:35:59 UTC
Created attachment 1475995 [details]
File: anaconda-tb

Comment 2 Justin H. Kelm 2018-08-15 01:36:00 UTC
Created attachment 1475996 [details]
File: anaconda.log

Comment 3 Justin H. Kelm 2018-08-15 01:36:01 UTC
Created attachment 1475997 [details]
File: dbus.log

Comment 4 Justin H. Kelm 2018-08-15 01:36:02 UTC
Created attachment 1475998 [details]
File: dnf.librepo.log

Comment 5 Justin H. Kelm 2018-08-15 01:36:03 UTC
Created attachment 1475999 [details]
File: environ

Comment 6 Justin H. Kelm 2018-08-15 01:36:04 UTC
Created attachment 1476000 [details]
File: hawkey.log

Comment 7 Justin H. Kelm 2018-08-15 01:36:06 UTC
Created attachment 1476001 [details]
File: lorax-packages.log

Comment 8 Justin H. Kelm 2018-08-15 01:36:07 UTC
Created attachment 1476002 [details]
File: lsblk_output

Comment 9 Justin H. Kelm 2018-08-15 01:36:09 UTC
Created attachment 1476003 [details]
File: lvm.log

Comment 10 Justin H. Kelm 2018-08-15 01:36:10 UTC
Created attachment 1476004 [details]
File: nmcli_dev_list

Comment 11 Justin H. Kelm 2018-08-15 01:36:11 UTC
Created attachment 1476005 [details]
File: os_info

Comment 12 Justin H. Kelm 2018-08-15 01:36:13 UTC
Created attachment 1476006 [details]
File: program.log

Comment 13 Justin H. Kelm 2018-08-15 01:36:15 UTC
Created attachment 1476007 [details]
File: storage.log

Comment 14 Justin H. Kelm 2018-08-15 01:36:17 UTC
Created attachment 1476008 [details]
File: syslog

Comment 15 Justin H. Kelm 2018-08-15 01:36:18 UTC
Created attachment 1476009 [details]
File: ifcfg.log

Comment 16 Justin H. Kelm 2018-08-15 01:36:20 UTC
Created attachment 1476010 [details]
File: packaging.log

Comment 17 Vendula Poncova 2018-08-15 08:37:44 UTC
It seems to be an issue in the storage configuration library. Reassigning to blivet.

Comment 18 Ben Cotton 2019-05-02 21:05:47 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 19 Ben Cotton 2019-05-28 22:08:47 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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