X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=915d8605a3759f94a7a0b854f1f7b9be03abecb9;hb=418842518bf856144e2ab33abb6de417d1b60753;hp=e546029aa0adc1574d1604c77f39652f72236d4c;hpb=e1836891d435b9ef47e68949a3d69b1258924d0c;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index e546029..915d860 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1962,12 +1962,13 @@ To attach a named piece of data, use the following call: C is the name to associate with this data, and C is an arbitrary pointer (which can be C). Any previous item with the -same name is overwritten. +same key is overwritten. -You can use any C you want, but names beginning with an -underscore character are reserved for internal libguestfs purposes -(for implementing language bindings). It is recommended to prefix the -name with some unique string to avoid collisions with other users. +You can use any C you want, but your key should I start with +an underscore character. Keys beginning with an underscore character +are reserved for internal libguestfs purposes (eg. for implementing +language bindings). It is recommended that you prefix the key with +some unique string to avoid collisions with other users. To retrieve the pointer, use: @@ -2670,6 +2671,10 @@ actions. L command and documentation. +=item C + +L command and documentation. + =item C C API example code. @@ -2818,6 +2823,15 @@ We have tested block devices up to 1 exabyte (2**60 or 1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host filesystem. +Although libguestfs probably does not impose any limit, the underlying +host storage will. If you store disk images on a host ext4 +filesystem, then the maximum size will be limited by the maximum ext4 +file size (currently 16 TB). If you store disk images as host logical +volumes then you are limited by the maximum size of an LV. + +For the hugest disk image files, we recommend using XFS on the host +for storage. + =head2 MAXIMUM SIZE OF A PARTITION The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector