Comment 5 for bug 1008866

Revision history for this message
Jaroslav Pulchart (jaroslav-pulchart-4) wrote :

1008866_v3.patch:
- "create_volume_from_snapshot" function need to be synchronized

....
+ @utils.synchronized('create_volume_from_snapshot')
     def create_volume_from_snapshot(self, volume, snapshot):
....