|
|
错误: 实例 "ligen" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Unavailable console type serial.].
/ E. E( y9 h& m# D& C7 N
% C. h% Z6 D: T7 g Y# s9 V; q# J解决过程:
# o( L8 k4 s' w Y0 ^* FMariaDB [(none)]> use nova;: U' j4 F9 o8 W
Reading table information for completion of table and column names8 |0 X3 x& O4 {' d& o9 l
You can turn off this feature to get a quicker startup with -A
0 J4 t" E8 C( r4 K
1 w' Y U% ]$ q4 D3 f
0 T# g, ~# |2 q3 lMariaDB [nova]> select * from block_device_mapping where instance_uuid="6cb674bf-5d6d-41f4-9e75-63820e8a9361";7 ]0 ~1 f6 k- w; A
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+
+ b. x5 m3 W- _+ D. L| created_at | updated_at | deleted_at | id | device_name | delete_on_termination | snapshot_id | volume_id | volume_size | no_device | connection_info | instance_uuid | deleted | source_type | destination_type | guest_format | device_type | disk_bus | boot_index | image_id | tag | attachment_id | uuid |
# E/ ]: I( T5 K; N+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------++ w8 d2 q( d8 s% ]4 S% x
| 2022-05-12 06:39:42 | 2022-06-07 02:02:24 | NULL | 705 | /dev/vda | 0 | NULL | d6dbb454-7637-4540-b9a4-9121f13da4fc | 50 | 0 | {"driver_volume_type": "rbd", "connector": {"initiator": "iqn.1994-05.com.redhat:5863460962d", "ip": "192.168.0.90", "platform": "x86_64", "host": "compute09", "do_local_attach": false, "os_type": "linux2", "multipath": false}, "serial": "d6dbb454-7637-4540-b9a4-9121f13da4fc", "data": {"secret_type": "ceph", "name": "hdd-8T-volumes/volume-d6dbb454-7637-4540-b9a4-9121f13da4fc", "encrypted": false, "keyring": null, "cluster_name": "ceph", "secret_uuid": "28679898-6d9e-413a-a58a-0f00c581eb00", "qos_specs": null, "auth_enabled": true, "hosts": ["192.168.0.75", "192.168.0.77", "192.168.0.79", "192.168.0.86", "192.168.0.89"], "volume_id": "d6dbb454-7637-4540-b9a4-9121f13da4fc", "discard": true, "access_mode": "rw", "auth_username": "cinder", "ports": ["6789", "6789", "6789", "6789", "6789"]}} | 6cb674bf-5d6d-41f4-9e75-63820e8a9361 | 0 | image | volume | NULL | disk | virtio | 0 | 39a2e9a9-2ce5-454a-bd66-47f15eeb11ea | NULL | NULL | 1f0aef59-20bb-45b0-aa98-fc4be0bdc131 |
6 L% ?" P; E# @/ j| 2022-05-12 06:42:18 | 2022-06-07 02:02:24 | NULL | 706 | /dev/vdb | 0 | NULL | d07cd948-7b03-4fed-be8e-1983ba886657 | 100 | NULL | {"status": "reserved", "instance": "6cb674bf-5d6d-41f4-9e75-63820e8a9361", "attached_at": "", "attach_mode": null, "driver_volume_type": "rbd", "detached_at": "", "volume_id": "d07cd948-7b03-4fed-be8e-1983ba886657", "serial": "d07cd948-7b03-4fed-be8e-1983ba886657", "data": {"secret_type": "ceph", "name": "hdd-8T-volumes/volume-d07cd948-7b03-4fed-be8e-1983ba886657", "encrypted": false, "keyring": null, "cluster_name": "ceph", "secret_uuid": "28679898-6d9e-413a-a58a-0f00c581eb00", "qos_specs": null, "auth_enabled": true, "hosts": ["192.168.0.75", "192.168.0.77", "192.168.0.79", "192.168.0.86", "192.168.0.89"], "volume_id": "d07cd948-7b03-4fed-be8e-1983ba886657", "discard": true, "access_mode": "rw", "auth_username": "cinder", "ports": ["6789", "6789", "6789", "6789", "6789"]}} | 6cb674bf-5d6d-41f4-9e75-63820e8a9361 | 0 | volume | volume | NULL | disk | virtio | NULL | NULL | NULL | a1536476-21ef-4655-8137-e235eb50ee1e | 4509446c-497c-4fbb-83c1-5cb0005eccbb |# [; q' D6 _/ D
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+! b& X: S! {3 i8 H! u t
2 rows in set (0.00 sec)! r p+ x6 L5 a; m2 |
MariaDB [nova]> ) e) j5 O! l6 O! |; P& I
, g" ]" c1 Q- E
数据库中delete_on_termination 数据为0 。2 G! k4 X. ~" J
无解决了。只能重新删除虚机,重新创建。2 t6 k! u- q$ z
|
|