X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=ccaf10a7e71e975a602ff9661bf90c40a523ddd7;hp=2f9fb71d743f7b8d8b909c2cef67a0931436cc4b;hb=0c60e4d9dd6549c2135699490ba8a9ec1dd50ab9;hpb=fa4931bc4e2944e9b3b72843d4b0350d7ad36238 diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 2f9fb71..ccaf10a 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -907,6 +907,10 @@ This returns a hash of where we think the filesystems associated with this operating system should be mounted. Callers should note that this is at best an educated guess made by reading configuration files such as C. +I that this may return filesystems +which are non-existent or not mountable and callers should +be prepared to handle or ignore failures if they try to +mount them. Each element in the returned hashtable has a key which is the path of the mountpoint (eg. C) and a value @@ -1095,9 +1099,7 @@ The optional C parameter sets the libvirt URI (see L). If this is not set then we connect to the default libvirt URI (or one set through an environment variable, see the libvirt documentation for full -details). If you are using the C API directly then it is more -flexible to create the libvirt connection object yourself, get -the domain object, and call C. +details). The other optional parameters are passed directly through to C.");