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 ...
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 :
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.
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,
imagefactorywas exited with :