qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qemu-img.texi: Describe data_file and data_file_raw


From: Eric Blake
Subject: Re: [PATCH] qemu-img.texi: Describe data_file and data_file_raw
Date: Fri, 18 Oct 2019 09:13:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

[cc qemu-block]

On 10/18/19 4:59 AM, Han Han wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1763105

Signed-off-by: Han Han <address@hidden>
---
  qemu-img.texi | 10 ++++++++++
  1 file changed, 10 insertions(+)


Reviewed-by: Eric Blake <address@hidden>

diff --git a/qemu-img.texi b/qemu-img.texi
index b5156d6316..44596c2d93 100644
--- a/qemu-img.texi
+++ b/qemu-img.texi
@@ -763,6 +763,16 @@ file which is COW and has data blocks already, it couldn't 
be changed to NOCOW
  by setting @code{nocow=on}. One can issue @code{lsattr filename} to check if
  the NOCOW flag is set or not (Capital 'C' is NOCOW flag).
+@item data_file
+File name of data file that is stored in the image and used as a default for
+opening the image. If the option is used, qcow2 file only stores the metadata
+of the image.
+
+@item data_file_raw
+This option requires @option{data_file}. If this option is set to @code{on},
+qemu will always keep the external data file consistent as a standalone
+read-only raw image. Default value is @code{off}.
+
  @end table
@item Other


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]