emc-xchallenge / cinder

http://openstack.org
Apache License 2.0
0 stars 4 forks source link

"error" volumn stuck in "deleting" state #4

Open david-wang-emc opened 8 years ago

david-wang-emc commented 8 years ago

Description:

"error" volumn stuck in "deleting" state

Project:

OpenStack

Project Area:

OpenStack Cinder Driver

Release:

OpenStack 

Severity:

S1

Full Details:

Precondition: Cinder server cs-1 with 20-G storage All other cinder server with less than 10G storage Test steps:

  1. Create two volumes using following command:
cinder create 10
cinder create 10

There should be 1 created and 1 error because of the storage capacity

  1. Delete the 10G volume created in step1 image
  2. Stop the service on the cinder server cs-1
  3. Delete the volume in error state via "cinder delete" Result: The volume is stuck in deleting state unless restart the cinder service cs-1 image

The volume is in error state, it is not expected that it need the candidate cinder service available to be able to be removed.