Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Installation with attached disk containing thin-pool with metadata and data on RAID1.
Reproducible: 2/2
Version-Release number of selected component:
anaconda-21.48.22.54-1
The following was filed automatically by anaconda:
anaconda 21.48.22.54-1 exception report
Traceback (most recent call first):
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1426, in addRequiredLV
addLV(lv_info[name])
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1477, in addLV
addRequiredLV(name, "failed to look up raid lv")
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1566, in handleVgLvs
addLV(lv)
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1629, in handleUdevLVMPVFormat
self.handleVgLvs(vg_device)
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1981, in handleUdevDeviceFormat
self.handleUdevLVMPVFormat(info, device)
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1285, in addUdevDevice
self.handleUdevDeviceFormat(info, device)
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2295, in _populate
self.addUdevDevice(dev)
File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2228, in populate
self._populate()
File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 489, in reset
self.devicetree.populate(cleanupOnly=cleanupOnly)
File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 184, in storageInitialize
storage.reset()
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait
self.raise_if_error(name)
File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/__init__.py", line 1234, in _runThread
threadMgr.wait(THREAD_STORAGE)
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait
self.raise_if_error(name)
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 682, in _initialize
threadMgr.wait(constants.THREAD_PAYLOAD)
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
threading.Thread.run(self, *args, **kwargs)
KeyError: 'vg_stacked-pool_tdata'
Additional info:
addons: org_fedora_oscap, com_redhat_kdump
cmdline: /usr/bin/python /sbin/anaconda
cmdline_file: console=ttyS1 console=tty0 sysrq_always_enabled graphical ks=http://192.168.144.1/stacker_install.eqyKvY
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 3.10.0-322.el7.x86_64
product: Red Hat Enterprise Linux 7
release: Red Hat Enterprise Linux Workstation release 7.2 Beta (Maipo)
release_type: pre-release
type: anaconda
uid: 0
version: 7.2
Created attachment 1130225[details]
script to build the LVs
This was a complex LV setup with many different targets. Here's a script to create the layout. Edit it first. It needs 6 PVs.
To run the script, there should be a VG named `vg_stacked` with 6+ PVs.
Calling function `stack_define` should do the work.
Sure the reproducer can be minimized.
Comment 18Vratislav Podzimek
2016-05-20 13:50:06 UTC
Reproduced on RHEL-7.2 GA with python-blivet-1:0.61.15.37-1, verified on RHEL-7.3-20160901.1 with python-blivet-1:0.61.15.55-1. I've created the LVM stack with provided script and reinstalled the system with autopart.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2016-2168.html
Description of problem: Installation with attached disk containing thin-pool with metadata and data on RAID1. Reproducible: 2/2 Version-Release number of selected component: anaconda-21.48.22.54-1 The following was filed automatically by anaconda: anaconda 21.48.22.54-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1426, in addRequiredLV addLV(lv_info[name]) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1477, in addLV addRequiredLV(name, "failed to look up raid lv") File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1566, in handleVgLvs addLV(lv) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1629, in handleUdevLVMPVFormat self.handleVgLvs(vg_device) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1981, in handleUdevDeviceFormat self.handleUdevLVMPVFormat(info, device) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1285, in addUdevDevice self.handleUdevDeviceFormat(info, device) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2295, in _populate self.addUdevDevice(dev) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2228, in populate self._populate() File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 489, in reset self.devicetree.populate(cleanupOnly=cleanupOnly) File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 184, in storageInitialize storage.reset() File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run threading.Thread.run(self, *args, **kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait self.raise_if_error(name) File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/__init__.py", line 1234, in _runThread threadMgr.wait(THREAD_STORAGE) File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run threading.Thread.run(self, *args, **kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait self.raise_if_error(name) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 682, in _initialize threadMgr.wait(constants.THREAD_PAYLOAD) File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run threading.Thread.run(self, *args, **kwargs) KeyError: 'vg_stacked-pool_tdata' Additional info: addons: org_fedora_oscap, com_redhat_kdump cmdline: /usr/bin/python /sbin/anaconda cmdline_file: console=ttyS1 console=tty0 sysrq_always_enabled graphical ks=http://192.168.144.1/stacker_install.eqyKvY executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.10.0-322.el7.x86_64 product: Red Hat Enterprise Linux 7 release: Red Hat Enterprise Linux Workstation release 7.2 Beta (Maipo) release_type: pre-release type: anaconda uid: 0 version: 7.2