Module Diskimage_lvm2_metadata


module Diskimage_lvm2_metadata: sig .. end
diskimage plugin for Linux LVM2

type metadata = metastmt list 
type metastmt = string * metavalue 

type metavalue =
| Metadata of metadata
| String of string
| Int of Int63.t
| Float of float
| List of metavalue list
val output_metadata : Pervasives.out_channel -> metadata -> unit
This function prints out the metadata on the selected channel.

The output format isn't particularly close to the input format. This is just for debugging purposes.