commit e7f26808fc71294739cc5deb4c43dc8edaca69e0
Author: Chris Curran <ccurran(a)redhat.com>
Date: Tue Jun 29 12:44:47 2010 +1000
Revert "checking in update"
This reverts commit 2559f11a88521001830d5584d60ebb04fc185709.
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 d8f61d1..0224d5e 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>--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>-TODO-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 --pool <replaceable>guest_images</replaceable>
+ <screen>virsh # vol-info -TODO-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 --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
+# virsh vol-path -TODO-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 --pool <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
</screen>
</listitem>
</varlistentry>