Error on deleting volume on bay update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Invalid
|
Undecided
|
Unassigned | ||
Magnum |
New
|
High
|
Unassigned |
Bug Description
The steps to reproduce:
1. Deploy a 2 nodes bay.
2. Scale it down to 1 node.
The symptom:
* heat stack-list showed the stack staying on UPDATE_IN_PROGRESS.
* The 'c-vol' screen shows the following error:
Traceback (most recent call last):
File "/usr/local/
executor_
File "/usr/local/
executor_
File "/usr/local/
result = func(ctxt, **new_args)
File "/usr/local/
return f(*args, **kwargs)
File "/opt/stack/
return lvo_inner2(inst, context, volume_id, **kwargs)
File "/usr/local/
return f(*args, **kwargs)
File "/opt/stack/
return f(*_args, **_kwargs)
File "/opt/stack/
{'status': 'error_deleting'})
File "/usr/local/
six.
File "/opt/stack/
self.
File "/usr/local/
return f(*args, **kwargs)
File "/opt/stack/
self.
File "/opt/stack/
self.
File "/opt/stack/
root_
File "/opt/stack/
return processutils.
File "/usr/local/
cmd=
ProcessExecutio
Command: sudo cinder-rootwrap /etc/cinder/
Exit code: 5
Stdout: u''
Stderr: u' Logical volume stack-volumes-
Changed in magnum: | |
assignee: | nobody → hongbin (hongbin034) |
Changed in magnum: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in cinder: | |
status: | New → Incomplete |
Changed in magnum: | |
status: | Invalid → New |
Changed in magnum: | |
assignee: | nobody → Inampudi Aditya (iaditya91) |
Changed in magnum: | |
assignee: | Inampudi Aditya (iaditya91) → nobody |
This is a question for cinder devs:
When this error occurred, how to recover from it (I tried 'cinder delete ...' and 'cinder force-delete ...'. None of them work).