1. 程式人生 > 其它 >OpenStack建立例項故障編碼500

OpenStack建立例項故障編碼500

Applying 192.168.1.211_controller.pp
192.168.1.211_controller.pp:                         [ DONE ]
Applying 192.168.1.211_network.pp
192.168.1.211_network.pp:                            [ DONE ]
Applying 192.168.1.211_compute.pp
192.168.1.211_compute.pp:                            [ DONE ]
Applying Puppet manifests                            [ DONE ]
Finalizing                                           [ DONE ]

 **** Installation completed successfully ******


故障


訊息
Build of instance eaf41543-7e11-4c04-ae30-5bccd6570b5f aborted: Volume 624addc1-d8f7-4b70-b88a-0e0b0d4c26d5 did not finish being created even after we waited 6 seconds or 3 attempts. And its status is error.
編碼
500
詳情
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2168, in _do_build_and_run_instance filter_properties, request_spec) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2478, in _build_and_run_instance bdms=block_device_mapping, tb=tb) File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2428, in _build_and_run_instance request_group_resource_providers_mapping) as resources: File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2656, in _build_resources reason=e.format_message()) BuildAbortException: Build of instance eaf41543-7e11-4c04-ae30-5bccd6570b5f aborted: Volume 624addc1-d8f7-4b70-b88a-0e0b0d4c26d5 did not finish being created even after we waited 6 seconds or 3 attempts. And its status is error.

 

 


 

[root@rdo ~]# cat /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=disable
# SELINUXTYPE= can take one of three values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected.
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted


[root@rdo ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.1.211 rdo

[root@rdo ~]#