Displaying 1 result from an estimated 1 matches for "download_to_tmp".
2011 Jun 27
0
[PATCH] Change download_to_tmp so it can work with multi-root operating systems.
...ats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 2fbb9e01d508fb498ce07a8cb3fe6531bf00902f Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones at redhat.com>
Date: Mon, 27 Jun 2011 16:10:25 +0100
Subject: [PATCH] Change download_to_tmp so it can work with multi-root
operating systems.
The previous guestfs___download_to_tmp function did not handle
multiboot correctly. In particular it used the same cache name
for downloaded files from different roots, which could have caused
things like applications in each root to be confused....