|
|
Host 'compute01' is not mapped to any cell 报错
4 ^/ t1 j% F6 j- uHost 'compute01' is not mapped to any cell) O3 ^) Q* ~% R* V
0 O' B c9 {2 G% X
' S- M' q) Z* D f: v7 T8 L) ]
原因是:openstack nova节点没有注册到平台上+ l: p5 d* `$ }( f q/ C
8 |1 R6 x+ {) ~( m J2 S& B1 l
解决办法:
# [* y A" q) ~" Q% b- l nova-manage cell_v2 discover_hosts --verbose* n, `6 ?$ y. S- ]9 x. ?6 Q l- Z
Found 2 cell mappings.
& ?( H- {# K. J" i5 K3 w, i; z/ ^Skipping cell0 since it does not contain hosts.0 ?9 H- Q C: J+ H
Getting computes from cell 'cell1': dff201f1-c25b-4814-9ead-f50b2d928a4d
* {' d$ U7 n6 i- X c# b9 Z/ nChecking host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a8
( R' k/ a* J' _, H0 H. b& ^. a' lCreating host mapping for compute host 'compute01': ca1ce737-e21b-4737-88c0-cc79663e06a87 B1 _% K# `0 e7 O& H1 U. b: P
Found 1 unmapped computes in cell: dff201f1-c25b-4814-9ead-f50b2d928a4d
. g6 w; f% Q+ A& v1 g; a
" d7 t7 `! l% Y1 n7 w: A6 N3 Z重新创建虚机,成功。
5 L! f5 l! W2 m |
|