[virtualization-guide] checking in update

Chris Curran tsagadai at fedoraproject.org
Fri Jun 25 03:31:31 UTC 2010


commit 2559f11a88521001830d5584d60ebb04fc185709
Author: Chris Curran <ccurran at redhat.com>
Date:   Fri Jun 25 13:31:19 2010 +1000

    checking in update

 en-US/Storage_Concepts.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Storage_Concepts.xml b/en-US/Storage_Concepts.xml
index 0224d5e..d8f61d1 100644
--- a/en-US/Storage_Concepts.xml
+++ b/en-US/Storage_Concepts.xml
@@ -79,7 +79,7 @@
 				<term>The name of the volume and the storage pool</term>
 				<listitem>
 					<para>
-							A volume may be referred to by name, along with an identifier for the storage pool it belongs in. On the virsh command line, this takes the form <parameter>-TODO-pool</parameter>
+							A volume may be referred to by name, along with an identifier for the storage pool it belongs in. On the virsh command line, this takes the form <parameter>--pool</parameter>
 						<replaceable>storage_pool</replaceable>
 						<replaceable>volume_name</replaceable>.
 						</para>
@@ -87,7 +87,7 @@
 					<para>
 						For example, a volume named <replaceable>firstimage</replaceable> in the <replaceable>guest_images</replaceable> pool.
 					</para>
-					<screen>virsh # vol-info -TODO-pool <replaceable>guest_images</replaceable>
+					<screen># virsh vol-info --pool <replaceable>guest_images</replaceable>
 						<replaceable>firstimage</replaceable>
 Name:           <replaceable>firstimage</replaceable>
 Type:           block
@@ -170,7 +170,7 @@ Allocation:     20.00 GB
 										
 <screen># virsh vol-path Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
 /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
-# virsh vol-path -TODO-pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
+# virsh vol-path --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
 /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
 </screen>
 						</listitem>
@@ -184,7 +184,7 @@ Allocation:     20.00 GB
 										
 <screen># virsh vol-key /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
 Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
-# virsh vol-key -TODO-pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable> Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
+# virsh vol-key --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable> Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
 </screen>
 						</listitem>
 					</varlistentry>


More information about the docs-commits mailing list