Remove repeated words in specs

Change-Id: Idadaabc85483751c1018ccbb002cee04728dfffd
This commit is contained in:
zhouxinyong 2019-01-07 14:43:49 +08:00 committed by Sean McGinnis
parent 357c7940e2
commit 7b2045a232
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ where a volume be created on. How can Cinder provide such capability without
hurting the simplicity we have been keeping? Affinity/anti-affinity is one
of the flexibility we can provide without exposing details to backends.
The term affinity/anti-affinity here is to to describe the relationship
The term affinity/anti-affinity here is to describe the relationship
between two sets of volumes in terms of location. To limit the scope, we
describe one volume is affinity with the other one only when they reside in
the same volume back-end (this notion can be extended to volume pools if

View File

@ -12,7 +12,7 @@ Include the URL of your launchpad blueprint:
https://blueprints.launchpad.net/cinder/+spec/support-reset-state-for-backup
Provide an API to to reset the state of a backup being stucked in creating or
Provide an API to reset the state of a backup being stucked in creating or
restoring.
Problem description