Gluster

From Michael's Information Zone
Revision as of 08:22, 15 December 2020 by Michael.mast (talk | contribs) (Created page with "==AWS Amazon Linux== I had moved the NFS backend for several services from EFS to an instance running NFS. This was much faster than EFS, but now my data was on a single insta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AWS Amazon Linux

I had moved the NFS backend for several services from EFS to an instance running NFS. This was much faster than EFS, but now my data was on a single instance. A new critical app was being deployed and I needed redundancy. Previously played with gluster many years ago and decided to give it a shot. I wanted to keep the costs low so this will be a two node data and one node arbiter setup. The instances used are t3a.large for the data and t3a.small for the arbiter, all running Amazon Linux since CentOS is no longer viable.

sudo yum upgrade -y