|
|
错误: 实例 "ligen" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Unavailable console type serial.]." W4 t8 o4 u1 w' z' Y/ G a# ~
2 ^, H: f! |; F
解决过程:
; ^2 F* Q1 d* a. t( oMariaDB [(none)]> use nova;
$ X, O: s5 p+ E$ q* F- E" ?Reading table information for completion of table and column names+ V7 ]* g0 e$ c1 j0 k
You can turn off this feature to get a quicker startup with -A
4 s+ W. T J0 ^" U5 I& ]: C
8 m9 B, }% G: B. Z: h8 X- L K9 L/ g
/ q V# u. w; G8 l+ j1 U% V1 YMariaDB [nova]> select * from block_device_mapping where instance_uuid="6cb674bf-5d6d-41f4-9e75-63820e8a9361";) u0 {" b5 [! k
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+
, `- @9 \" k' p: U| 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 |( v$ a/ H& s( _+ b, R( ]! g3 y% g
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+
- t2 [3 v1 n$ @| 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 |4 ~# r. y5 }& x$ S8 r) A
| 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 |
2 R/ B; b. P" V% z* ?1 c' H+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+* N& n+ W0 ~& G; z! ^% Y
2 rows in set (0.00 sec)
$ S3 M( p: r* G* H4 K- q2 n$ HMariaDB [nova]>
, }, X+ n" X9 a6 x- G4 a7 R9 Y( T8 T" z' z2 `% ^
数据库中delete_on_termination 数据为0 。/ T; E8 ?9 O q. K. K+ O: ~# ]) F
无解决了。只能重新删除虚机,重新创建。
a- M3 M2 j7 A" @ |
|