Created
January 15, 2015 19:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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