Difference between revisions of "OPS635 installation glusterfs"

From CDOT Wiki
Jump to: navigation, search
(Created page)
 
m (Adding instructions for CentOS Stream 9)
Line 1: Line 1:
 
[[Category:OPS635]][[Category:peter.callaghan]][[Category:glusterfs]]
 
[[Category:OPS635]][[Category:peter.callaghan]][[Category:glusterfs]]
 +
 +
 +
= 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.
  
  

Revision as of 19:14, 21 February 2023


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