From bd2c0d989ad618ff6895ca21d86772747bb1e342 Mon Sep 17 00:00:00 2001 From: Matko Jun Date: Sat, 19 Aug 2017 11:01:16 +0200 Subject: [PATCH] nfs sa pgpool-a --- nfs.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nfs.txt 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 -- 2.20.1