- 积分
- 16840
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
Host 'compute01' is not mapped to any cell 报错
9 T2 V6 R9 U4 p n3 A; L/ x) hHost 'compute01' is not mapped to any cell
9 W. Q1 w2 Y, o. _# d
2 A5 V8 _$ y9 V' E( j1 I1 Z4 u8 a' m+ V- |
原因是:openstack nova节点没有注册到平台上
% c+ ]+ q( D. z& \
! O3 c$ w: O! t+ @ y5 r. U- W+ U解决办法:% A, f9 Y* L y8 T9 C) _2 x
nova-manage cell_v2 discover_hosts --verbose
5 M: b' Y/ v( \5 vFound 2 cell mappings.4 t: R0 o9 q& W
Skipping cell0 since it does not contain hosts.
: p; V$ z. E4 y1 P0 F! ^Getting computes from cell 'cell1': dff201f1-c25b-4814-9ead-f50b2d928a4d9 v5 j1 i7 o0 E
Checking host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a8, P7 a& }7 n+ d9 Y0 C% }& g
Creating host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a8
& Y p. \* F2 w0 g9 LFound 1 unmapped computes in cell: dff201f1-c25b-4814-9ead-f50b2d928a4d
) @- [8 ^0 r9 V/ I( C* z
* `+ c, `" l. v8 c2 l# J! N, N7 f重新创建虚机,成功。
) ~% i- a! k" u" @, Y/ o4 E% B1 J |
|