We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I have tried to create a docker image by imagefactory.
When boot into kickstart installer, NIC waited too long time to download the installer LiveOS.
Network waited to be active at Starting dracut initqueue hook:
Starting dracut initqueue hook
Starting dracut initqueue hook ... 8021q: adding VLAN 0 to HW filter on device eth0 dracut-initqueue RTNETLINK answers: File exists
Before NIC actived to download the installer image, imagefactory was exited with :
imagefactory
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/imgfac/Builder.py", line 132, in _build_image_from_template self.os_plugin.create_base_image(self, template, parameters) File "/usr/lib/python2.7/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 346, in create_base_image libvirt_xml = self.guest.install(self.app_config["timeout"]) File "/usr/lib/python2.7/site-packages/oz/RedHat.py", line 705, in install self.initrdfname, self.cmdline) File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1714, in _do_install self._wait_for_install_finish(dom, timeout) File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 829, in _wait_for_install_finish raise oz.OzException.OzException("No disk activity in %d seconds, failing. %s" % (inactivity_timeout, screenshot_text)) OzException: No disk activity in 300 seconds, failing. Image build FAILED with error: No disk activity in 300 seconds, failing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I have tried to create a docker image by imagefactory.
When boot into kickstart installer, NIC waited too long time to download the installer LiveOS.
Network waited to be active at
Starting dracut initqueue hook
:Before NIC actived to download the installer image,
imagefactory
was exited with :The text was updated successfully, but these errors were encountered: