[Pkg-libvirt-commits] [libguestfs] 47/179: v2v: Increase readahead window for vCenter transfers (RHBZ#1151033).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 88a381b2a065e0447281eb3ca7a215b3855c98b0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Oct 9 16:04:01 2014 +0100

    v2v: Increase readahead window for vCenter transfers (RHBZ#1151033).
---
 v2v/lib_esx.ml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/v2v/lib_esx.ml b/v2v/lib_esx.ml
index adee5c3..d3869aa 100644
--- a/v2v/lib_esx.ml
+++ b/v2v/lib_esx.ml
@@ -84,6 +84,8 @@ let rec map_path_to_uri verbose uri scheme server path format =
       "file.driver", JSON.String "https";
       "file.url", JSON.String url;
       "file.timeout", JSON.Int 60;
+      (* Choose a large readahead.  See: RHBZ#1151033 *)
+      "file.readahead", JSON.Int (64 * 1024 * 1024);
     ] in
 
     let json_params =

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list