rhel7 のインストールに失敗し、Pane is dead および new value non-existent xfs filesystem is not valid as a default fs type エラーが発生する
Issue
- Red Hat Satellite 5.6 から RHEL 7 beta システムをセットアップしようとすると、
anacondaによって以下のエラーが発生します。
new value non-existent xfs filesystem is not valid as a default fs type
virt-installで RHEL7 ベータをデプロイしようとすると、以下のエラーによりインストーラーが失敗します。
anaconda 19.31.48-1 for Red Hat Enterprise Linux 7.0 (pre-release) started.
Traceback (most recent call last):
File "/sbin/anaconda", line 998, in <module>
setupDisplay(anaconda, opts, addon_paths)
File "/sbin/anaconda", line 605, in setupDisplay
anaconda.initInterface(addon_paths)
File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 205, in initInterface
self._intf = GraphicalUserInterface(self.storage, self.payload,
File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 164, in storage
self._storage.setDefaultFSType(self.instClass.defaultFS)
File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1778, in setDefaultFSType
raise ValueError("new value %s is not valid as a default fs type" % fmt)
ValueError: new value non-existent xfs filesystem is not valid as a default fs type
Pane is dead
Environment
- Red Hat Enterprise Linux 7.0 beta
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
