Misspelling in message
Misspelling in the message: "commited immediately to the DB" Should be "committed immediately to the DB" Totally 4 occasions in Cinder base code Change-Id: I3ae84e7680fe4da721047cd9a0e2d94ec426795f
This commit is contained in:
@@ -1024,7 +1024,7 @@ class RemoteFSSnapDriver(RemoteFSDriver, driver.SnapshotVD):
|
||||
# T0 | T1 |
|
||||
# base | snapshot_file | None
|
||||
# (guaranteed to| (being deleted, |
|
||||
# exist) | commited down) |
|
||||
# exist) | committed down) |
|
||||
|
||||
self._img_commit(snapshot_path)
|
||||
# Active file has changed
|
||||
@@ -1033,7 +1033,7 @@ class RemoteFSSnapDriver(RemoteFSDriver, driver.SnapshotVD):
|
||||
# T0 | T1 | T2 | T3
|
||||
# base | snapshot_file | higher_file | highest_file
|
||||
# (guaranteed to | (being deleted, | (guaranteed to | (may exist)
|
||||
# exist, not | commited down) | exist, needs |
|
||||
# exist, not | committed down) | exist, needs |
|
||||
# used here) | | ptr update) |
|
||||
|
||||
backing_chain = self._get_backing_chain_for_path(
|
||||
|
||||
Reference in New Issue
Block a user