First steps to building ownership tables.
[virt-df.git] / lib / diskimage_utils.ml
index 80a7e3a..6abb608 100644 (file)
@@ -186,6 +186,7 @@ and disk_content =
 
 and partitions = {
   parts_plugin_id : parts_plugin_id;   (* Partitioning scheme. *)
+  parts_dev : device;                  (* Partitions (whole) device. *)
   parts : partition list               (* Partitions. *)
 }
 and partition = {
@@ -220,6 +221,7 @@ and filesystem = {
 (* Physical volumes. *)
 and pv = {
   lvm_plugin_id : lvm_plugin_id;        (* The LVM plug-in. *)
+  pv_dev : device;                     (* Device covering whole PV. *)
   pv_uuid : string;                    (* UUID. *)
 }