Fix list formating in "Promote Replication Target" spec

In section "Current Workflow", there was a nested list (letter type
list)
which was not formated as list but as a single flat line.

Change-Id: I92f810c25a16eb43eba53ba0a42da9ebfd0fee35
Closes-Bug: #1810650
This commit is contained in:
Radoslaw Smigielski 2019-01-09 21:29:23 +01:00
parent e161da5fe6
commit ab2700ba32
1 changed files with 4 additions and 4 deletions

View File

@ -24,19 +24,19 @@ Current Workflow
2. Failure Occurs
3. Fail over
4. Promote Secondary Backend
a. Freeze backend to prevent manage operations
b. Stop cinder volume service
c. Update cinder.conf to have backend A replaced with B and B with C
d. *Hack db to set backend to no longer be in 'failed-over' state*
This is the step this spec is concerned with. Example:
::
d. *Hack db to set backend to no longer be in 'failed-over' state*.
This is the step this spec is concerned with. Example:
::
update services set disabled=0,
disabled_reason=NULL,
replication_status='enabled',
active_backend_id=NULL
where id=3;
e. Start cinder volume service
f. Unfreeze backend