Hi, On Wed, Apr 23, 2014 at 03:52:03PM -0400, Richard Hipp wrote: > 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();".
I'm pretty sure it is, as it's the only sqlite lib on the system. I see this: sqlite> SELECT sqlite_source_id(); 2014-04-03 16:53:12 a611fa96c4a848614efe899130359c9f6fb889c3 > 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. I have not been able to figure out how to do this. The python docs don't seem to give a hint how to do this: https://docs.python.org/2/library/sqlite3.html Maybe there isn't a way at the moment? Steve _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

