Re: Some thoughts on NFS - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Some thoughts on NFS
Date
Msg-id CA+TgmoZ--_cAQCEysg+d4AhAbxv+vnT3dRK4UZbcaPokomvabA@mail.gmail.com
Whole thread Raw
In response to Re: Some thoughts on NFS  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Some thoughts on NFS  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
On Tue, Feb 19, 2019 at 10:59 AM Magnus Hagander <magnus@hagander.net> wrote:
> The only case I've run into people wanting to use postgres on NFS, the NFS server is a big filer from netapp or
hitachior whomever. And you're not going to be able to run something like that on top of it. 

Yeah.  :-(

It seems, however, we have no way of knowing to what extent that big
filer actually implements the latest NFS specs and does so correctly.
And if it doesn't, and data goes down the tubes, people are going to
blame PostgreSQL, not the big filer, either because they really
believe we ought to be able to handle it, or because they know that
filing a trouble ticket with NetApp isn't likely to provoke any sort
of swift response.  If PostgreSQL itself is speaking NFS, we might at
least have a little more information about what behavior the filer
claims to implement, but even then it could easily be "lying."  And if
we're just seeing it as a filesystem mount, then we're just ... flying
blind.

> There might be a use-case for the split that you mention, absolutely, but it's not going to solve the
people-who-want-NFSsituation. You'd solve more of that by having the middle layer speak "raw device" underneath and be
ableto sit on top of things like iSCSI (yes, really). 

Not sure I follow this part.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Some thoughts on NFS
Next
From: Dmitry Dolgov
Date:
Subject: Re: [HACKERS] [PATCH] Generic type subscripting