Red Hat Bugzilla – 1676718 – gi.overrides.BlockDev.LVMError: Process didn't provide any data on standard output. Error output: Skipping clustered VG vg_sas.
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:
Installing RHEL-8.0-20190116.1 distro with SAN based multipath devices connected to server fails
Version-Release number of selected component:
anaconda-29.19.0.32
The following was filed automatically by anaconda:
anaconda 29.19.0.32 exception report
Traceback (most recent call first):
File "/usr/lib64/python3.6/site-packages/gi/overrides/BlockDev.py", line 993, in wrapped
raise transform[1](msg)
File "/usr/lib/python3.6/site-packages/blivet/formats/lvmpv.py", line 163, in free
pv_info = blockdev.lvm.pvinfo(self.device)
File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1536, in get_free_space
elif hasattr(disk.format, "free"):
File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 837, in _update_summary
free_space = self.storage.get_free_space(disks=self.disks)
File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 715, in refresh
self._update_summary()
File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 424, in _on_spoke_clicked
spoke.refresh()
gi.overrides.BlockDev.LVMError: Process didn't provide any data on standard output. Error output: Skipping clustered VG vg_sas.
See lvmlockd(8) for changing a clvm/clustered VG to a shared VG.
Additional info:
addons: com_redhat_kdump, org_fedora_oscap
cmdline: /usr/libexec/platform-python /sbin/anaconda
cmdline_file: initrd=/distrotrees/97394/initrd method=http://download.eng.bos.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.0-20190116.1/compose/BaseOS/x86_64/os/ repo=http://download.eng.bos.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.0-20190116.1/compose/BaseOS/x86_64/os/ BOOT_IMAGE=/distrotrees/97394/kernel
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 4.18.0-60.el8.x86_64
product: Red Hat Enterprise Linux 8
release: Red Hat Enterprise Linux release 8.0 Beta (Ootpa)
release_type: pre-release
type: anaconda
version: 8.0
Created attachment 1680562[details]
disk image
Attaching a gzipped disk image, which can be used to reproduce this bug.
Reproduced on RHEL-8.0 as well as on RHEL-8.2 after clicking on the "Installation Destination" thing in the main hub. The error message in RHEL-8.2 was slightly different:
gi.overrides.BlockDev.LVMError: Process reported exit code 1280: Skipping clustered VG shared_vg.
See lvmlockd(8) for changing a clvm/clustered VG to a shared VG.
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 (python-blivet bug fix and enhancement update), 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-2020:4728
Description of problem: Installing RHEL-8.0-20190116.1 distro with SAN based multipath devices connected to server fails Version-Release number of selected component: anaconda-29.19.0.32 The following was filed automatically by anaconda: anaconda 29.19.0.32 exception report Traceback (most recent call first): File "/usr/lib64/python3.6/site-packages/gi/overrides/BlockDev.py", line 993, in wrapped raise transform[1](msg) File "/usr/lib/python3.6/site-packages/blivet/formats/lvmpv.py", line 163, in free pv_info = blockdev.lvm.pvinfo(self.device) File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock return m(*args, **kwargs) File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1536, in get_free_space elif hasattr(disk.format, "free"): File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock return m(*args, **kwargs) File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 837, in _update_summary free_space = self.storage.get_free_space(disks=self.disks) File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 715, in refresh self._update_summary() File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 424, in _on_spoke_clicked spoke.refresh() gi.overrides.BlockDev.LVMError: Process didn't provide any data on standard output. Error output: Skipping clustered VG vg_sas. See lvmlockd(8) for changing a clvm/clustered VG to a shared VG. Additional info: addons: com_redhat_kdump, org_fedora_oscap cmdline: /usr/libexec/platform-python /sbin/anaconda cmdline_file: initrd=/distrotrees/97394/initrd method=http://download.eng.bos.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.0-20190116.1/compose/BaseOS/x86_64/os/ repo=http://download.eng.bos.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.0-20190116.1/compose/BaseOS/x86_64/os/ BOOT_IMAGE=/distrotrees/97394/kernel executable: /sbin/anaconda hashmarkername: anaconda kernel: 4.18.0-60.el8.x86_64 product: Red Hat Enterprise Linux 8 release: Red Hat Enterprise Linux release 8.0 Beta (Ootpa) release_type: pre-release type: anaconda version: 8.0