OPS635 installation glusterfs

From CDOT Wiki
Revision as of 20:40, 12 June 2023 by Chris.johnson (talk | contribs) (Protected "OPS635 installation glusterfs": OER transfer ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Centos 9

  • Add the gluster repo:
    • dnf install centos-release-gluster10
  • Install the gluster service
    • dnf install glusterfs-server

Note: There is a centos-release-gluster11, but it appears to be missing a package. Until further notice, use centos-release-gluster10.


Centos 8

  • Add the gluster repo:
    • yum install centos-release-gluster
  • Install the gluster service
    • yum install glusterfs-server