From 647991721242895a98bc6887d13622e76d506406 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Mon, 29 Mar 2021 22:24:13 +0200 Subject: [PATCH] docs: storage: rename headers to remove duplicate names Signed-off-by: Pavel Hrdina Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- docs/storage.html.in | 96 ++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/storage.html.in b/docs/storage.html.in index b2cf343933..8fb2cec9bd 100644 --- a/docs/storage.html.in +++ b/docs/storage.html.in @@ -96,7 +96,7 @@ operation can be used to create it.

-

Example pool input definition

+

Example directory pool input definition

 <pool type="dir">
   <name>virtimages</name>
@@ -105,12 +105,12 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid directory pool format types

The directory pool does not use the pool format type element.

-

Valid volume format types

+

Valid directory volume format types

One of the following options:

@@ -148,7 +148,7 @@ required.

-

Example pool input

+

Example filesystem pool input

 <pool type="fs">
   <name>virtimages</name>
@@ -160,7 +160,7 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid filesystem pool format types

The filesystem pool supports the following formats:

@@ -207,7 +207,7 @@ -

Valid volume format types

+

Valid filesystem volume format types

The valid volume types are the same as for the directory pool type. @@ -224,7 +224,7 @@ protocol, which generally tries a mount via NFS first.

-

Example pool input

+

Example network filesystem pool input

 <pool type="netfs">
   <name>virtimages</name>
@@ -238,7 +238,7 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid network filesystem pool format types

The network filesystem pool supports the following formats:

@@ -261,7 +261,7 @@ -

Valid volume format types

+

Valid network filesystem volume format types

The valid volume types are the same as for the directory pool type. @@ -278,7 +278,7 @@ of storage from the volume group.

-

Example pool input

+

Example logical pool input

 <pool type="logical">
   <name>HostVG</name>
@@ -292,14 +292,14 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid logical pool format types

The logical volume pool supports only the lvm2 format, although not supplying a format value will result in automatic selection of thelvm2 format.

-

Valid volume format types

+

Valid logical volume format types

The logical volume pool does not use the volume format type element.

@@ -315,7 +315,7 @@ It will default to using dos as the pool source format.

-

Example pool input

+

Example disk pool input

 <pool type="disk">
   <name>sda</name>
@@ -327,7 +327,7 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid disk pool format types

The disk volume pool accepts the following pool format types, representing the common partition table types: @@ -374,7 +374,7 @@ in parted.

-

Valid volume format types

+

Valid disk volume format types

The disk volume pool accepts the following volume format types, representing the common partition entry types: @@ -423,7 +423,7 @@ on the same host will fail the duplicate source pool checks.

-

Example pool input

+

Example iSCSI pool input

 <pool type="iscsi">
   <name>virtimages</name>
@@ -436,12 +436,12 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid iSCSI pool format types

The iSCSI volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid iSCSI volume format types

The iSCSI volume pool does not use the volume format type element.

@@ -453,7 +453,7 @@ It requires a host, a path which is the target IQN, and an initiator IQN.

-

Example pool input

+

Example iSCSI direct pool input

 <pool type="iscsi-direct">
   <name>virtimages</name>
@@ -466,12 +466,12 @@
   </source>
 </pool>
-

Valid pool format types

+

Valid iSCSI direct pool format types

The iSCSI direct volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid iSCSI direct volume format types

The iSCSI direct volume pool does not use the volume format type element.

@@ -486,7 +486,7 @@ Since 0.6.2

-

Example pool input

+

Example SCSI pool input

 <pool type="scsi">
   <name>virtimages</name>
@@ -498,12 +498,12 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid SCSI pool format types

The SCSI volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid SCSI volume format types

The SCSI volume pool does not use the volume format type element.

@@ -522,7 +522,7 @@ Since 0.7.1

-

Example pool input

+

Example multipath pool input

 <pool type="mpath">
   <name>virtimages</name>
@@ -531,12 +531,12 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid multipath pool format types

The Multipath volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid multipath volume format types

The Multipath volume pool does not use the volume format type element.

@@ -562,7 +562,7 @@ Since 0.9.13

-

Example pool input

+

Example RBD pool input

 <pool type="rbd">
   <name>myrbdpool</name>
@@ -577,7 +577,7 @@
   </source>
 </pool>
-

Example volume output

+

Example RBD volume output

 <volume>
   <name>myvol</name>
@@ -597,19 +597,19 @@
   </target>
 </volume>
-

Example disk attachment

+

Example RBD disk attachment

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 format domain page.

-

Valid pool format types

+

Valid RBD pool format types

The RBD pool does not use the pool format type element.

-

Valid volume format types

+

Valid RBD volume format types

Only raw volumes are supported.

@@ -626,7 +626,7 @@ Since 0.9.13

-

Example pool input

+

Example Sheepdog pool input

 <pool type="sheepdog">
   <name>mysheeppool</name>
@@ -636,7 +636,7 @@
   </source>
 </pool>
-

Example volume output

+

Example Sheepdog volume output

 <volume>
   <name>myvol</name>
@@ -656,19 +656,19 @@
   </target>
 </volume>
-

Example disk attachment

+

Example Sheepdog disk attachment

Sheepdog images can be attached to QEMU guests. Information about attaching a Sheepdog image to a guest can be found at the format domain page.

-

Valid pool format types

+

Valid Sheepdog pool format types

The Sheepdog pool does not use the pool format type element.

-

Valid volume format types

+

Valid Sheepdog volume format types

The Sheepdog pool does not use the volume format type element.

@@ -696,7 +696,7 @@ Since 1.2.0

-

Example pool input

+

Example Gluster pool input

A gluster volume corresponds to a libvirt storage pool. If a gluster volume could be mounted as mount -t glusterfs localhost:/volname /some/path, then the following example @@ -722,7 +722,7 @@ </source> </pool> -

Example volume output

+

Example Gluster volume output

Libvirt storage volumes associated with a gluster pool correspond to the files that can be found when mounting the gluster volume. The name is the path relative to @@ -741,19 +741,19 @@ <allocation unit='bytes'>53687091200</allocation> </volume> -

Example disk attachment

+

Example Gluster disk attachment

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 format domain page.

-

Valid pool format types

+

Valid Gluster pool format types

The Gluster pool does not use the pool format type element.

-

Valid volume format types

+

Valid Gluster volume format types

The valid volume types are the same as for the directory pool type. @@ -777,7 +777,7 @@

Since 1.2.8

. -

Example pool input

+

Example ZFS pool input

 <pool type="zfs">
   <name>myzfspool</name>
@@ -788,12 +788,12 @@
   </source>
 </pool>
-

Valid pool format types

+

Valid ZFS pool format types

The ZFS volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid ZFS volume format types

The ZFS volume pool does not use the volume format type element.

@@ -808,7 +808,7 @@

Please refer to the Virtuozzo Storage documentation for details on storage management and usage.

-

Example pool input

+

Example vstorage pool input

In order to create storage pool with Virtuozzo Storage backend you have to provide cluster name and be authorized within the cluster.

@@ -822,12 +822,12 @@
   </target>
 </pool>
-

Valid pool format types

+

Valid vstorage pool format types

The Vstorage volume pool does not use the pool format type element.

-

Valid volume format types

+

Valid vstorage volume format types

The valid volume types are the same as for the directory pool.