v-magine hanging during boot of openstack-controller
When trying to launch Openstack using V-Magine, it's hanging, with the following being the last screen of output before it stops:
Starting installer, one moment...
anaconda 19.31.123-1 for CentOS 7 started.
* installation log files are stored in /tmp during the installation
12:26:00 Not asking for VNC because text mode was explicitly asked for in kickstart
Traceback (most recent call last):
File "/sbin/anaconda", line 1087, in <module>
setupDisplay(anaconda, opts, addonpaths)
File "/sbin/anaconda", line 673, in setupDisplay
anaconda.initInterface(addonpaths)
File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 205, in initInterface
self.intf = TextUserInterface(self.storage, self.payload,
File "/usr/lib64/python2.7/site-packages/pyanaconda/anaconda.py", line 156, in storage
self.storage.setDefaultFSType(self.instClass.defaultFS)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1905, in setDefaultFSType
self.checkvalidfstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1880, in _checkvalid_fstype
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
self.checkvalidfstype(newtype)
File "/usr/lib/python2.7/site-packages/blivet/init.py", line 1880, in _checkvalid_fstype
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
Has anyone else experienced this?