Bug 1449860 - gi.overrides.BlockDev.LVMError: Failed to call the 'Deactivate' method on the '/com/redhat/lvmdbus1/Lv/1' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Lv', "Exit code 3, stderr = lvchange: ...
Summary: gi.overrides.BlockDev.LVMError: Failed to call the 'Deactivate' method on the...
Keywords:
Status: CLOSED DUPLICATE of bug 1451612
Alias: None
Product: Fedora
Classification: Fedora
Component: lvm2
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: LVM and device-mapper development team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:c76f1b0cc21f43d357b6550ee30...
Depends On:
Blocks: AlphaBlocker, F27AlphaBlocker
TreeView+ depends on / blocked
 
Reported: 2017-05-11 00:49 UTC by Adam Williamson
Modified: 2017-05-22 09:45 UTC (History)
17 users (show)

Fixed In Version: 2.02.171-2
Clone Of:
Environment:
Last Closed: 2017-05-22 09:45:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (201.03 KB, text/plain)
2017-05-11 00:49 UTC, Adam Williamson
no flags Details
File: environ (529 bytes, text/plain)
2017-05-11 00:49 UTC, Adam Williamson
no flags Details
File: lsblk_output (1.86 KB, text/plain)
2017-05-11 00:49 UTC, Adam Williamson
no flags Details
File: nmcli_dev_list (1.26 KB, text/plain)
2017-05-11 00:49 UTC, Adam Williamson
no flags Details
File: os_info (451 bytes, text/plain)
2017-05-11 00:49 UTC, Adam Williamson
no flags Details

Description Adam Williamson 2017-05-11 00:49:33 UTC
Description of problem:
Occurs during any LVM install of the 20170510.n.0 Rawhide compose, it seems. Complete showstopper, occurs during "Configuring storage" step.

Version-Release number of selected component:
anaconda-27.8-1

The following was filed automatically by anaconda:
anaconda 27.8-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/gi/overrides/BlockDev.py", line 762, in wrapped
    raise transform[1](msg)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 925, in _teardown
    blockdev.lvm.lvdeactivate(self.vg.name, self._name)
  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 422, in teardown
    self._teardown(recursive=recursive)
  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 1940, in teardown
    return DMDevice.teardown(self, recursive)
  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/actionlist.py", line 208, in _pre_process
    device.teardown(recursive=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 316, 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 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/install_tasks.py", line 437, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/install_tasks.py", line 471, in start
    self.run_task()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/install_tasks.py", line 303, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/install_tasks.py", line 303, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/install.py", line 356, 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/threads.py", line 251, in run
    threading.Thread.run(self, *args, **kwargs)
gi.overrides.BlockDev.LVMError: Failed to call the 'Deactivate' method on the '/com/redhat/lvmdbus1/Lv/1' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Lv', "Exit code 3, stderr = lvchange: unrecognized option '--configglobal/notify_dbus=0'\n  Error during parsing of command line.\n")

Additional info:
addons:         com_redhat_docker, com_redhat_kdump
cmdline:        /usr/libexec/system-python  /sbin/anaconda
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.12.0-0.rc0.git6.1.fc27.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 Adam Williamson 2017-05-11 00:49:39 UTC
Created attachment 1277721 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2017-05-11 00:49:40 UTC
Created attachment 1277722 [details]
File: environ

Comment 3 Adam Williamson 2017-05-11 00:49:41 UTC
Created attachment 1277723 [details]
File: lsblk_output

Comment 4 Adam Williamson 2017-05-11 00:49:43 UTC
Created attachment 1277724 [details]
File: nmcli_dev_list

Comment 5 Adam Williamson 2017-05-11 00:49:44 UTC
Created attachment 1277725 [details]
File: os_info

Comment 6 Adam Williamson 2017-05-11 00:50:37 UTC
This seems like a clear F27 Alpha blocker - it's a showstopper for any LVM install, which is the default. Almost all openQA tests are failing due to this bug.

Comment 7 Marian Csontos 2017-05-22 09:45:19 UTC

*** This bug has been marked as a duplicate of bug 1451612 ***


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