Fix typo: remove redundant 'that'
Change-Id: Ib569ab8206ad2ddb2fd1ad43c7665f1450ad42e3
This commit is contained in:
parent
5224f109f0
commit
62a0df2339
@ -34,7 +34,7 @@ And finally make the RPC call:
|
|||||||
self.volume_rpcapi.extend_volume(context, volume, new_size,
|
self.volume_rpcapi.extend_volume(context, volume, new_size,
|
||||||
reservations)
|
reservations)
|
||||||
|
|
||||||
The problem is that that this code would allow races, as other request could
|
The problem is that this code would allow races, as other request could
|
||||||
have already changed the volume status between us getting the value and
|
have already changed the volume status between us getting the value and
|
||||||
updating the DB.
|
updating the DB.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user