Displaying 1 result from an estimated 1 matches for "_parsing_".
2010 Sep 23
1
[PATCH] xl: fix UUID reporting with xl list -l
Hi,
if there is no UUID specified in the config file, we generate one during
the _parsing_ process. Since xl list -l parses the config file again,
the UUID will be generated again in this case and the reported version
does probably not match the used one.
Fix this by retrieving the UUID from dominfo (like xl list -v does).
Signed-off-by: Andre Przywara <andre.przywara@amd.com>...