[Pkg-libvirt-commits] [libguestfs] 30/66: v2v: Windows: Uploading viostor driver needs upload method, not copy.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:39 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 7b428603e3a6dc43c48e276b192fda05a4a50a13
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Sep 22 18:25:51 2014 +0100

    v2v: Windows: Uploading viostor driver needs upload method, not copy.
    
    Thanks: Jeff Forbes
---
 v2v/convert_windows.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 901cdb5..1b9fa4f 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -267,7 +267,7 @@ echo uninstalling Xen PV driver
         else (
           let target = sprintf "%s/system32/drivers/viostor.sys" systemroot in
           let target = g#case_sensitive_path target in
-          g#cp block_path target;
+          g#upload block_path target;
           add_viostor_to_critical_device_database root current_cs;
           Virtio_blk
         ) in

-- 
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