From nobody Wed Apr 24 05:36:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1556652750; cv=none; d=zoho.com; s=zohoarc; b=mskJvmopHqmR6/H7uvFj6P9cF/CkaXR0ce6GcN4KX6BwqW+YSwc1UlX3TdANZJlwsk6xwy61CBduuVTb20PXQgrq5Z/tnRhwmcBIkPNO/bjyrtrDX6b+B3CxzAF67dcyugooxmlqwEbLRBTSgthSK8ZOyl615wkf3ybJygzO2h4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556652750; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=jZLhk72NVMdBeIBnTuYlxoHHj3OqxPgPY8Lwox6Nl5g=; b=A9Js3yIN/VdkUfgULHCw4fDarm/vnycpVh4TsHVE5erUFdJb/8CeAEqcw+WPbHAuY9ikOJ7HEIWoFvKDhRPA/Z0m+dzIwieUj4M0V3B5RP0sJKAUe+8HWGUqhFyUU4h2EHZEIGjOQhsS/jrQzOyyHNm5fscw6Ps06FQoCQNoFuE= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 15566527508281016.5513786525969; Tue, 30 Apr 2019 12:32:30 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 619EE80B55; Tue, 30 Apr 2019 19:32:28 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 16C1978B22; Tue, 30 Apr 2019 19:32:26 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 01EDA18089CB; Tue, 30 Apr 2019 19:32:23 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3UJWLbc014943 for ; Tue, 30 Apr 2019 15:32:21 -0400 Received: by smtp.corp.redhat.com (Postfix) id 7337F6D0B2; Tue, 30 Apr 2019 19:32:21 +0000 (UTC) Received: from unknown0050b6a41c42.attlocal.net.com (ovpn-116-93.phx2.redhat.com [10.3.116.93]) by smtp.corp.redhat.com (Postfix) with ESMTP id 33CAD6D7E1 for ; Tue, 30 Apr 2019 19:32:18 +0000 (UTC) From: John Ferlan To: libvir-list@redhat.com Date: Tue, 30 Apr 2019 15:32:02 -0400 Message-Id: <20190430193202.20264-1-jferlan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: Update drivers page to link to storage.html X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 30 Apr 2019 19:32:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Erik Skultety --- 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 @@ =20 =20 @@ -39,19 +39,5 @@
  • Bhyve - The BSD H= ypervisor
  • =20 -

    Storage drivers

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