On Tue, Dec 07, 2010 at 01:22:43PM -0500, Mike Snitzer wrote:
So I just tried to reproduce this on an Ubuntu 10.04 system running
2.6.37-rc5 (completely stock except for a few apparmor patches that I
needed to keep the apparmor userspace from complaining). I'm using
Postgres 8.4.5-0ubuntu10.04.
Using the above procedure, I wasn't able to reproduce. Then I
realized this might have been because I was using an SSD root file
system (which is secured using LUKS/dm-crypt, with LVM on top of
dm-crypt). So I mounted a file system on a 5400 rpm SSD disk, which
is also protected using LUKS/dm-crypt with LVM on top. I then
executed the PostgresQL commands:
CREATE TABLESPACE test LOCATION '/kbuild/postgres';
SET default_tablespace = test;
COMMIT
\quit
I then re-ran the above proceduing, and verified that all of the I/O
was going to the 5400rpm laptop disk.
I then ran the above procedure a half-dozen times, and I still haven't
been able to reproduce any Postgresql errors or kernel errors.
Jon, can you help me identify what might be different with your run
and mine? What version of Postgres are you using?
Thanks,
- Ted
--