[Libguestfs] [PATCH libldm v4 2/3] gtk-doc: update documentation.

Mykola Ivanets stenavin at gmail.com
Mon May 14 11:07:19 UTC 2018


gtk-doc is updated to reflect presence of new volume GUID field.
---
 docs/reference/ldmtool/ldmtool.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/reference/ldmtool/ldmtool.xml b/docs/reference/ldmtool/ldmtool.xml
index 0f2b934..ec52633 100644
--- a/docs/reference/ldmtool/ldmtool.xml
+++ b/docs/reference/ldmtool/ldmtool.xml
@@ -254,6 +254,12 @@
                     <para>The name of the volume</para>
                 </listitem>
             </varlistentry>
+            <varlistentry>
+                <term>guid</term>
+                <listitem>
+                    <para>The Windows-assigned GUID of the volume</para>
+                </listitem>
+            </varlistentry>
             <varlistentry>
                 <term>type</term>
                 <listitem>
@@ -568,6 +574,7 @@ ldm> show diskgroup 06495a84-fbfd-11e1-8cf9-52540061f5db
 ldm> show volume 06495a84-fbfd-11e1-8cf9-52540061f5db Volume1
 {
   "name" : "Volume1",
+  "guid" : "c08309e9-1d30-43e5-8dc3-fcec8be76fcc",
   "type" : "spanned",
   "size" : 129024,
   "chunk-size" : 0,
-- 
2.17.0




More information about the Libguestfs mailing list