Displaying 3 results from an estimated 3 matches for "4ee15663f261".
2019 Oct 09
3
[PATCH] v2v: Output saved overlays in a machine-readable fashion
...t be useful even for machine-readable logs
b) should not break the machine-readable output
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
v2v/v2v.ml | 29 ++++++++++++++++++++++-------
1 file changed, 22 insertions(+), 7 deletions(-)
diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index 4ee15663f261..508a2b4f39a5 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -815,13 +815,28 @@ and actual_target_size target_file disk_stats =
(* Save overlays if --debug-overlays option was used. *)
and preserve_overlays overlays src_name =
- List.iter (
- fun ov ->
- let saved_filename =
- s...
2019 Oct 10
0
Re: [PATCH] v2v: Output saved overlays in a machine-readable fashion
...a bit confused what you're trying to do here.
Rich.
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
> v2v/v2v.ml | 29 ++++++++++++++++++++++-------
> 1 file changed, 22 insertions(+), 7 deletions(-)
>
> diff --git a/v2v/v2v.ml b/v2v/v2v.ml
> index 4ee15663f261..508a2b4f39a5 100644
> --- a/v2v/v2v.ml
> +++ b/v2v/v2v.ml
> @@ -815,13 +815,28 @@ and actual_target_size target_file disk_stats =
>
> (* Save overlays if --debug-overlays option was used. *)
> and preserve_overlays overlays src_name =
> - List.iter (
> - fun ov ->...
2019 Oct 11
6
Re: [PATCH] v2v: Output saved overlays in a machine-readable fashion
...g_parser.py#L71
>Rich.
>
>> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>> ---
>> v2v/v2v.ml | 29 ++++++++++++++++++++++-------
>> 1 file changed, 22 insertions(+), 7 deletions(-)
>>
>> diff --git a/v2v/v2v.ml b/v2v/v2v.ml
>> index 4ee15663f261..508a2b4f39a5 100644
>> --- a/v2v/v2v.ml
>> +++ b/v2v/v2v.ml
>> @@ -815,13 +815,28 @@ and actual_target_size target_file disk_stats =
>>
>> (* Save overlays if --debug-overlays option was used. *)
>> and preserve_overlays overlays src_name =
>> - List.it...