|
|
错误: 实例 "ligen" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Unavailable console type serial.].# S& @8 J& o4 s( |
9 r5 e! |( _+ g1 N
解决过程:% U, C* C8 o9 x$ e. x
MariaDB [(none)]> use nova;
1 r1 v% E' Z' ~; N* Z+ f0 OReading table information for completion of table and column names
8 Y! o5 B7 `/ k1 N; L0 F8 ?8 YYou can turn off this feature to get a quicker startup with -A
: S$ p7 H0 S) g7 [: Y+ Y# d3 e5 L
6 b4 }4 g& ? T8 O2 K2 \2 X* I& a7 f' D$ m
MariaDB [nova]> select * from block_device_mapping where instance_uuid="6cb674bf-5d6d-41f4-9e75-63820e8a9361";
5 B9 D( Y7 @5 s4 h0 G: O8 D+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+
% ]" S& v: I4 d/ ~| 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 |
( F+ k& E, Z* k, E8 g+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+7 K, ]& U4 r0 K1 L5 ?2 S% f; N" l
| 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 |( ]% T( d4 [$ ]6 `3 o1 j% n
| 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 |" ^& b1 M% Z# ~
+---------------------+---------------------+------------+-----+-------------+-----------------------+-------------+--------------------------------------+-------------+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+---------+-------------+------------------+--------------+-------------+----------+------------+--------------------------------------+------+--------------------------------------+--------------------------------------+" f4 v" l; S3 ~7 j, I- m6 n+ L) T" ~3 u
2 rows in set (0.00 sec)
7 l( q O! Y& dMariaDB [nova]> " h" Q) B/ G3 k7 k8 c- L- q1 ^
7 U1 ` e* M4 n3 c数据库中delete_on_termination 数据为0 。$ M# ^ P3 Q4 U8 F' m
无解决了。只能重新删除虚机,重新创建。
. y2 A6 F9 l+ \* g T& F" v |
|