- 论坛徽章:
- 0
|
回复 4# GB_juno
确定conductor先于compute 启动。conductor启动时日志如下:
2014-03-11 15:02:41.559 26818 AUDIT nova.service [-] Starting conductor node (version 2013.2.2-1.el6)
2014-03-11 15:02:41.560 26818 DEBUG nova.openstack.common.lockutils [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Got semaphore "dbapi_backend" lock /usr/lib/python2.6/site-packages/nova/openstack/common/lockutils.py:166
2014-03-11 15:02:41.560 26818 DEBUG nova.openstack.common.lockutils [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Got semaphore / lock "__get_backend" inner /usr/lib/python2.6/site-packages/nova/openstack/common/lockutils.py:245
2014-03-11 15:02:42.662 26818 INFO nova.openstack.common.rpc.common [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Connected to AMQP server on 10.0.23.19:5672
2014-03-11 15:02:42.662 26818 DEBUG nova.service [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Creating Consumer connection for Service conductor start /usr/lib/python2.6/site-packages/nova/service.py:171
2014-03-11 15:02:42.672 26818 DEBUG nova.service [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Join ServiceGroup membership for this service conductor start /usr/lib/python2.6/site-packages/nova/service.py:189
2014-03-11 15:02:42.673 26818 DEBUG nova.servicegroup.api [req-1fea5406-6145-4749-87a4-da2732f70932 None None] Join new ServiceGroup member cloud_hk-ctrl to the conductor group, service = <nova.service.Service object at 0x26dbed0> join /usr/lib/python2.6/site-packages/nova/servicegroup/api.py:87
2014-03-11 15:02:42.673 26818 DEBUG nova.servicegroup.drivers.db [req-1fea5406-6145-4749-87a4-da2732f70932 None None] DB_Driver: join new ServiceGroup member cloud_hk-ctrl to the conductor group, service = <nova.service.Service object at 0x26dbed0> join /usr/lib/python2.6/site-packages/nova/servicegroup/drivers/db.py:45
启动后再开启compute时,日志如下:
2014-03-11 15:04:37.744 27221 INFO nova.openstack.common.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval is negative
2014-03-11 15:04:38.121 27221 DEBUG stevedore.extension [-] found extension EntryPoint.parse('file = nova.image.download.file') _load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-03-11 15:04:38.140 27221 DEBUG stevedore.extension [-] found extension EntryPoint.parse('file = nova.image.download.file') _load_plugins /usr/lib/python2.6/site-packages/stevedore/extension.py:156
2014-03-11 15:04:38.150 27221 INFO nova.virt.driver [-] Loading compute driver 'libvirt.LibvirtDriver'
2014-03-11 15:04:38.298 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Making synchronous call on conductor ... multicall /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:553
2014-03-11 15:04:38.299 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] MSG_ID is 9f0b0f056a2d4e07a0b08da36ee1a754 multicall /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:556
2014-03-11 15:04:38.299 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] UNIQUE_ID is 99b56529f6624a249cab991786712a25. _add_unique_id /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:341
2014-03-11 15:04:38.322 27221 INFO nova.openstack.common.rpc.common [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Connected to AMQP server on 10.0.23.19:5672
2014-03-11 15:04:38.324 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Pool creating new connection create /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:75
2014-03-11 15:04:38.324 27221 INFO nova.openstack.common.rpc.common [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Connected to AMQP server on 10.0.23.19:5672
2014-03-11 15:04:48.326 27221 WARNING nova.conductor.api [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Timed out waiting for nova-conductor. Is it running? Or did this service start before nova-conductor?
2014-03-11 15:04:48.329 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] Making synchronous call on conductor ... multicall /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:553
2014-03-11 15:04:48.330 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] MSG_ID is 27a6eedecbdd46409a76bcb3c8ee83e6 multicall /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:556
2014-03-11 15:04:48.330 27221 DEBUG nova.openstack.common.rpc.amqp [req-0dc73804-fcd2-4dd9-9b1c-aa4be717493e None None] UNIQUE_ID is 0afb8f0ea5a34bb99c2804512640b436. _add_unique_id /usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py:341
不停的提示 time out for waiting conductor ……
|
|