]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: storage: rename headers to remove duplicate names
authorPavel Hrdina <phrdina@redhat.com>
Mon, 29 Mar 2021 20:24:13 +0000 (22:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Apr 2022 14:33:01 +0000 (16:33 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/storage.html.in

index b2cf343933da4e98a0f1e13aa4790a8121f30861..8fb2cec9bd8e853cd082ec98ab85bf9cf04c6c2c 100644 (file)
@@ -96,7 +96,7 @@
       operation can be used to create it.
     </p>
 
-    <h3>Example pool input definition</h3>
+    <h3>Example directory pool input definition</h3>
     <pre>
 &lt;pool type="dir"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid directory pool format types</h3>
     <p>
       The directory pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid directory volume format types</h3>
     <p>
       One of the following options:
     </p>
       required.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example filesystem pool input</h3>
     <pre>
 &lt;pool type="fs"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid filesystem pool format types</h3>
     <p>
       The filesystem pool supports the following formats:
     </p>
       </li>
     </ul>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid filesystem volume format types</h3>
     <p>
       The valid volume types are the same as for the <code>directory</code>
       pool type.
       protocol, which generally tries a mount via NFS first.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example network filesystem pool input</h3>
     <pre>
 &lt;pool type="netfs"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid network filesystem pool format types</h3>
     <p>
       The network filesystem pool supports the following formats:
     </p>
       </li>
     </ul>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid network filesystem volume format types</h3>
     <p>
       The valid volume types are the same as for the <code>directory</code>
       pool type.
       of storage from the volume group.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example logical pool input</h3>
     <pre>
 &lt;pool type="logical"&gt;
   &lt;name&gt;HostVG&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid logical pool format types</h3>
     <p>
       The logical volume pool supports only the <code>lvm2</code> format,
       although not supplying a format value will result in automatic
       selection of the<code>lvm2</code> format.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid logical volume format types</h3>
     <p>
       The logical volume pool does not use the volume format type element.
     </p>
       It will default to using <code>dos</code> as the pool source format.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example disk pool input</h3>
     <pre>
 &lt;pool type="disk"&gt;
   &lt;name&gt;sda&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid disk pool format types</h3>
     <p>
       The disk volume pool accepts the following pool format types, representing
       the common partition table types:
       in <code>parted</code>.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid disk volume format types</h3>
     <p>
       The disk volume pool accepts the following volume format types, representing
       the common partition entry types:
       on the same host will fail the duplicate source pool checks.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example iSCSI pool input</h3>
     <pre>
 &lt;pool type="iscsi"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid iSCSI pool format types</h3>
     <p>
       The iSCSI volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid iSCSI volume format types</h3>
     <p>
       The iSCSI volume pool does not use the volume format type element.
     </p>
       It requires a host, a path which is the target IQN, and an initiator IQN.
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example iSCSI direct pool input</h3>
     <pre>
 &lt;pool type="iscsi-direct"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/source&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid iSCSI direct pool format types</h3>
     <p>
       The iSCSI direct volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid iSCSI direct volume format types</h3>
     <p>
       The iSCSI direct volume pool does not use the volume format type element.
     </p>
       <span class="since">Since 0.6.2</span>
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example SCSI pool input</h3>
     <pre>
 &lt;pool type="scsi"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid SCSI pool format types</h3>
     <p>
       The SCSI volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid SCSI volume format types</h3>
     <p>
       The SCSI volume pool does not use the volume format type element.
     </p>
       <span class="since">Since 0.7.1</span>
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example multipath pool input</h3>
     <pre>
 &lt;pool type="mpath"&gt;
   &lt;name&gt;virtimages&lt;/name&gt;
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid multipath pool format types</h3>
     <p>
       The Multipath volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid multipath volume format types</h3>
     <p>
       The Multipath volume pool does not use the volume format type element.
     </p>
       <span class="since">Since 0.9.13</span>
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example RBD pool input</h3>
     <pre>
 &lt;pool type="rbd"&gt;
   &lt;name&gt;myrbdpool&lt;/name&gt;
   &lt;/source&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Example volume output</h3>
+    <h3>Example RBD volume output</h3>
     <pre>
 &lt;volume&gt;
   &lt;name&gt;myvol&lt;/name&gt;
   &lt;/target&gt;
 &lt;/volume&gt;</pre>
 
-    <h3>Example disk attachment</h3>
+    <h3>Example RBD disk attachment</h3>
     <p>RBD images can be attached to QEMU guests when QEMU is built
     with RBD support. Information about attaching a RBD image to a
     guest can be found
     at <a href="formatdomain.html#elementsDisks">format domain</a>
     page.</p>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid RBD pool format types</h3>
     <p>
       The RBD pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid RBD volume format types</h3>
     <p>
       Only raw volumes are supported.
     </p>
       <span class="since">Since 0.9.13</span>
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example Sheepdog pool input</h3>
     <pre>
 &lt;pool type="sheepdog"&gt;
   &lt;name&gt;mysheeppool&lt;/name&gt;
   &lt;/source&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Example volume output</h3>
+    <h3>Example Sheepdog volume output</h3>
     <pre>
 &lt;volume&gt;
   &lt;name&gt;myvol&lt;/name&gt;
   &lt;/target&gt;
 &lt;/volume&gt;</pre>
 
-    <h3>Example disk attachment</h3>
+    <h3>Example Sheepdog disk attachment</h3>
     <p>Sheepdog images can be attached to QEMU guests.
     Information about attaching a Sheepdog image to a
     guest can be found
     at the <a href="formatdomain.html#elementsDisks">format domain</a>
     page.</p>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid Sheepdog pool format types</h3>
     <p>
       The Sheepdog pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid Sheepdog volume format types</h3>
     <p>
       The Sheepdog pool does not use the volume format type element.
     </p>
       <span class="since">Since 1.2.0</span>
     </p>
 
-    <h3>Example pool input</h3>
+    <h3>Example Gluster pool input</h3>
     <p>A gluster volume corresponds to a libvirt storage pool.  If a
       gluster volume could be mounted as <code>mount -t glusterfs
       localhost:/volname /some/path</code>, then the following example
   &lt;/source&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Example volume output</h3>
+    <h3>Example Gluster volume output</h3>
     <p>Libvirt storage volumes associated with a gluster pool
       correspond to the files that can be found when mounting the
       gluster volume.  The <code>name</code> is the path relative to
   &lt;allocation unit='bytes'&gt;53687091200&lt;/allocation&gt;
 &lt;/volume&gt;</pre>
 
-    <h3>Example disk attachment</h3>
+    <h3>Example Gluster disk attachment</h3>
     <p>Files within a gluster volume can be attached to QEMU guests.
     Information about attaching a Gluster image to a
     guest can be found
     at the <a href="formatdomain.html#elementsDisks">format domain</a>
     page.</p>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid Gluster pool format types</h3>
     <p>
       The Gluster pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid Gluster volume format types</h3>
     <p>
       The valid volume types are the same as for the <code>directory</code>
       pool type.
 
     <p><span class="since">Since 1.2.8</span></p>.
 
-    <h3>Example pool input</h3>
+    <h3>Example ZFS pool input</h3>
     <pre>
 &lt;pool type="zfs"&gt;
   &lt;name&gt;myzfspool&lt;/name&gt;
   &lt;/source&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid ZFS pool format types</h3>
     <p>
       The ZFS volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid ZFS volume format types</h3>
     <p>
       The ZFS volume pool does not use the volume format type element.
     </p>
     </p>
     <p>Please refer to the Virtuozzo Storage documentation for details
       on storage management and usage.</p>
-    <h3>Example pool input</h3>
+    <h3>Example vstorage pool input</h3>
     <p>In order to create storage pool with Virtuozzo Storage backend you
     have to provide cluster name and be authorized within the cluster.</p>
      <pre>
   &lt;/target&gt;
 &lt;/pool&gt;</pre>
 
-    <h3>Valid pool format types</h3>
+    <h3>Valid vstorage pool format types</h3>
     <p>
       The Vstorage volume pool does not use the pool format type element.
     </p>
 
-    <h3>Valid volume format types</h3>
+    <h3>Valid vstorage volume format types</h3>
     <p>The valid volume types are the same as for the directory pool.</p>
   </body>
 </html>