Regarding Nova's inability to delete the Cinder volume for creating virtual machines (version Y)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Undecided
|
Unassigned | ||
OpenStack Compute (nova) |
New
|
Undecided
|
Unassigned |
Bug Description
When creating a virtual machine in the dashboard, create a volume and choose to delete the virtual machine while also deleting the volume. When deleting the virtual machine, there is no normal uninstallation of the volume and the volume is not deleted.
The relevant error logs are shown in the image, but the openstack CLI can delete its volume. The specific commands are as follows.
CLI:
source /etc/keystone/
openstack volume set --detached 191e555c-
openstack volume delete 191e555c-
It seems that Nova is unable to interact with the Cinder API to delete(or detached) commands, but I am not very professional. I don't know if it's a bug?
此错误跟踪器适用于文档错误,
- [ ] 此文档以这种方式不准确:______
- [ ] 这是一个文档添加请求。
- [ ] 我对文档有一个修复程序,
如果您有故障排除或支持问题,
- 邮件列表:https:/
- IRC:电讯局的「开放栈」频道
-------
发布: 25.2.2.dev1 在 2019-10-08 11:20:05
SHA: fd0d336ab5be719
来源: https:/
网址: https:/
description: | updated |
description: | updated |
description: | updated |
In the dashboard, you can see in the volume options bar that the volume has been mounted to the virtual machine, but the virtual machine has been deleted. In this case, it is not correct. In theory, the volume can be deleted when deleting the virtual machine.