From 0765c3e3f7b3280dd7d3a7193024014ec44dc27d Mon Sep 17 00:00:00 2001 From: Alexander Vasilenko Date: Sun, 12 Mar 2017 18:47:07 +0300 Subject: [PATCH] docs: Move 'timestamps' and 'encryption' sub-element description The description should be in the target for a volume not a pool. --- docs/formatstorage.html.in | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index c787a059df..225e190002 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -456,24 +456,6 @@ will be filled with the values used by the existing directory. Since 1.2.16 -
timestamps
-
Provides timing information about the volume. Up to four - sub-elements are present, - where atime, btime, ctime - and mtime hold the access, birth, change and - modification time of the volume, where known. The used time - format is <seconds>.<nanoseconds> since the - beginning of the epoch (1 Jan 1970). If nanosecond resolution - is 0 or otherwise unsupported by the host OS or filesystem, - then the nanoseconds part is omitted. This is a readonly - attribute and is ignored when creating a volume. - Since 0.10.0 -
-
encryption
-
If present, specifies how the volume is encrypted. See - the Storage Encryption page - for more information. -

Device extents

@@ -658,6 +640,24 @@ will be filled with the values used by the existing file. Since 0.4.1 +
timestamps
+
Provides timing information about the volume. Up to four + sub-elements are present, + where atime, btime, ctime + and mtime hold the access, birth, change and + modification time of the volume, where known. The used time + format is <seconds>.<nanoseconds> since the + beginning of the epoch (1 Jan 1970). If nanosecond resolution + is 0 or otherwise unsupported by the host OS or filesystem, + then the nanoseconds part is omitted. This is a readonly + attribute and is ignored when creating a volume. + Since 0.10.0 +
+
encryption
+
If present, specifies how the volume is encrypted. See + the Storage Encryption page + for more information. +
compat
Specify compatibility level. So far, this is only used for type='qcow2' volumes. Valid values are 0.10 -- 2.47.2