search for: 179b0edf

Displaying 2 results from an estimated 2 matches for "179b0edf".

2020 Apr 06
0
[v2v PATCH 2/2] Consolidate handling of temporary files/dirs
...overlays ) else ( - List.map (fun (_, ov) -> TargetFile (tmpdir // ov.ov_sd)) overlays + List.map (fun (_, ov) -> TargetFile (cachedir // ov.ov_sd)) overlays ) method create_metadata _ _ _ _ _ _ = () diff --git a/v2v/output_openstack.ml b/v2v/output_openstack.ml index 179b0edf..39f30c9e 100644 --- a/v2v/output_openstack.ml +++ b/v2v/output_openstack.ml @@ -191,8 +191,7 @@ class output_openstack output_conn output_password output_storage let run_openstack_command_capture_json args = let cmd = [ openstack_binary ] @ extra_args @ args in - let json, chan = File...
2020 Apr 06
4
[v2v PATCH 1/2] v2v: nbdkit: change base dir for nbdkit sockets/pidfiles
Since this new temporary directory will contain UNIX sockets for communicating with nbdkit, then its path must not be too long. Use the existing directory that libguestfs exposes for this, i.e. sockdir. --- v2v/nbdkit.ml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v2v/nbdkit.ml b/v2v/nbdkit.ml index 65317f9b..46b20c9d 100644 --- a/v2v/nbdkit.ml +++ b/v2v/nbdkit.ml