Solved

Gluster Version


Badge +3

What’s the command to get the gluster version ?

For the OS we run uname -r which gives us the following out put.
3.10.0-1160.108.1.el7.x86_64

Looking for the same detailed output in a gluster version command. 

We should be running version “6.0-63.el7rhgs.x86_64” and would like to verify that we are. Thanks

https://documentation.commvault.com/2023e/expert/hyperscale_1_5_platform_version_1_2403.html

icon

Best answer by Emils 1 May 2024, 13:23

View original

2 replies

Userlevel 4
Badge +12

Thanks @Nick 

The following command should achieve this for you:

# rpm -qa | grep glusterfs

 

For additional information you can also run the following commands:

# cat /etc/redhat-storage-release

# grep operating-version /var/lib/glusterd/glusterd.info

 

You can reference the RHGS to a glusterfs using the following URLs

https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.5/html-single/installation_guide/index#Versions
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.4/html/installation_guide/versions
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.3/html/installation_guide/versions

Thanks

 

Badge +3

“rpm -qa | grep glusterfs” gave me the output I was looking for. Thank you for your help !

samba-vfs-glusterfs-4.11.6-116.el7rhgs.x86_64
glusterfs-server-6.0-63.el7rhgs.x86_64
glusterfs-cli-6.0-63.el7rhgs.x86_64
glusterfs-events-6.0-63.el7rhgs.x86_64
glusterfs-api-6.0-63.el7rhgs.x86_64
glusterfs-6.0-63.el7rhgs.x86_64
glusterfs-client-xlators-6.0-63.el7rhgs.x86_64
glusterfs-fuse-6.0-63.el7rhgs.x86_64
glusterfs-libs-6.0-63.el7rhgs.x86_64
glusterfs-geo-replication-6.0-63.el7rhgs.x86_64

Reply