error: [Errno 11] Resource temporarily unavailable

Latest response

Im trying to install underclound VM at the time it trys to mount image it fails

exit status: 10
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 45, in run
client, addr = sock.accept()
File "/usr/lib64/python2.7/socket.py", line 202, in accept
sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable
2018-07-22 14:32:33,260 - CbisDeployment - ERROR - Caught exception:
[' File "/opt/install/backend/api/base_page_api.py", line 182, in deploy_in_other_process\n flow.deploy()\n', ' File "/opt/install/backend/flows/cbis_deploy.py", line 123, in deploy\n self.run_undercloud_install()\n', ' File "/opt/install/backend/flows/cbis_deploy.py", line 226, in run_undercloud_install\n + \' && ./install_undercloud.py\'])\n', ' File "/opt/install/backend/common/cbis_deploy_helper.py", line 71, in cmds_run_sync\n (cmd, err, proc.returncode))\n']
message: error occurred during command:
cd /root/cbis-installer && ./install_undercloud.py
error:
2018-07-22 14:31:47,690 [install_undercloud] [INFO ] Checking user permissions...
2018-07-22 14:31:47,842 [install_undercloud] [INFO ] Attempting to load configuration ...
2018-07-22 14:31:47,853 [install_undercloud] [INFO ] Installing dependencies...
2018-07-22 14:31:48,023 [install_undercloud] [INFO ] Installing dependencies...
2018-07-22 14:31:48,177 [install_undercloud] [INFO ] Installing dependencies...
2018-07-22 14:31:48,572 [install_undercloud] [INFO ] Installing dependencies...
2018-07-22 14:31:48,732 [install_undercloud] [INFO ] Attempting to install undercloud...
2018-07-22 14:31:48,842 [installer] [INFO ] user_config.yaml detected
2018-07-22 14:31:48,842 [installer] [INFO ] Validating user_config.yaml settings
2018-07-22 14:31:48,842 [installer] [INFO ] Configuring hypervisor network based on user_config.yaml
2018-07-22 14:32:05,303 [installer] [INFO ] Checking environment...
2018-07-22 14:32:06,812 [installer] [INFO ] Checking certificate...
2018-07-22 14:32:06,812 [installer] [INFO ] Attempting to install CBIS undercloud...
2018-07-22 14:32:06,812 [installer] [INFO ] Attempting to adjust undercloud image file...
2018-07-22 14:32:33,241 [installer] [CRITICAL] Failed to mount live image. Please contact support.
2018-07-22 14:32:33,253 [install_undercloud] [INFO ] To see the installation log please call show_install_log.sh

Responses