Re: postgresql and glusterFS

Поиск
Список
Период
Сортировка
От Alfredo De Luca
Тема Re: postgresql and glusterFS
Дата
Msg-id CAAWpFTF6pxjP+wp63gqDcHRefiChZ0b9Vbj7z1SPLc12ZJUZdQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: postgresql and glusterFS  (Flavio Henrique Araque Gurgel <fhagur@gmail.com>)
Ответы Re: postgresql and glusterFS  (Flavio Henrique Araque Gurgel <fhagur@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jammie
Дата:
Сообщение: postgresql Logical Replication Stream fails with Connection/Socketerrors consistently
Следующее
От: Flavio Henrique Araque Gurgel
Дата:
Сообщение: Re: postgresql and glusterFS