Document accurately how supermin appliance uses /tmp as a cache.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Sep 2010 18:28:01 +0000 (19:28 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 24 Sep 2010 18:28:01 +0000 (19:28 +0100)
fish/guestfish.pod
src/guestfs.pod

index 181a053..285d901 100644 (file)
@@ -866,9 +866,9 @@ set, it uses C<more>.
 
 Location of temporary directory, defaults to C</tmp>.
 
-If libguestfs was compiled to use the supermin appliance then each
-handle will require rather a large amount of space in this directory
-for short periods of time (~ 80 MB).  You can use C<$TMPDIR> to
+If libguestfs was compiled to use the supermin appliance then the
+real appliance is cached in this directory, shared between all
+handles belonging to the same EUID.  You can use C<$TMPDIR> to
 configure another directory to use in case C</tmp> is not large
 enough.
 
index de5e254..c235383 100644 (file)
@@ -1684,9 +1684,9 @@ has the same effect as calling C<guestfs_set_trace (g, 1)>.
 
 Location of temporary directory, defaults to C</tmp>.
 
-If libguestfs was compiled to use the supermin appliance then each
-handle will require rather a large amount of space in this directory
-for short periods of time (~ 80 MB).  You can use C<$TMPDIR> to
+If libguestfs was compiled to use the supermin appliance then the
+real appliance is cached in this directory, shared between all
+handles belonging to the same EUID.  You can use C<$TMPDIR> to
 configure another directory to use in case C</tmp> is not large
 enough.