So I just tried you little script inside my container (AUFS on top of ZFS):

root@47dfdb95e2a6:/# ./a.out 
writev: Function not implemented
root@47dfdb95e2a6:/#

Then I tried my script outside of the container (ZFS):
me@slagathor:~/Projects/service/services/upload$ ./a.out 
6

Here is my uname:
Linux slagathor 3.8.0-27-generic #40~precise3-Ubuntu SMP Fri Jul 19 14:38:30 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

The plot thickens....


-----Original Message-----
From: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] On Behalf Of 
Jérôme P.
Sent: Monday, August 05, 2013 4:16 PM
To: nginx@nginx.org
Subject: Re: RE: writev function not implemented

Rangel, Raul wrote in post #1117817:

> So my assumption is that AUFS does not support writev? So I need to 
> somehow mount a different filesystem?

I wrote a quick and dirty C program to test writev() on AUFS, and it worked 
like a charm here (3.8 Debian kernel).

https://gist.github.com/jpetazzo/6160048

What's the *underlying* filesystem? ZFS?

--
Posted via http://www.ruby-forum.com/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to