guestfs_find: Document protocol limits for this API call.
authorRichard Jones <rjones@redhat.com>
Mon, 19 Oct 2009 15:57:54 +0000 (16:57 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 20 Oct 2009 09:31:54 +0000 (10:31 +0100)
commit55f5dc6f1195d7dec5687ece3f6e74dde649ff7c
tree0c06d5e6d04c6712e2dc68b1366a4a6c0c00d4c8
parent4dd6b77ff7037ee220b530cefb412ace3d880f61
guestfs_find: Document protocol limits for this API call.

guestfs_find has to send the complete list of files in a single
protocol message (hence, limited to 2-4 MB).  Unfortunately on
a typical Linux guest, guestfs_find ("/") will exceed this limit
resulting in an error.

Therefore we should add an unlimited version of this call in a
future commit.  This commit just documents the current limit.
src/generator.ml