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 1295001 - kickstart fails - xfs invalid default fs type
Summary: kickstart fails - xfs invalid default fs type
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-31 18:03 UTC by Paul Armstrong
Modified: 2016-01-05 19:55 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-05 19:55:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screen shot of installer error (121.69 KB, image/png)
2015-12-31 18:03 UTC, Paul Armstrong
no flags Details
treeinfo file from kickstart tree (2.00 KB, text/plain)
2015-12-31 18:09 UTC, Paul Armstrong
no flags Details

Description Paul Armstrong 2015-12-31 18:03:30 UTC
Created attachment 1110789 [details]
Screen shot of installer error

Description of problem:
Provisioning from Satellite 6.1.5 to RHEV 3.4 specifying 7.2 kickstart media 
(treeinfo attached)

using any partition table


install fails when creating volumes 
"Value Error: new value nonexistent xfs filesystem is not valid as default fs type"
self._check_valid_fstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/__init__.py"

Version-Release number of selected component (if applicable):


How reproducible:
always - even deleted all my Satellite content and re-installed
Deployment works fine with 7.1 kickstart image

Steps to Reproduce:
1. create a partition table in Satellite e.g.
zerombr
clearpart --all --initlabel
autopart

2. create a new host and select 7.2 kickstart media
3. submit the creation

Actual results:

"Value Error: new value nonexistent xfs filesystem is not valid as default fs type"
self._check_valid_fstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/__init__.py"


Expected results:
installation proceeds normally

Additional info:

Attached screenshot
Attached treeinfo from kickstart

Comment 2 Paul Armstrong 2015-12-31 18:09:15 UTC
Created attachment 1110802 [details]
treeinfo file from kickstart tree

Comment 3 David Lehman 2016-01-04 21:18:59 UTC
FWIW the image you attached is not an installer error message.

Something in the media is missing that is needed to support XFS. That probably means either that your kernel does not match the media (it must) or you have custom media that has issues (eg: missing xfs utilities).

Comment 4 Paul Armstrong 2016-01-04 21:35:21 UTC
Thanks David, didn't know where to put this one... Kickstart image, so figured it might land here. Rebuilt my Satellite Server and content. Still happens. Who do we ping on this one?

Comment 5 Brian Lane 2016-01-05 01:35:56 UTC
This error usually indicates that you have a mismatch between the kernel you are using and the initrd and/or stage2 image. You have to make sure that they are all from the same installer media. You can't mix, say, a RHEL 7.1 kernel with the initrd/stage2 from rhel7.2

Comment 6 Paul Armstrong 2016-01-05 19:39:27 UTC
OK. Well. I guess I need to move this over to the Satellite team or the CDN team as the content is not coming down to the Satellite properly. I am not building the kickstart images nor configuring their component locations. I am simply synching up the content to my Satellite and deploying systems. It results in the aforementioned error.

Comment 7 Paul Armstrong 2016-01-05 19:55:13 UTC
marking closed not a bug


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