On Wed, Apr 23, 2014 at 3:46 PM, Steve Wills <[email protected]> wrote:

> On Wed, Apr 23, 2014 at 03:39:21PM -0400, Richard Hipp wrote:
> >
> > So what problem are you seeing, exactly?  Is the fact that
> > posix_fallocate() is being called at all causing some kind of problem for
> > ZFS?
>
> I am deploying OpenStack Swift which uses sqlite via python.
>

Please double-check that the python build really is picking up version
3.8.x by running "SELECT sqlite_source_id();".

Can you turn on SQLite's error logging facility (
http://www.sqlite.org/errlog.html)?  I don't know how that is done in
python, but surely there must be a way.  The output would be very helpful
in getting to the bottom of this.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to