- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
Host 'compute01' is not mapped to any cell 报错, t5 ]4 F* g6 G3 B8 Y. d$ r, a3 i
Host 'compute01' is not mapped to any cell
) J6 j3 R+ R( l# w1 a
( S3 O& T Z0 \, R9 f* f
0 K4 ~4 O# |' i* Y原因是:openstack nova节点没有注册到平台上
0 k" a1 d4 S! l+ J, X3 P; G) b4 z) r5 g. v4 W* a$ w$ j2 b9 ]
解决办法:8 n* @4 r+ s) k" ~) V+ W7 G
nova-manage cell_v2 discover_hosts --verbose
m9 a3 _' [* J# L1 S7 a/ MFound 2 cell mappings.* P4 i2 E9 R( Y. \* Y
Skipping cell0 since it does not contain hosts.
8 {! ~$ w5 ^8 Q% R9 c1 L5 _Getting computes from cell 'cell1': dff201f1-c25b-4814-9ead-f50b2d928a4d
9 L9 d" A/ Y% I5 J7 R+ d, {Checking host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a83 c7 U P/ e$ Q- I$ i: a
Creating host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a8# B5 A m* Y6 q7 q4 y. v2 v4 a( w
Found 1 unmapped computes in cell: dff201f1-c25b-4814-9ead-f50b2d928a4d+ k& f/ v; D8 J2 ?
3 H/ ?$ Y1 M$ Q8 Q; M% U. i+ J重新创建虚机,成功。
D2 T' w$ Y. Y4 m1 b |
|