Re: VMWare file system / database corruption - Mailing list pgsql-general

From Bill Moran
Subject Re: VMWare file system / database corruption
Date
Msg-id 20090922095141.e28fccec.wmoran@potentialtech.com
Whole thread Raw
In response to Re: VMWare file system / database corruption  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
In response to Merlin Moncure <mmoncure@gmail.com>:

> On Mon, Sep 21, 2009 at 4:03 PM, Scot Kreienkamp <SKreien@la-z-boy.com> wrote:
> > On the contrary, we've been running PG in production for years now under VMWare.  Same with MSSQL.  We've never had
anyproblems.  Less so than an actual physical machine actually since we can move the server to different physical
hardwareon demand.  Also makes disaster recovery MUCH easier. 
> >
> > However, VMWare does have its places.  A high usage database is not one of them, IMHO.  A moderately or less used
one,depending on requirements and the hardware backing it, is often a good fit.  And I agree with Scott about the
snapshots. They do tend to cause temporary communication issues with a running virtual machine occasionally, regardless
ofOS or DB type.  (The benefits outweigh the risks 99% of the time though, with backups being that 1%.)  In my
experiencethe level of interference from snapshotting a virtual machine also depends on the type and speed of your
physicaldisks backing the VMWare host and the size of the virtual machine and any existing snapshot.  I've been told
thatin VSPhere (VMWare 4.0) this will be significantly improved. 
>
> I agree with pretty much everything you've said. I would never put a
> high load system on vmware, but testing, workstation, development,
> legacy etc is all good.  I've never had any type of filesystem
> corruption.

There was a bug in the disk driver for VMWare ESXi not long ago that would
neglect to flush the disk buffers on certain hardware on shutdown.  This,
naturally, would lead to horrendous filesystem corruption if you rebooted.
This bit us pretty hard (we use ESXi for our testing/development systems).

The good news is that VMWare has since issued a patch that fixes the
problem.  The point being that if you're experiencing filesystem corruption
on VMWare, check your version against their updates and see if that's
the cause.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: VMWare file system / database corruption
Next
From: agostonbejo
Date:
Subject: How to have ant's task insert special chars appropriately?