Re: PostgreSQL and a clustered file system

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Ivan Voras <ivoras(at)freebsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and a clustered file system
Date: 2012-11-12 22:55:40
Message-ID: 20121112225540.GW5162@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ivan,

* Ivan Voras (ivoras(at)freebsd(dot)org) wrote:
> Is anyone running PostgreSQL on a clustered file system on Linux? By
> "clustered" I actually mean "shared", such that the same storage is
> mounted by different servers at the same time (of course, only one
> instance of PostgreSQL on only one server can be running on such a
> setup, and there are a lot of other precautions that need to be satisfied).

Yes. I've seen PG used across both DRBD and OCFS2. It can be made to
work quite well as an HA setup, provided you do appropriate fencing to
make sure that two postmasters don't end up trying to access the data
directory at the same time, etc, etc.

Thanks,

Stephen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Williamson 2012-11-12 23:09:10 Re: Enabling Autovacuum Postgres 9.1 (was Unexpectedly high disk space usage)
Previous Message Lists 2012-11-12 21:41:43 Re: Unexpectedly high disk space usage RESOLVED (Manual reindex/vacuum)