Re: postgresql and glusterFS - Mailing list pgsql-admin

From Alfredo De Luca
Subject Re: postgresql and glusterFS
Date
Msg-id CAAWpFTF6pxjP+wp63gqDcHRefiChZ0b9Vbj7z1SPLc12ZJUZdQ@mail.gmail.com
Whole thread Raw
In response to Re: postgresql and glusterFS  (Flavio Henrique Araque Gurgel <fhagur@gmail.com>)
Responses Re: postgresql and glusterFS  (Flavio Henrique Araque Gurgel <fhagur@gmail.com>)
List pgsql-admin
thanks heaps. 
The idea is actually to use K8s so install postgres with glusterfs as storage manager so in case a POD crashes can start again on another node with the same file systems

Cheers


On Wed, Sep 12, 2018 at 11:48 AM Flavio Henrique Araque Gurgel <fhagur@gmail.com> wrote:


Em qua, 12 de set de 2018 às 10:56, Alfredo De Luca <alfredo.deluca@gmail.com> escreveu:
Hi all. I wonder if I can install/configure postgresql with a distributed file system ...specifically glusterFS? is it supported? Does it work properly. 
the ENV is on Centos 7

Any idea? 

It works and it supports all POSIX semantics. And because of it, it's slow as hell to writes because a FS lock acquired by PostgreSQL has to be replicated to all nodes before being confirmed. If you have a read bound database you should be fine tho.

I have tested it but never put in production, it's useless.
What exactly you want to do?

Flavio


--
Alfredo

pgsql-admin by date:

Previous
From: Jammie
Date:
Subject: postgresql Logical Replication Stream fails with Connection/Socketerrors consistently
Next
From: Flavio Henrique Araque Gurgel
Date:
Subject: Re: postgresql and glusterFS