Skip to content
New issue

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

Image build FAILED with error: No disk activity in 300 seconds, failing. #420

Open
lvii opened this issue Sep 11, 2018 · 0 comments
Open

Comments

@lvii
Copy link

lvii commented Sep 11, 2018

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

img_ks_boot_waiting_for_NIC_active

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant