| From: | Alfredo De Luca <alfredo(dot)deluca(at)gmail(dot)com> |
|---|---|
| To: | fhagur(at)gmail(dot)com |
| Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Subject: | Re: postgresql and glusterFS |
| Date: | 2018-09-13 08:06:40 |
| Message-ID: | CAAWpFTF6pxjP+wp63gqDcHRefiChZ0b9Vbj7z1SPLc12ZJUZdQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)com> wrote:
>
>
> Em qua, 12 de set de 2018 às 10:56, Alfredo De Luca <
> alfredo(dot)deluca(at)gmail(dot)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*
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Flavio Henrique Araque Gurgel | 2018-09-13 08:21:05 | Re: postgresql and glusterFS |
| Previous Message | Jammie | 2018-09-12 18:46:07 | postgresql Logical Replication Stream fails with Connection/Socket errors consistently |