[virtualization-guide] Fix broken DocBook tags.

Justin Clift justinclift at fedoraproject.org
Wed Aug 11 10:21:59 UTC 2010


commit e689eb47da3cd66dfb31e653198cb423c68e82c1
Author: Justin Clift <jclift at redhat.com>
Date:   Wed Aug 11 20:21:32 2010 +1000

    Fix broken DocBook tags.

 en-US/Storage_Pools_iSCSI.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Storage_Pools_iSCSI.xml b/en-US/Storage_Pools_iSCSI.xml
index 292654a..804867a 100644
--- a/en-US/Storage_Pools_iSCSI.xml
+++ b/en-US/Storage_Pools_iSCSI.xml
@@ -327,15 +327,16 @@ Pool trial1 defined
 				<title><emphasis role="bold">Alternative step:</emphasis> Use pool-define-as to define the pool from the command line</title>
 				<para>
 					Storage pool definitions can be created with the <command>virsh</command> command line tool. Creating storage pools with <command>virsh</command> is useful for systems administrators using scripts to create multiple storage pools.</para><para>
-					The <command>virsh pool-define-as</command> command has several parameters which are accepted in the following format:</para>
-					<screen>virsh pool-define-as <parameter>name type source-host source-path source-dev source-name</parameter> <replaceable>target</replaceable></screen>
+					The <command>virsh pool-define-as</command> command has several parameters which are accepted in the following format:
+				</para>
+				<screen>virsh pool-define-as <parameter>name type source-host source-path source-dev source-name</parameter> <replaceable>target</replaceable></screen>
+				<para>
 					The type, <parameter>iscsi</parameter>, defines this pool as an iSCSI based storage pool. The <parameter>name</parameter> parameter must be unique and sets the name for the storage pool. The <parameter>source-host</parameter> and <parameter>source-path</parameter> parameters are the hostname and iSCSI IQN respectively. The <parameter>source-dev</parameter> and <parameter>source-name</parameter> parameters are not required for iSCSI-based pools, use a <keycap>-</keycap> character to leave the field blank. The <replaceable>target</replaceable> parameter defines the location for mounting the iSCSI device on the host.
 				</para>
 				<para>The example below creates the same iSCSI-based storage pool as the previous step.</para>
 				<screen># virsh pool-define-as <replaceable>trial1</replaceable> iscsi server1.example.com iqn.2010-05.com.example.server1:trial1 - - /dev/disk/by-path
 Pool trial1 defined</screen>
-
-</step>
+			</step>
 			<step>
 				<title>Verify the storage pool is listed</title>
 				<para>


More information about the docs-commits mailing list