[libvirt] [PATCH] docs: Update drivers page to link to storage.html

John Ferlan posted 1 patch 4 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190430193202.20264-1-jferlan@redhat.com
Test syntax-check failed
docs/drivers.html.in | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
[libvirt] [PATCH] docs: Update drivers page to link to storage.html
Posted by John Ferlan 4 years, 12 months ago
Rather than duplicate a list of storage pool backends on the
drivers.html page, let's just link directly to the storage driver
page similar to how the node device driver is done.

Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/drivers.html.in | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/docs/drivers.html.in b/docs/drivers.html.in
index a66651df2f..4539eedbcd 100644
--- a/docs/drivers.html.in
+++ b/docs/drivers.html.in
@@ -6,7 +6,7 @@
 
     <ul>
       <li><a href="#hypervisor">Hypervisor drivers</a></li>
-      <li><a href="#storage">Storage drivers</a></li>
+      <li><a href="storage.html">Storage drivers</a></li>
       <li><a href="drvnodedev.html">Node device driver</a></li>
     </ul>
 
@@ -39,19 +39,5 @@
       <li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
     </ul>
 
-    <h2><a id="storage">Storage drivers</a></h2>
-
-    <ul>
-      <li><strong><a href="storage.html#StorageBackendDir">Directory backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendFS">Local filesystem backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendNetFS">Network filesystem backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendLogical">Logical Volume Manager (LVM) backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendDisk">Disk backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendISCSI">iSCSI backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendSCSI">SCSI backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendMultipath">Multipath backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendRBD">RBD (RADOS Block Device) backend</a></strong></li>
-      <li><strong><a href="storage.html#StorageBackendSheepdog">Sheepdog backend</a></strong></li>
-    </ul>
   </body>
 </html>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Update drivers page to link to storage.html
Posted by Erik Skultety 4 years, 11 months ago
On Tue, Apr 30, 2019 at 03:32:02PM -0400, John Ferlan wrote:
> Rather than duplicate a list of storage pool backends on the
> drivers.html page, let's just link directly to the storage driver
> page similar to how the node device driver is done.
>
> Signed-off-by: John Ferlan <jferlan@redhat.com>
> ---
>  docs/drivers.html.in | 16 +---------------
>  1 file changed, 1 insertion(+), 15 deletions(-)

Reviewed-by: Erik Skultety <eskultet@redhat.com>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list