From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id D6D64634E5 for ; Wed, 10 Feb 2021 08:58:40 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BE360DACB for ; Wed, 10 Feb 2021 08:58:10 +0100 (CET) Received: from mx.antreich.com (mx.antreich.com [173.249.42.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 16084DAC1 for ; Wed, 10 Feb 2021 08:58:10 +0100 (CET) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antreich.com; s=2018; t=1612943480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ulM39zvKFtzu6lQgsXgZek8gWC3b6W1XNWvtYwjXxZU=; b=Ge+mfr9OZPATdElS/viRinfWWkJVITu0HVUhExraJpxo+ZIchTUsEmdrnaNSOH96npfuUz L9fRRD4WmyL1Rv0q35rcgORWpObHERsESO4GFcbdxdFy3cGf92agDkv+A7mvKyZ8fkj6Sx JiMywEvbomzRrgNIIg5b008M0Y8521DsjQd9fYO+zWqsrETHKb0KvcKPbAPI+JZeQU1oAl URrlFMnGriKh3cBf7JiKKaVYrBsm7bVcJAdhVbOEutGt1iio4S9nsfdcAu4vS0t7Bdfln6 DgpEMQgHsNUZG0QtiJ6lEGL6lK9FJC3dsOpyUhnI9X8AJZRqGDFsWChQrNZgKw== Date: Wed, 10 Feb 2021 07:51:28 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Alwin Antreich" Message-ID: <07ab61c90a3029002d8e82895b56e265@antreich.com> To: "Proxmox VE development discussion" In-Reply-To: <20210210071616.26122-1-m.almalat@proxmox.com> References: <20210210071616.26122-1-m.almalat@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [linuxfoundation.org, antreich.com, linuxfound.org, archive.org] X-Mailman-Approved-At: Wed, 10 Feb 2021 10:26:24 +0100 Subject: Re: [pve-devel] [PATCH pve-docs]: update link qemu documentation X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2021 07:58:40 -0000 Hi Moayad,=0A=0AFebruary 10, 2021 8:16 AM, "Moayad Almalat" wrote:=0A=0A> Signed-off-by: Moayad Almalat =0A> ---=0A> qm.adoc | 2 +-=0A> 1 file changed, 1 insertion(+), 1 de= letion(-)=0A> =0A> diff --git a/qm.adoc b/qm.adoc=0A> index 333b2e6..1108= 908 100644=0A> --- a/qm.adoc=0A> +++ b/qm.adoc=0A> @@ -203,7 +203,7 @@ ei= ther the *raw disk image format* or the *QEMU image format*.=0A> format d= oes not support thin provisioning or snapshots by itself, requiring=0A> c= ooperation from the storage layer for these tasks. It may, however, be up= to=0A> 10% faster than the *QEMU image format*. footnote:[See this bench= mark for details=0A> - http://events.linuxfoundation.org/sites/events/fil= es/slides/CloudOpen2013_Khoa_Huynh_v3.pdf]=0A> +=0A> https://web.archive.= org/web/20171027194629/https://events.linuxfoundation.org/sites/events/fi= les/sli=0A> es/CloudOpen2013_Khoa_Huynh_v3.pdf]=0A> * the *VMware image f= ormat* only makes sense if you intend to import/export the=0A> disk image= to other hypervisors.=0AIt seems that the PDF still exists on the linuxf= oundation site.=0Ahttps://events.static.linuxfound.org/sites/events/files= /slides/CloudOpen2013_Khoa_Huynh_v3.pdf=0A=0A--=0ACheers,=0AAlwin