Comment 7 for bug 970693

Revision history for this message
Yehia Beyh (yehia-beyh) wrote :

Cinder did not solve this issue. The problem is that the nova-attach is an asyn call. when you call nova-attach it returns OK (200). Then the process of attaching begins. If any failure occurs, horizon does not know how to track the task thus the error which cinder raises will be lost. Either nova or horizon need to change to track any errors so the failure is not silent.