Bug 1482692 - gi.overrides.BlockDev.LVMError: Failed to call the 'Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Lv', 'Exit code 5, stderr = Volume group ...
Summary: gi.overrides.BlockDev.LVMError: Failed to call the 'Activate' method on the '...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libblockdev
Version: 27
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vratislav Podzimek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:263351e701884e54bad32436475...
Depends On:
Blocks: F27FinalBlocker F27FinalFreezeException
TreeView+ depends on / blocked
 
Reported: 2017-08-17 21:45 UTC by Joachim Frieben
Modified: 2017-10-04 08:13 UTC (History)
13 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-04 08:13:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.73 MB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: anaconda.log (73.95 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: dnf.librepo.log (150.23 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: environ (529 bytes, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: hawkey.log (5.29 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: lorax-packages.log (25.85 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: lsblk_output (2.59 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: lvm.log (199.83 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: nmcli_dev_list (1.63 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: os_info (529 bytes, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: program.log (79.53 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: storage.log (296.66 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: syslog (401.41 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: ifcfg.log (3.92 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details
File: packaging.log (30.73 KB, text/plain)
2017-08-17 21:46 UTC, Joachim Frieben
no flags Details

Description Joachim Frieben 2017-08-17 21:45:36 UTC
Version-Release number of selected component:
anaconda-27.20-1

The following was filed automatically by anaconda:
anaconda 27.20-1 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 1966, in _setup
    blockdev.lvm.lvactivate(self.vg.name, self._name)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 1839, in decorated
    return meth(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 377, in setup
    self._setup(orig=orig)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 1936, in setup
    return DMDevice.setup(self, orig)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 1839, in decorated
    return meth(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 695, in execute
    self.device.setup(orig=True)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 325, 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 163, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/osinstall.py", line 1112, 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 365, 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 252, in run
    threading.Thread.run(self)
gi.overrides.BlockDev.LVMError: Failed to call the 'Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Lv', 'Exit code 5, stderr =   Volume group "VolGroup00" not found\n  Cannot process volume group VolGroup00\n')

Additional info:
addons:         com_redhat_kdump, com_redhat_docker
cmdline:        /usr/libexec/system-python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-WS-dvd-x86_64-rawh quiet kaslr enforcing=0
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.13.0-0.rc4.git4.1.fc27.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 Joachim Frieben 2017-08-17 21:46:03 UTC
Created attachment 1314916 [details]
File: anaconda-tb

Comment 2 Joachim Frieben 2017-08-17 21:46:06 UTC
Created attachment 1314917 [details]
File: anaconda.log

Comment 3 Joachim Frieben 2017-08-17 21:46:09 UTC
Created attachment 1314918 [details]
File: dnf.librepo.log

Comment 4 Joachim Frieben 2017-08-17 21:46:10 UTC
Created attachment 1314919 [details]
File: environ

Comment 5 Joachim Frieben 2017-08-17 21:46:12 UTC
Created attachment 1314920 [details]
File: hawkey.log

Comment 6 Joachim Frieben 2017-08-17 21:46:14 UTC
Created attachment 1314921 [details]
File: lorax-packages.log

Comment 7 Joachim Frieben 2017-08-17 21:46:16 UTC
Created attachment 1314922 [details]
File: lsblk_output

Comment 8 Joachim Frieben 2017-08-17 21:46:20 UTC
Created attachment 1314923 [details]
File: lvm.log

Comment 9 Joachim Frieben 2017-08-17 21:46:21 UTC
Created attachment 1314924 [details]
File: nmcli_dev_list

Comment 10 Joachim Frieben 2017-08-17 21:46:23 UTC
Created attachment 1314925 [details]
File: os_info

Comment 11 Joachim Frieben 2017-08-17 21:46:25 UTC
Created attachment 1314926 [details]
File: program.log

Comment 12 Joachim Frieben 2017-08-17 21:46:30 UTC
Created attachment 1314927 [details]
File: storage.log

Comment 13 Joachim Frieben 2017-08-17 21:46:37 UTC
Created attachment 1314928 [details]
File: syslog

Comment 14 Joachim Frieben 2017-08-17 21:46:39 UTC
Created attachment 1314929 [details]
File: ifcfg.log

Comment 15 Joachim Frieben 2017-08-17 21:46:41 UTC
Created attachment 1314930 [details]
File: packaging.log

Comment 16 Jiri Konecny 2017-08-21 10:59:19 UTC
This looks as a storage related bug.

Changing components.

Comment 17 Fedora Blocker Bugs Application 2017-10-01 07:52:39 UTC
Proposed as a Blocker and Freeze Exception for 27-final by Fedora user frieben using the blocker tracking app because:

 Anaconda fails to process a LUKS-encrypted volume group after the setup stage even though the password had been entered successfully, and individual volumes had been assigned when specifying the disk layout. The installer aborts and leaves the user with an unbootable system because this happens after reformatting the unencrypted /boot partition. This behaviour violates the following requirement:

"The installer must be able to create and install to any workable partition layout using any file system and/or container format combination offered in a default installer configuration."

Comment 18 Kamil Páral 2017-10-02 16:58:13 UTC
Discussed at blocker review meeting [1]:

Punt (delay decision) - We'll wait until this has detailed reproduction steps and somebody else manages to successfully reproduce it.

[1] https://meetbot-raw.fedoraproject.org/fedora-blocker-review/2017-10-02/


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