Bug 1559686 - gi.overrides.BlockDev.LVMError: Process reported exit code 5: Logical volume fedora/swap in use.
Summary: gi.overrides.BlockDev.LVMError: Process reported exit code 5: Logical volum...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 28
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:7c20276d9feddc33f772705cbbe...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-23 02:57 UTC by lnie
Modified: 2019-05-28 19:47 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-28 19:47:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.18 MB, text/plain)
2018-03-23 03:00 UTC, lnie
no flags Details
File: anaconda.log (29.40 KB, text/plain)
2018-03-23 03:00 UTC, lnie
no flags Details
File: dbus.log (2.77 KB, text/plain)
2018-03-23 03:00 UTC, lnie
no flags Details
File: environ (700 bytes, text/plain)
2018-03-23 03:00 UTC, lnie
no flags Details
File: journalctl (557.01 KB, text/plain)
2018-03-23 03:01 UTC, lnie
no flags Details
File: lsblk_output (1.67 KB, text/plain)
2018-03-23 03:01 UTC, lnie
no flags Details
File: lvm.log (347.30 KB, text/plain)
2018-03-23 03:01 UTC, lnie
no flags Details
File: nmcli_dev_list (1.61 KB, text/plain)
2018-03-23 03:01 UTC, lnie
no flags Details
File: os_info (596 bytes, text/plain)
2018-03-23 03:01 UTC, lnie
no flags Details
File: program.log (59.68 KB, text/plain)
2018-03-23 03:02 UTC, lnie
no flags Details
File: storage.log (164.95 KB, text/plain)
2018-03-23 03:02 UTC, lnie
no flags Details
File: ifcfg.log (2.14 KB, text/plain)
2018-03-23 03:02 UTC, lnie
no flags Details

Description lnie 2018-03-23 02:57:48 UTC
Description of problem:
it happens after I play with the workstation live for a while,open firefox or dnf install something,
then click the Install to Hard Drive button to perform a installation 

Version-Release number of selected component:
anaconda-core-28.22.2-4.fc28.x86_64

The following was filed automatically by anaconda:
anaconda 28.22.2 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/gi/overrides/BlockDev.py", line 824, in wrapped
    raise transform[1](msg)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 912, in _teardown
    blockdev.lvm.lvdeactivate(self.vg.name, self._name)
  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 431, in teardown
    self._teardown(recursive=recursive)
  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/lvm.py", line 1930, in teardown
    return DMDevice.teardown(self, recursive)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 1829, in decorated
    return meth(self, *args, **kwargs)  # pylint: disable=not-callable
  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 210, in _pre_process
    device.teardown(recursive=True)
  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 318, in process
    self._pre_process(devices=devices)
  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 1221, 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 2124, 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 366, 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)
gi.overrides.BlockDev.LVMError: Process reported exit code 5:   Logical volume fedora/swap in use.


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-28-20180320-n-0 rd.live.image rd.live.check quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.16.0-0.rc4.git0.1.fc28.x86_64
other involved packages: python3-blockdev-2.16-2.fc28.x86_64, python3-blivet-3.0.0-0.4.b1.fc28.noarch, python3-libs-3.6.4-16.fc28.x86_64
product:        Fedora
release:        Fedora release 28 (Twenty Eight)
type:           anaconda
version:        28

Comment 1 lnie 2018-03-23 03:00:06 UTC
Created attachment 1411931 [details]
File: anaconda-tb

Comment 2 lnie 2018-03-23 03:00:11 UTC
Created attachment 1411932 [details]
File: anaconda.log

Comment 3 lnie 2018-03-23 03:00:13 UTC
Created attachment 1411933 [details]
File: dbus.log

Comment 4 lnie 2018-03-23 03:00:14 UTC
Created attachment 1411934 [details]
File: environ

Comment 5 lnie 2018-03-23 03:01:15 UTC
Created attachment 1411935 [details]
File: journalctl

Comment 6 lnie 2018-03-23 03:01:17 UTC
Created attachment 1411936 [details]
File: lsblk_output

Comment 7 lnie 2018-03-23 03:01:52 UTC
Created attachment 1411937 [details]
File: lvm.log

Comment 8 lnie 2018-03-23 03:01:54 UTC
Created attachment 1411938 [details]
File: nmcli_dev_list

Comment 9 lnie 2018-03-23 03:01:56 UTC
Created attachment 1411939 [details]
File: os_info

Comment 10 lnie 2018-03-23 03:02:04 UTC
Created attachment 1411940 [details]
File: program.log

Comment 11 lnie 2018-03-23 03:02:22 UTC
Created attachment 1411941 [details]
File: storage.log

Comment 12 lnie 2018-03-23 03:02:24 UTC
Created attachment 1411942 [details]
File: ifcfg.log

Comment 13 Ben Cotton 2019-05-02 21:59:12 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 14 Ben Cotton 2019-05-28 19:47:17 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.