Thomas Cameron
2022-Jul-16 21:13 UTC
[Gluster-users] Right way to use community Gluster on genuine RHEL?
All - Is there a way to install community packages on genuine RHEL? I mean, I *can* install CentOS 8 I suppose, but I kind of want to play with real RHEL but with community packages. It seems like I need to install centos-release-gluster9-1.0-1.el8.noarch.rpm, centos-release-storage-common-2-2.el8.noarch.rpm, and maybe centos-release? What is the "correct" way of using gluster on RHEL 8 or, preferably, 9? Thanks! Thomas
Péter Károly JUHÁSZ
2022-Jul-17 18:59 UTC
[Gluster-users] Right way to use community Gluster on genuine RHEL?
Hi, I don't know what is the correct way but what I did on my RHEL7 (I assume 8 and 9 is more or less the same): * Added this repo http://mirror.centos.org/centos/7/storage/x86_64/gluster-9/ * Then yum install glusterfs-server It works for me. Regards, Stone Thomas Cameron <thomas.cameron at camerontech.com> ? 2022?7?16??? 23:42???> All - > > Is there a way to install community packages on genuine RHEL? I mean, I > *can* install CentOS 8 I suppose, but I kind of want to play with real > RHEL but with community packages. It seems like I need to install > centos-release-gluster9-1.0-1.el8.noarch.rpm, > centos-release-storage-common-2-2.el8.noarch.rpm, and maybe centos-release? > > What is the "correct" way of using gluster on RHEL 8 or, preferably, 9? > > Thanks! > Thomas > ________ > > > > Community Meeting Calendar: > > Schedule - > Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC > Bridge: https://meet.google.com/cpu-eiue-hvk > Gluster-users mailing list > Gluster-users at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20220717/8cc6ce04/attachment.html>
Kaleb Keithley
2022-Jul-18 12:58 UTC
[Gluster-users] Right way to use community Gluster on genuine RHEL?
On Sat, Jul 16, 2022 at 5:42 PM Thomas Cameron < thomas.cameron at camerontech.com> wrote:> All - > > Is there a way to install community packages on genuine RHEL? ... It seems > like I need to install > centos-release-gluster9-1.0-1.el8.noarch.rpm, > centos-release-storage-common-2-2.el8.noarch.rpm, and maybe centos-release? > >P?ter K?roly JUH?SZ wrote:>I don't know what is the correct way but what I did on my RHEL7 (I assume8 and 9 is more or less the same):> > * Added this repohttp://mirror.centos.org/centos/7/storage/x86_64/gluster-9/> * Then yum install glusterfs-serverStrahil Nikolov wrote:> You can built the rpms from source. > https://docs.gluster.org/en/main/Developer-guide/Building-GlusterFS/Those all work. Building from source is maybe the hardest, but it's not that hard. Packages are nice because they're easy to install, update, and remove. What is the "correct" way of using gluster on RHEL 8 or, preferably, 9?>There isn't any one correct or official way. If packages make sense to you, use them. If building from source works for you, do that. Building your own RPMs gives you the best of both. The glusterfs.spec (and related files) is at https://git.centos.org/rpms/glusterfs/ if you want to build your own rpms. -- Kaleb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20220718/5c928f63/attachment.html>