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.
Bug 1688478 - [RHEL8][anaconda] Anaconda crashing when LVM part is in ignoredisk
Summary: [RHEL8][anaconda] Anaconda crashing when LVM part is in ignoredisk
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: anaconda
Version: 8.0
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: 8.3
Assignee: Vladimír Slávik
QA Contact: Release Test Team
Alexandra Nikandrova
URL:
Whiteboard:
: 1584729 1698570 1754547 1797488 (view as bug list)
Depends On:
Blocks: 1515824 1746605 1776265 1794767
TreeView+ depends on / blocked
 
Reported: 2019-03-13 19:50 UTC by PaulB
Modified: 2020-11-04 03:28 UTC (History)
16 users (show)

Fixed In Version: anaconda-33.16.3.1-2
Doc Type: Bug Fix
Doc Text:
.Anaconda now cancels the installation with an error message when there are storage devices, that back up volume group and are ignored for the installation Previously, Anaconda did not verify if all storage devices and physical volumes (PVs), which were part of LVM volume group (VG), were accessible to the installer. That meant the Kickstart `ignoredisk` command was used to ignore disks and partitions which contained part of the VG. As a consequence, LVM forbade such setup and Anaconda would crash. With this update, Anaconda now checks whether the disks are not ignored for the installation, and in case they are, it cancels the installation with an error message. As a result, Anaconda no longer crashes when PVs of a VG are placed on the `ignoredisk` by the Kickstart file.
Clone Of:
Environment:
Last Closed: 2020-11-04 03:22:50 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
installer logs (527.02 KB, application/octet-stream)
2020-04-16 16:00 UTC, IBM Bug Proxy
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:4729 0 None None None 2020-11-04 03:23:37 UTC

Description PaulB 2019-03-13 19:50:45 UTC
Description of problem:
Testing target system listed in  comment #1,
 ignoredisk not working as expected 

Version-Release number of selected component (if applicable):
distro: RHEL-8.0.0-20190228.1
kernel: 4.18.0-77.el8 
anaconda: 29.19.0.36-1.el8

How reproducible:
consistently

Steps to Reproduce:
1. Install target system listed in comment #1 with RHEL-8.0.0-20190228.1
   with   ignoredisk --drives=nvme0n1
2.


Actual results:
job: 
https://beaker.engineering.redhat.com/jobs/3410821

job kickstart: 
https://beaker.engineering.redhat.com/kickstart/5245468
---<-snip->---
ignoredisk --drives=nvme0n1
zerombr
clearpart --all --initlabel
---<-snip->---

job console log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34108/3410821/6616991/console.log

anaconda.log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34108/3410821/6616991/anaconda.log
---<-snip->---
  File "/usr/lib/python3.6/site-packages/blivet/formats/__init__.py", line 559, in _pre_destroy
    raise DeviceFormatError("device is active")

blivet.errors.DeviceFormatError: device is active
---<-snip->---

anaconda exception report:
https://beaker.engineering.redhat.com/recipes/6616991/logs/anaconda-tb-hcvr_y0b


Expected results:
 Successful installation of system


Additional info:

Comment 1 PaulB 2019-03-13 19:57:31 UTC
All,
This issue was seen while testing the following system:
 host: cav-sabre-cn99xx-01
 hostfirmware:  BIOS Date: 01/18/2019 16:19:21 Ver: 0ACKL025

-------------------------------------------
We see the system can successfully install:
-------------------------------------------
distro: RHEL-8.0.0-20190228.1
kernel: 4.18.0-77.el8 
https://beaker.engineering.redhat.com/jobs/3411202
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34112/3411202/6617620/console.log
---<-snip->---
Creating disklabel on /dev/nvme0n1         
Creating lvmpv on /dev/nvme0n1p1       
Creating disklabel on /dev/sda           
Creating xfs on /dev/sda2         
---<-snip->---

Kernel 4.18.0-77.el8.aarch64 on an aarch64 
cav-sabre-cn99xx-01 login:
---<-snip->---


We see that the system has an NVMe device from both the above install as well as the system Beaker inventory:
https://beaker.engineering.redhat.com/view/cav-sabre-cn99xx-01.khw3.lab.eng.bos.redhat.com#details
PCIe Data Center SSD 	STORAGE 	pci 	nvme 	8086 	0953 	8086 	370a 


I wanted to AVOID installation on the NVMe on target system:
  host: cav-sabre-cn99xx-01

--------------------------------------------------------
Here is a reproducer using   ignoredisk --drives=nvme0n1
--------------------------------------------------------
job: 
https://beaker.engineering.redhat.com/jobs/3410818

job kickstart: 
https://beaker.engineering.redhat.com/kickstart/5245432
---<-snip->---
ignoredisk --drives=nvme0n1
zerombr
clearpart --all --initlabel
---<-snip->---

job console log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34108/3410818/6616987/console.log

anaconda.log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34108/3410818/6616987/anaconda.log

anaconda exception report:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34108/3410818/6616987/anaconda-tb-uqromjo8

--------------------------------------------------------
Here is a reproducer using   ignoredisk --only-use=sda
--------------------------------------------------------
job: 
https://beaker.engineering.redhat.com/jobs/3411116

job kickstart: 
https://beaker.engineering.redhat.com/kickstart/5245797
---<-snip->---
ignoredisk --only-use=sda
zerombr
clearpart --all --initlabel
---<-snip->---

job console log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34111/3411116/6617427/console.log

anaconda.log:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34111/3411116/6617427/anaconda.log

anaconda exception report:
http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2019/03/34111/3411116/6617427/anaconda-tb-xij5etxf


Best,
-pbunyan

Comment 2 PaulB 2019-03-13 19:58:47 UTC
All,
I would reference the following doc:
https://docs.fedoraproject.org/en-US/Fedora/html/Installation_Guide/sect-kickstart-commands-ignoredisk.html

Am I over looking something here?

Best,
-pbunyan

Comment 6 John Feeney 2020-01-09 23:14:10 UTC
Any status on this?

Comment 15 Vladimír Slávik 2020-03-02 15:55:08 UTC
*** Bug 1584729 has been marked as a duplicate of this bug. ***

Comment 16 Vladimír Slávik 2020-03-02 15:58:10 UTC
*** Bug 1698570 has been marked as a duplicate of this bug. ***

Comment 19 Jan Stodola 2020-04-16 13:48:47 UTC
*** Bug 1797488 has been marked as a duplicate of this bug. ***

Comment 20 IBM Bug Proxy 2020-04-16 16:00:51 UTC
Created attachment 1679430 [details]
installer logs

Comment 26 Marek Havrila 2020-07-15 10:16:14 UTC
Verified on RHEL-8.3.0-20200701.2 and anaconda-33.16.3.10-1.el8.x86_64.

Comment 33 Jiri Konecny 2020-09-16 09:21:42 UTC
*** Bug 1754547 has been marked as a duplicate of this bug. ***

Comment 36 errata-xmlrpc 2020-11-04 03:22:50 UTC
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 (anaconda 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:4729


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