Comment 49 for bug 1806156

Revision history for this message
Chenjun Shen (cshen) wrote :

Yesterday we ran a FRESH install of openstack-ansible 18.1.8 (Rocky), but it unfortunately failed a t the same place by cinder online_data_migration.

It seems that it always failed at part _get_non_shared_target_hosts(ctxt), which needed RPC communication.
http://paste.openstack.org/show/780650/

Although according to the explanation, the online data migration doesn't need any RPC message. So I would suggest to have a look at code(_get_non_shared_target_hosts) why it needs RPC communication. I think there could be a break point.