error: [Errno 11] Resource temporarily unavailable
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
Hi,
I am facing the same issue while deploying undercloud VM via CBIS. Were you able to find the solution for the same.
2018-10-10 10:16:16,585 - CbisDeployment-common.cbis_deploy_helper - DEBUG - command: openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y returned: /usr/bin/openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y executing command: echo -e "y " | ssh-keygen -t rsa -f /home/stack/templates/firstboot/cbis/live_migration/files/id_rsa -q -N "" > /dev/null stderr: ret_code: 0
2018-10-10 10:16:16,586 - CbisDeployment-common.cbis_deploy_helper - ERROR - error occurred during command: openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y error: /usr/bin/openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y executing command: echo -e "y " | ssh-keygen -t rsa -f /home/stack/templates/firstboot/cbis/live_migration/files/id_rsa -q -N "" > /dev/null stderr: ret_code: 0
exit status: 1 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-10-10 10:16:16,701 - 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 136, in deploy\n self.generate_templates()\n', ' File "/opt/install/backend/flows/base_deployment.py", line 208, in generate_templates\n self.cbis_helper.ssh_cmds(UNDERCLOUD, [generate_command])\n', ' File "/opt/install/backend/common/cbis_deploy_helper.py", line 122, in ssh_cmds\n (cmd, stdout_msg, exit_status))\n'] message: error occurred during command: openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y error: /usr/bin/openstack cbis template generate --destination /home/stack/templates --ssl-certificate server.crt.pem --ssl-key server.key.pem --ssl-root-certificate ca.crt.pem --user-config /home/stack/user_config.yaml -y executing command: echo -e "y " | ssh-keygen -t rsa -f /home/stack/templates/firstboot/cbis/live_migration/files/id_rsa -q -N "" > /dev/null stderr: ret_code: 0
exit status: 1
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
