nova-compute can't detach volume from the instance
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Invalid
|
High
|
Timur Nurlygayanov | |||
8.0.x |
Invalid
|
High
|
Timur Nurlygayanov | |||
9.x |
Confirmed
|
Medium
|
Timofey Durakov |
Bug Description
Environment has ceph as a storage backend
Steps to reproduce:
1. create image:
glance --os-image-
This is important step, as the issue is not reproducible with TestVM image
2. spawn a VM from that image
nova boot TestVm --flavor m1.tiny --image <image-id> --nic net-id=<net-id>
3. create volume
cinder --os-volume-
4. attach volume to the VM
nova volume-attach <VM-id> <Volume-id>
5. detach volume from the VM
nova volume-detach <VM-id> <Volume-id>
Volume stays in 'detaching’ state for some time (~30 sec) and then gets back to 'in-use' state.
relevant nova-compute logs:
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR oslo.service.
2016-02-26 07:37:11.002 21387 ERROR nova.compute.
relevant libvirt logs:
2016-02-26 07:00:50.876+0000: 3927: error : qemuDomainDetac
VERSION:
feature_groups:
- mirantis
production: "docker"
release: "8.0"
api: "1.0"
build_number: "569"
build_id: "569"
fuel-nailgun_sha: "558ca91a854cf2
python-
fuel-agent_sha: "658be72c4b42d3
fuel-
astute_sha: "b81577a5b7857c
fuel-library_sha: "33634ec27be77e
fuel-ostf_sha: "3bc76a63a9e7d1
fuel-mirror_sha: "fb45b80d7bee58
fuelmenu_sha: "78ffc73065a967
shotgun_sha: "63645dea384a37
network-
fuel-upgrade_sha: "616a7490ec7199
fuelmain_sha: "d605bcbabf3153
Changed in mos: | |
milestone: | none → 8.0-updates |
description: | updated |
tags: |
added: area-nova removed: nova |
summary: |
- Nova-compute can't detach volume from the instance + nova-compute can't detach volume from the instance |
This is important issue that is nearly critical. Very basic functionality doesn't work with commonly used cloud image.