Skip to content

Instantly share code, notes, and snippets.

@jackdpeterson
Created January 15, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackdpeterson/aad48879a9c2e02f0882 to your computer and use it in GitHub Desktop.
Save jackdpeterson/aad48879a9c2e02f0882 to your computer and use it in GitHub Desktop.
Gluster 3.6.1 -- not matching 30601 operating-version on CentOS 6.6
[jpeterson@gluster6 glusterd]$ sudo cat glusterd.info
UUID=d9150a52-b892-4d23-a45e-b3f837daea3b
operating-version=30601
[jpeterson@gluster6 glusterd]$ sudo service glusterd restart
Starting glusterd: [FAILED]
[jpeterson@gluster6 glusterd]$ sudo nano glusterd.info
[jpeterson@gluster6 glusterd]$ sudo cat glusterd.info
UUID=d9150a52-b892-4d23-a45e-b3f837daea3b
operating-version=30600
[jpeterson@gluster6 glusterd]$ sudo service glusterd restart
Starting glusterd: [ OK ]
[jpeterson@gluster6 glusterd]$ cat /etc/*release*
CentOS release 6.6 (Final)
CentOS release 6.6 (Final)
CentOS release 6.6 (Final)
cpe:/o:centos:linux:6:GA
[jpeterson@gluster6 glusterd]$ facter | grep operating
operatingsystem => CentOS
operatingsystemmajrelease => 6
operatingsystemrelease => 6.6
[jpeterson@gluster6 glusterd]$ gluster --version
glusterfs 3.6.1 built on Nov 7 2014 15:15:50
Repository revision: git://git.gluster.com/glusterfs.git
Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com>
GlusterFS comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GlusterFS under the terms of the GNU General Public License.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment