From: Matko Jun Date: Sat, 19 Aug 2017 09:01:16 +0000 (+0200) Subject: nfs sa pgpool-a X-Git-Url: http://git.rot13.org/?p=edozvola;a=commitdiff_plain;h=bd2c0d989ad618ff6895ca21d86772747bb1e342 nfs sa pgpool-a --- diff --git a/nfs.txt b/nfs.txt new file mode 100644 index 0000000..d58437a --- /dev/null +++ b/nfs.txt @@ -0,0 +1,10 @@ +yum install nfs-utils nfs4-acl-tools + +systemctl enable nfs-server.service +systemctl start nfs-server.service + +vim /etc/exports + +/shared/pgsql edozvola-db-01(rw,no_root_squash) edozvola-db-02(rw,no_root_squash) + +exportfs -a