We decided to test booster in glusterfs, but we have some
problems. We want lighttpd to use booster (performance purposes) and to
download files directly from file server. However the following errors appeared
while tracing the lighty proccess:
1) When we tried to open a file
through lighty and gluster: write(18, "2009-08-20 11:27:07:
(network_writev.c.269) mmap failed: No such device
/var/www/glusterfs/logo.png
2) And when we tried to upload a
file through lighty and gluster: open("/var/www/glusterfs/6b5906b53d6372d4/659e4f5e",
O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No such file or
directory) --- SIGSEGV (Segmentation fault) @ 0 (0) ---
We see
the files, but we can not open them or upload new ones.