From nobody Thu May 16 00:21:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 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=1608792253; cv=none; d=zohomail.com; s=zohoarc; b=e7aB0m0pXPf5odqtbD1VqR14HL14RbqhdSYXQ7k9JjpmOu0KudB7MLibEc+pfXQ0mLZf0nzqyLhE7hpaWf2HMBT8zAfosb2GOw9Fcyisp5FSeLj4URybG+VK/3b9z2LBvem+7DiFHjV3id5sSTuL7K5YaNkNEhy72lkHtVrbGz4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1608792253; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=TWYUr0rdVo25eMmjCx5luJuXmUUsM2zG8e4vTtdJPEo=; b=gtcpOx5a4fNKNZxl26LPga/YKNOO+0tHGLARbXDuQlR/JHCl/4zzwqEjK+FaNtzZyeCHMqJnIhrJMgkKhD0+6NCRC++lX/h/SdEI7X7Qg4hWn6quovqXWwV7CRwt/L+Av9srZ5tZsvQCTPVtlnGSyZdV8p0gA5H+Bn160kuVeRg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 1608792253050861.8813017245022; Wed, 23 Dec 2020 22:44:13 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-590-_8PfjZS-P2eB7WnKP1UJyA-1; Thu, 24 Dec 2020 01:44:10 -0500 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2D96F1800D42; Thu, 24 Dec 2020 06:44:03 +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 021006F812; Thu, 24 Dec 2020 06:44:01 +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 2E90E1809CA0; Thu, 24 Dec 2020 06:43:55 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 0BO6hj7R027345 for ; Thu, 24 Dec 2020 01:43:45 -0500 Received: by smtp.corp.redhat.com (Postfix) id A56326F810; Thu, 24 Dec 2020 06:43:45 +0000 (UTC) Received: from 10.66.87.196 (unknown [10.66.87.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 56F79189CE; Thu, 24 Dec 2020 06:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1608792251; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=TWYUr0rdVo25eMmjCx5luJuXmUUsM2zG8e4vTtdJPEo=; b=EvQIdgujXALlv7RAGanhNUWR6NmFT7ohkpLHlStFH1RFrVt4dW8PsMC+w8CLTYjBkJtcKG xHXL3AEcT/jxLtuKX9oT7h0PFkaSwPhnB7ghaZJ2KnHzcobc9k3ocWaClEIfSdf+SA/7iX OCNjrZKFs7NrG7UXmkPrI9knPwMzzyA= X-MC-Unique: _8PfjZS-P2eB7WnKP1UJyA-1 From: Meina Li To: libvirt-list@redhat.com Subject: [PATCH] docs/formatstorageencryption.html.in: support qcow2 format in luks encryption volume Date: Thu, 24 Dec 2020 01:43:33 -0500 Message-Id: <20201224064333.1365457-1-meili@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Cc: hhan@redhat.com, Meina Li 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Meina Li --- docs/formatstorageencryption.html.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencry= ption.html.in index ea80a87cfb..7215c307d7 100644 --- a/docs/formatstorageencryption.html.in +++ b/docs/formatstorageencryption.html.in @@ -128,7 +128,9 @@ =20

Here is an example specifying use of the luks format for - a specific cipher algorithm for volume creation: + a specific cipher algorithm for volume creation. + Since 6.10.0, the target f= ormat + can also support qcow2 type with luks encr= yption.

 <volume>
--=20
2.27.0