|
|
错误: 实例 "ligen" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Unavailable console type serial.].
# w s6 p# a5 b) O
% {9 i6 u- S( F9 v" B解决过程:+ Y* f7 z. T7 C4 i+ u* ~
MariaDB [(none)]> use nova;
. `) K# m. W" vReading table information for completion of table and column names
0 R7 c1 d, z0 Q. X* q5 J# |You can turn off this feature to get a quicker startup with -A8 Z- i% n. A! s3 e( L* L' s7 K) r
- I5 C9 F' M& b! n& F# z+ w5 U' l
' V a3 X8 }2 P* v
MariaDB [nova]> select * from block_device_mapping where instance_uuid="6cb674bf-5d6d-41f4-9e75-63820e8a9361";) w: X& s8 ~' h# O" u+ T
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+
" }' ^! @2 b; I2 P2 ?+ N| 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 |
5 d/ c7 ]6 `4 ^+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+0 y' c* B _$ Z$ r1 V
| 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 |
5 B1 }" N1 q% x( G6 h: N2 C| 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 |$ ~' P# |8 k4 G5 ~! K/ F
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+) l) d4 L; @; d8 {
2 rows in set (0.00 sec)
. |9 M5 z* N1 F6 G1 j8 WMariaDB [nova]>
% b1 e; B! `* k' s/ c
+ X& V& _" X, c6 \- ?6 G- b1 Q* n数据库中delete_on_termination 数据为0 。
/ G9 ?( \# _5 \" N& ^4 t. W, ~无解决了。只能重新删除虚机,重新创建。6 s7 p6 E6 z/ r
|
|