From 0bf32c258300bffea692100e47629a36f047d777 Mon Sep 17 00:00:00 2001 From: Aparna Date: Fri, 13 May 2016 09:36:34 +0000 Subject: [PATCH] Modify doc for RAID clean steps in manual cleaning This commit updates clean steps in the documentation of RAID configuration during manual cleaning. Change-Id: I2ae0e9bc33d9abb76d31845119ad92533e6e0d88 --- doc/source/deploy/raid.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/source/deploy/raid.rst b/doc/source/deploy/raid.rst index f357800542..1cf7372a16 100644 --- a/doc/source/deploy/raid.rst +++ b/doc/source/deploy/raid.rst @@ -270,17 +270,14 @@ Workflow clean steps as desired:: + [{ + "interface": "raid" + "step": "delete_configuration", + }, { - "clean_steps": [ - { - "interface": "raid" - "step": "delete_configuration", - }, - { - "interface": "raid" - "step": "create_configuration", - }] - } + "interface": "raid" + "step": "create_configuration", + }] .. note:: 'create_configuration' doesn't remove existing disks. It is recommended