Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1374177 - gi.overrides.BlockDev.LVMError: Failed to call the 'VgCreate' method on the '/com/redhat/lvmdbus1/Manager' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Manager', 'Exit code 5, stderr = Aborting ...
Summary: gi.overrides.BlockDev.LVMError: Failed to call the 'VgCreate' method on the '...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 25
Hardware: ppc64le
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:ad6cebac6383ec4733424597ff1...
Depends On:
Blocks: F25PPCBeta
TreeView+ depends on / blocked
 
Reported: 2016-09-08 07:54 UTC by Sinny Kumari
Modified: 2017-03-10 19:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-21 10:35:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.06 MB, text/plain)
2016-09-08 07:54 UTC, Sinny Kumari
no flags Details
File: anaconda.log (51.59 KB, text/plain)
2016-09-08 07:54 UTC, Sinny Kumari
no flags Details
File: dnf.librepo.log (11.03 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: environ (482 bytes, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: hawkey.log (1.05 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: lsblk_output (2.81 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: lvm.log (591.44 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: nmcli_dev_list (1.69 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: os_info (449 bytes, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: storage.log (178.52 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: syslog (53.01 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: ifcfg.log (685 bytes, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: packaging.log (4.38 KB, text/plain)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
File: program.log (55.38 KB, application/octet-stream)
2016-09-08 07:55 UTC, Sinny Kumari
no flags Details
Screenshot of Anconda GUI (138.36 KB, image/png)
2016-09-08 07:58 UTC, Sinny Kumari
no flags Details

Description Sinny Kumari 2016-09-08 07:54:46 UTC
Description of problem:
Reproducing problem
--------------------------
1. Install Fedora 25, ppc64le nightly compose using ISO available at http://ppc.koji.fedoraproject.org/compose/branched/Fedora-25-20160907.n.0/compose/Server/ppc64le/iso/ or from any previous nightly compose
2. During SELECTION INSTALLATION stepinstallation, in Encryption section select(tick) Encrypt my data
3. Enter passphrase when asked and then Begin installation
4. Installation will stop in between during creating lvmpv on /dev/mapper/luks-*

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

The following was filed automatically by anaconda:
anaconda 25.20-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.5/site-packages/gi/overrides/BlockDev.py", line 441, in wrapped
    raise transform[1](msg)
  File "/usr/lib/python3.5/site-packages/blivet/devices/lvm.py", line 237, in _create
    blockdev.lvm.vgcreate(self.name, pv_list, self.pe_size)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/devices/storage.py", line 443, in create
    self._create()
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/deviceaction.py", line 318, in execute
    self.device.create()
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/actionlist.py", line 322, in process
    action.execute(callbacks)
  File "/usr/lib/python3.5/site-packages/blivet/actionlist.py", line 48, in wrapped_func
    return func(obj, *args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 163, in do_it
    self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1112, in turn_on_filesystems
    storage.do_it(callbacks)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/install.py", line 200, in doInstall
    turn_on_filesystems(storage, mount_only=flags.flags.dirInstall, callbacks=callbacks_reg)
  File "/usr/lib64/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 251, in run
    threading.Thread.run(self, *args, **kwargs)
gi.overrides.BlockDev.LVMError: Failed to call the 'VgCreate' method on the '/com/redhat/lvmdbus1/Manager' object: GDBus.Error:org.freedesktop.DBus.Python.dbus.exceptions.DBusException: ('com.redhat.lvmdbus1.Manager', 'Exit code 5, stderr =   Aborting vg_write: No metadata areas to write to!\n')

Additional info:
addons:         com_redhat_docker, com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=/ppc/ppc64/vmlinuz ro
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.8.0-0.rc4.git0.1.fc25.ppc64le
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        25

Comment 1 Sinny Kumari 2016-09-08 07:54:56 UTC
Created attachment 1198927 [details]
File: anaconda-tb

Comment 2 Sinny Kumari 2016-09-08 07:54:58 UTC
Created attachment 1198928 [details]
File: anaconda.log

Comment 3 Sinny Kumari 2016-09-08 07:55:00 UTC
Created attachment 1198929 [details]
File: dnf.librepo.log

Comment 4 Sinny Kumari 2016-09-08 07:55:01 UTC
Created attachment 1198930 [details]
File: environ

Comment 5 Sinny Kumari 2016-09-08 07:55:03 UTC
Created attachment 1198931 [details]
File: hawkey.log

Comment 6 Sinny Kumari 2016-09-08 07:55:05 UTC
Created attachment 1198932 [details]
File: lsblk_output

Comment 7 Sinny Kumari 2016-09-08 07:55:09 UTC
Created attachment 1198933 [details]
File: lvm.log

Comment 8 Sinny Kumari 2016-09-08 07:55:10 UTC
Created attachment 1198934 [details]
File: nmcli_dev_list

Comment 9 Sinny Kumari 2016-09-08 07:55:12 UTC
Created attachment 1198935 [details]
File: os_info

Comment 10 Sinny Kumari 2016-09-08 07:55:14 UTC
Created attachment 1198936 [details]
File: storage.log

Comment 11 Sinny Kumari 2016-09-08 07:55:16 UTC
Created attachment 1198937 [details]
File: syslog

Comment 12 Sinny Kumari 2016-09-08 07:55:18 UTC
Created attachment 1198938 [details]
File: ifcfg.log

Comment 13 Sinny Kumari 2016-09-08 07:55:19 UTC
Created attachment 1198939 [details]
File: packaging.log

Comment 14 Sinny Kumari 2016-09-08 07:55:21 UTC
Created attachment 1198940 [details]
File: program.log

Comment 15 Sinny Kumari 2016-09-08 07:58:24 UTC
Created attachment 1198942 [details]
Screenshot of Anconda GUI

Comment 16 Sinny Kumari 2016-09-08 09:56:45 UTC
(In reply to Sinny Kumari from comment #0)
> Description of problem:
> Reproducing problem
> --------------------------
> 1. Install Fedora 25, ppc64le nightly compose using ISO available at
> http://ppc.koji.fedoraproject.org/compose/branched/Fedora-25-20160907.n.0/
> compose/Server/ppc64le/iso/ or from any previous nightly compose
> 2. During SELECTION INSTALLATION stepinstallation, in Encryption section
> select(tick) Encrypt my data

Step 2 should be read as "During INSTALLATION DESTINATION, choose(select checkbox) "Encrypt my data"

Comment 17 Sinny Kumari 2016-09-21 10:35:02 UTC
No longer reproducible with latest F25 nightly compose. Tested with ppc64le server dvd iso available at http://ppc.koji.fedoraproject.org/compose/branched/Fedora-25-20160921.n.0/compose/Server/ppc64le/iso/ . Hence closing this bug.


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