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.
+++ This bug was initially created as a clone of Bug #1949953 +++
Description of problem:
Kickstart installation with 'autopart --type thinp' fails on system with more than ~16TB of disk space.
Version-Release number of selected component (if applicable):
anaconda-33.16.4.15-1.el8
python3-blivet-3.2.2-10.el8
Steps to Reproduce:
Start automated installation with kickstart containing 'autopart --type thinp' on system with large disk space.
(it happened on system with 12x 4TB drives)
Actual results:
Non interactive installation failed: Process reported exit code 5: WARNING: Chunk size is smaller then suggested minimum size 256.00 KiB.
Selected chunk size 64.00 KiB cannot address more then <15.88 TiB of thin pool data space.
Expected results:
anaconda or python-blivet should automatically select valid chunk size and the installation should not fail
Additional info:
The bug was found on ppc64le system but I'm expecting the issue to affect all architectures.
--- Additional comment from Jiri Konecny on 2021-04-16 10:14:26 CEST ---
Based on the traceback this seems to be an issue in the blivet. Switching component.
.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 48, in wrapped_func
10:57:19,026 WARNING org.fedoraproject.Anaconda.Modules.Storage: return func(obj, *args, **kwargs)
10:57:19,026 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/actionlist.py", line 327, in process
10:57:19,026 WARNING org.fedoraproject.Anaconda.Modules.Storage: action.execute(callbacks)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: return m(*args, **kwargs)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/deviceaction.py", line 333, in execute
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: self.device.create()
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: return m(*args, **kwargs)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 468, in create
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: self._create()
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: return m(*args, **kwargs)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 2190, in decorated
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: found, ret = self._try_specific_call(meth.__name__, *args, **kwargs) # pylint: disable=no-member
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: return m(*args, **kwargs)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 2175, in _try_specific_call
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: ret = getattr(cls, name)(self, *args, **kwargs)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 1675, in _create
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: profile=profile_name)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: File "/usr/lib64/python3.6/site-packages/gi/overrides/BlockDev.py", line 1062, in wrapped
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: raise transform[1](msg)
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage:gi.overrides.BlockDev.LVMError: Process reported exit code 5: WARNING: Chunk size is smaller then suggested minimum size 256.00 KiB.
10:57:19,027 WARNING org.fedoraproject.Anaconda.Modules.Storage: Selected chunk size 64.00 KiB cannot address more then <15.88 TiB of thin pool data space.
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 (new packages: python-blivet), 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://access.redhat.com/errata/RHBA-2022:2494