Welcome to Centmin Mod Community
Register Now

GlusterFS EPEL YUM Repository packages for CentOS 6.5 & 7.0

Discussion in 'CentOS, Redhat & Oracle Linux News' started by eva2000, Sep 11, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,851
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    7:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    GlusterFS EPEL YUM repository



    Update: GlusterFS RPMs are now available in CentOS Storage SIG Repository outlined at SpecialInterestGroup/Storage/gluster-Quickstart - CentOS Wiki

    Use if you need both 32bit and 64bit OS support for GlusterFS setup and install on CentOS 7.0 or CentOS 6.x as Axivo YUM repo is only for 64 bit OS support. Axivo has an awesome GlusterFS setup and install guide using the Axivo YUM repository version for 64bit OS servers only.

    Official GlusterFS documentation is at Gluster Docs From official quick start guide:

    So 64bit OS recommended, but GlusterFS repo does have 32bit packages available too *i686.

    Regardless of which guide you use, pay attention to the partioning requirements. Centmin Mod is provided as is, so there's no support for GlusterFS setups. You're on your own.

    FYI, according to Centmin Mod Survey, there's still 40% of users using CentOS 32bit OS.

    Setup and install Gluster EPEL Yum Repository



    Code:
    wget -O /etc/yum.repos.d/glusterfs-epel.repo http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/CentOS/glusterfs-epel.repo
    rpm --import http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
    

    CSF Firewall and GlusterFS



    CSF Firewall TCP_IN/OUT ports need opening for GlusterFS. If you follow Axivo setup guide it has list of iptables ports. Make sure that port 111 is opened in both TCP_IN/OUT as well as UDP_IN/OUT sections of /etc/csf/csf.conf which it should already should have been by default

    You can see current defaults set in /etc/csf/csf.conf using command

    Code:
    egrep '^TCP_|^UDP_' /etc/csf/csf.conf
    Which will show for default Centmin Mod installs of CSF Firewall

    Code:
    TCP_IN = "20,21,22,25,53,80,110,111,143,161,443,465,587,993,995,1110,1186,1194,2202,11211,11212,11213,11214,2049,2112,22000,22001,2222,3000,3334,8080,8888,81,9000,9001,9312,9418,10000,10500,10501,6081,6082,30865,3000:3050"
    TCP_OUT = "111,2049,1110,1194,9418,20,21,22,25,53,80,110,113,443"
    UDP_IN = "111,2049,1110,20,21,53"
    UDP_OUT = "111,2049,1110,33434:33523,20,21,53,113,123"
    Ports 111, 2049 already opened, so need to add 24007,38465:38469,49152 and also for each brick increment 49152 port, so for 2 bricks you'd need 49152,49153

    Code:
    TCP_IN = "20,21,22,25,53,80,110,111,143,161,443,465,587,993,995,1110,1186,1194,2202,11211,11212,11213,11214,2049,2112,22000,22001,2222,3000,3334,8080,8888,81,9000,9001,9312,9418,10000,10500,10501,6081,6082,30865,3000:3050,24007,38465:38469,49152,49153"
    TCP_OUT = "111,2049,1110,1194,9418,20,21,22,25,53,80,110,113,443,24007,38465:38469,49152,49153"
    UDP_IN = "111,2049,1110,20,21,53"
    UDP_OUT = "111,2049,1110,33434:33523,20,21,53,113,123"
    The above won't limit the source IP to connect to, so you might want to fine tune and limit to source ports in /etc/csf/csf.allow as per CSF - CSF Firewall info | Centmin Mod Community


    in /etc/csf/csf.allow if it's a local private network

    Code:
    udp|in|d=111|s=192.168.1.0/24
    tcp|in|d=111|s=192.168.1.0/24
    tcp|in|d=24007|s=192.168.1.0/24
    tcp|in|d=38465_38469|s=192.168.1.0/24
    tcp|in|d=2049|s=192.168.1.0/24
    tcp|in|d=49152|s=192.168.1.0/24
    tcp|in|d=49153|s=192.168.1.0/24
    
    Then after editing /etc/csf/csf.conf restart CSF Firewall

    Code:
    csf -r

    Install GlusterFS via official GlusterFS EPEL repsitory



    For Centmin Mod based installs, you need to add the line --disableplugin=priorities to be able to see packages from 3rd party YUM repositories
    Code:
    yum list glusterfs\* --disableplugin=priorities -q
    yum install glusterfs-server --disableplugin=priorities -q
    
    Updating would be
    Code:
    yum update glusterfs-server --disableplugin=priorities

    CentOS 6.5



    Code:
    yum list glusterfs\* --disableplugin=priorities -q
    Available Packages
    glusterfs.x86_64                                                               3.5.2-1.el6                                               glusterfs-epel
    glusterfs-api.x86_64                                                           3.5.2-1.el6                                               glusterfs-epel
    glusterfs-api-devel.x86_64                                                     3.5.2-1.el6                                               glusterfs-epel
    glusterfs-cli.x86_64                                                           3.5.2-1.el6                                               glusterfs-epel
    glusterfs-debuginfo.x86_64                                                     3.5.2-1.el6                                               glusterfs-epel
    glusterfs-devel.x86_64                                                         3.5.2-1.el6                                               glusterfs-epel
    glusterfs-extra-xlators.x86_64                                                 3.5.2-1.el6                                               glusterfs-epel
    glusterfs-fuse.x86_64                                                          3.5.2-1.el6                                               glusterfs-epel
    glusterfs-geo-replication.x86_64                                               3.5.2-1.el6                                               glusterfs-epel
    glusterfs-libs.x86_64                                                          3.5.2-1.el6                                               glusterfs-epel
    glusterfs-rdma.x86_64                                                          3.5.2-1.el6                                               glusterfs-epel
    glusterfs-regression-tests.x86_64                                              3.5.2-1.el6                                               glusterfs-epel
    glusterfs-resource-agents.noarch                                               3.5.2-1.el6                                               glusterfs-noarch-epel
    glusterfs-server.x86_64                                                        3.5.2-1.el6                                               glusterfs-epel
    
    Code:
    yum install glusterfs-server --disableplugin=priorities
    Loaded plugins: downloadonly, fastestmirror
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.serversaustralia.com.au
    * epel: mirror.overthewire.com.au
    * extras: mirror.overthewire.com.au
    * rpmforge: mirror.ventraip.net.au
    * updates: mirror.overthewire.com.au
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package glusterfs-server.x86_64 0:3.5.2-1.el6 will be installed
    --> Processing Dependency: glusterfs-libs = 3.5.2-1.el6 for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: glusterfs-fuse = 3.5.2-1.el6 for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: glusterfs-cli = 3.5.2-1.el6 for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: glusterfs = 3.5.2-1.el6 for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: rpcbind for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: nfs-utils for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: libglusterfs.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: libgfxdr.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: libgfrpc.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Processing Dependency: libgfapi.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el6.x86_64
    --> Running transaction check
    ---> Package glusterfs.x86_64 0:3.5.2-1.el6 will be installed
    ---> Package glusterfs-api.x86_64 0:3.5.2-1.el6 will be installed
    ---> Package glusterfs-cli.x86_64 0:3.5.2-1.el6 will be installed
    ---> Package glusterfs-fuse.x86_64 0:3.5.2-1.el6 will be installed
    ---> Package glusterfs-libs.x86_64 0:3.5.2-1.el6 will be installed
    ---> Package nfs-utils.x86_64 1:1.2.3-39.el6_5.3 will be installed
    --> Processing Dependency: nfs-utils-lib >= 1.1.0-3 for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libtirpc >= 0.2.1-6.el6_5.2 for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: keyutils >= 1.4-4 for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libgssglue.so.1(libgssapi_CITI_2)(64bit) for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libgssglue for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    --> Processing Dependency: libgssglue.so.1()(64bit) for package: 1:nfs-utils-1.2.3-39.el6_5.3.x86_64
    ---> Package rpcbind.x86_64 0:0.2.0-11.el6 will be installed
    --> Running transaction check
    ---> Package keyutils.x86_64 0:1.4-4.el6 will be installed
    ---> Package libgssglue.x86_64 0:0.1-11.el6 will be installed
    ---> Package libtirpc.x86_64 0:0.2.1-6.el6_5.2 will be installed
    ---> Package nfs-utils-lib.x86_64 0:1.1.5-6.el6_5 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ==============================================================================================================================================================
    Package                                 Arch                          Version                                    Repository                             Size
    ==============================================================================================================================================================
    Installing:
    glusterfs-server                        x86_64                        3.5.2-1.el6                                glusterfs-epel                        563 k
    Installing for dependencies:
    glusterfs                               x86_64                        3.5.2-1.el6                                glusterfs-epel                        1.2 M
    glusterfs-api                           x86_64                        3.5.2-1.el6                                glusterfs-epel                         69 k
    glusterfs-cli                           x86_64                        3.5.2-1.el6                                glusterfs-epel                        122 k
    glusterfs-fuse                          x86_64                        3.5.2-1.el6                                glusterfs-epel                         92 k
    glusterfs-libs                          x86_64                        3.5.2-1.el6                                glusterfs-epel                        250 k
    keyutils                                x86_64                        1.4-4.el6                                  base                                   39 k
    libgssglue                              x86_64                        0.1-11.el6                                 base                                   23 k
    libtirpc                                x86_64                        0.2.1-6.el6_5.2                            updates                                79 k
    nfs-utils                               x86_64                        1:1.2.3-39.el6_5.3                         updates                               321 k
    nfs-utils-lib                           x86_64                        1.1.5-6.el6_5                              updates                                67 k
    rpcbind                                 x86_64                        0.2.0-11.el6                               base                                   51 k
    
    Transaction Summary
    ==============================================================================================================================================================
    Install      12 Package(s)
    
    Total download size: 2.8 M
    Installed size: 9.0 M
    Is this ok [y/N]: y
    Downloading Packages:
    (1/12): glusterfs-3.5.2-1.el6.x86_64.rpm                                                                                               | 1.2 MB     00:06
    (2/12): glusterfs-api-3.5.2-1.el6.x86_64.rpm                                                                                           |  69 kB     00:00
    (3/12): glusterfs-cli-3.5.2-1.el6.x86_64.rpm                                                                                           | 122 kB     00:01
    (4/12): glusterfs-fuse-3.5.2-1.el6.x86_64.rpm                                                                                          |  92 kB     00:00
    (5/12): glusterfs-libs-3.5.2-1.el6.x86_64.rpm                                                                                          | 250 kB     00:01
    (6/12): glusterfs-server-3.5.2-1.el6.x86_64.rpm                                                                                        | 563 kB     00:03
    (7/12): keyutils-1.4-4.el6.x86_64.rpm                                                                                                  |  39 kB     00:00
    (8/12): libgssglue-0.1-11.el6.x86_64.rpm                                                                                               |  23 kB     00:00
    (9/12): libtirpc-0.2.1-6.el6_5.2.x86_64.rpm                                                                                            |  79 kB     00:00
    (10/12): nfs-utils-1.2.3-39.el6_5.3.x86_64.rpm                                                                                         | 321 kB     00:00
    (11/12): nfs-utils-lib-1.1.5-6.el6_5.x86_64.rpm                                                                                        |  67 kB     00:00
    (12/12): rpcbind-0.2.0-11.el6.x86_64.rpm                                                                                               |  51 kB     00:00
    --------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                         160 kB/s | 2.8 MB     00:18
    warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID 4ab22bb3: NOKEY
    Retrieving key from http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
    Importing GPG key 0x4AB22BB3:
    Userid: "Gluster Packager <glusterpackager@download.gluster.org>"
    From  : http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : libgssglue-0.1-11.el6.x86_64                                                                                                              1/12
      Installing : glusterfs-libs-3.5.2-1.el6.x86_64                                                                                                         2/12
      Installing : glusterfs-3.5.2-1.el6.x86_64                                                                                                              3/12
      Installing : libtirpc-0.2.1-6.el6_5.2.x86_64                                                                                                           4/12
      Installing : rpcbind-0.2.0-11.el6.x86_64                                                                                                               5/12
      Installing : glusterfs-fuse-3.5.2-1.el6.x86_64                                                                                                         6/12
      Installing : glusterfs-api-3.5.2-1.el6.x86_64                                                                                                          7/12
      Installing : glusterfs-cli-3.5.2-1.el6.x86_64                                                                                                          8/12
      Installing : keyutils-1.4-4.el6.x86_64                                                                                                                 9/12
      Installing : nfs-utils-lib-1.1.5-6.el6_5.x86_64                                                                                                       10/12
      Installing : 1:nfs-utils-1.2.3-39.el6_5.3.x86_64                                                                                                      11/12
      Installing : glusterfs-server-3.5.2-1.el6.x86_64                                                                                                      12/12
      Verifying  : glusterfs-server-3.5.2-1.el6.x86_64                                                                                                       1/12
      Verifying  : rpcbind-0.2.0-11.el6.x86_64                                                                                                               2/12
      Verifying  : glusterfs-fuse-3.5.2-1.el6.x86_64                                                                                                         3/12
      Verifying  : glusterfs-libs-3.5.2-1.el6.x86_64                                                                                                         4/12
      Verifying  : keyutils-1.4-4.el6.x86_64                                                                                                                 5/12
      Verifying  : libgssglue-0.1-11.el6.x86_64                                                                                                              6/12
      Verifying  : 1:nfs-utils-1.2.3-39.el6_5.3.x86_64                                                                                                       7/12
      Verifying  : glusterfs-cli-3.5.2-1.el6.x86_64                                                                                                          8/12
      Verifying  : glusterfs-api-3.5.2-1.el6.x86_64                                                                                                          9/12
      Verifying  : glusterfs-3.5.2-1.el6.x86_64                                                                                                             10/12
      Verifying  : libtirpc-0.2.1-6.el6_5.2.x86_64                                                                                                          11/12
      Verifying  : nfs-utils-lib-1.1.5-6.el6_5.x86_64                                                                                                       12/12
    
    Installed:
      glusterfs-server.x86_64 0:3.5.2-1.el6                                                                                                      
    
    Dependency Installed:
      glusterfs.x86_64 0:3.5.2-1.el6         glusterfs-api.x86_64 0:3.5.2-1.el6      glusterfs-cli.x86_64 0:3.5.2-1.el6    glusterfs-fuse.x86_64 0:3.5.2-1.el6
      glusterfs-libs.x86_64 0:3.5.2-1.el6    keyutils.x86_64 0:1.4-4.el6             libgssglue.x86_64 0:0.1-11.el6        libtirpc.x86_64 0:0.2.1-6.el6_5.2
      nfs-utils.x86_64 1:1.2.3-39.el6_5.3    nfs-utils-lib.x86_64 0:1.1.5-6.el6_5    rpcbind.x86_64 0:0.2.0-11.el6
    
    Complete!
    

    CentOS 7.0



    Code:
    yum list glusterfs\* --disableplugin=priorities -q
    Available Packages
    glusterfs.x86_64                                                               3.5.2-1.el7                                               glusterfs-epel
    glusterfs-api.x86_64                                                           3.5.2-1.el7                                               glusterfs-epel
    glusterfs-api-devel.x86_64                                                     3.5.2-1.el7                                               glusterfs-epel
    glusterfs-cli.x86_64                                                           3.5.2-1.el7                                               glusterfs-epel
    glusterfs-debuginfo.x86_64                                                     3.5.2-1.el7                                               glusterfs-epel
    glusterfs-devel.x86_64                                                         3.5.2-1.el7                                               glusterfs-epel
    glusterfs-extra-xlators.x86_64                                                 3.5.2-1.el7                                               glusterfs-epel
    glusterfs-fuse.x86_64                                                          3.5.2-1.el7                                               glusterfs-epel
    glusterfs-geo-replication.x86_64                                               3.5.2-1.el7                                               glusterfs-epel
    glusterfs-libs.x86_64                                                          3.5.2-1.el7                                               glusterfs-epel
    glusterfs-rdma.x86_64                                                          3.5.2-1.el7                                               glusterfs-epel
    glusterfs-regression-tests.x86_64                                              3.5.2-1.el7                                               glusterfs-epel
    glusterfs-resource-agents.noarch                                               3.5.2-1.el7                                               glusterfs-noarch-epel
    glusterfs-server.x86_64                                                        3.5.2-1.el7                                               glusterfs-epel
    
    Code:
    yum install glusterfs-server --disableplugin=priorities
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * base: centos.tcpdiag.net
    * epel: mirrors.cat.pdx.edu
    * extras: mirror.supremebytes.com
    * rpmforge: repoforge.eecs.wsu.edu
    * updates: ftpmirror.your.org
    Resolving Dependencies
    --> Running transaction check
    ---> Package glusterfs-server.x86_64 0:3.5.2-1.el7 will be installed
    --> Processing Dependency: glusterfs-libs = 3.5.2-1.el7 for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: glusterfs-fuse = 3.5.2-1.el7 for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: glusterfs-cli = 3.5.2-1.el7 for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: glusterfs = 3.5.2-1.el7 for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: rpcbind for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: nfs-utils for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: libglusterfs.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: libgfxdr.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: libgfrpc.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Processing Dependency: libgfapi.so.0()(64bit) for package: glusterfs-server-3.5.2-1.el7.x86_64
    --> Running transaction check
    ---> Package glusterfs.x86_64 0:3.5.2-1.el7 will be installed
    ---> Package glusterfs-api.x86_64 0:3.5.2-1.el7 will be installed
    ---> Package glusterfs-cli.x86_64 0:3.5.2-1.el7 will be installed
    ---> Package glusterfs-fuse.x86_64 0:3.5.2-1.el7 will be installed
    ---> Package glusterfs-libs.x86_64 0:3.5.2-1.el7 will be installed
    --> Processing Dependency: rsyslog-mmjsonparse for package: glusterfs-libs-3.5.2-1.el7.x86_64
    ---> Package lvm2-libs.x86_64 7:2.02.105-14.el7 will be installed
    --> Processing Dependency: device-mapper-event >= 7:1.02.84-14.el7 for package: 7:lvm2-libs-2.02.105-14.el7.x86_64
    --> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-libs-2.02.105-14.el7.x86_64
    --> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-libs-2.02.105-14.el7.x86_64
    ---> Package nfs-utils.x86_64 1:1.3.0-0.el7 will be installed
    --> Processing Dependency: libtirpc >= 0.2.3-1 for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    --> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    --> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    --> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    --> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    --> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.el7.x86_64
    ---> Package rpcbind.x86_64 0:0.2.0-23.el7 will be installed
    --> Running transaction check
    ---> Package device-mapper-event.x86_64 7:1.02.84-14.el7 will be installed
    ---> Package device-mapper-event-libs.x86_64 7:1.02.84-14.el7 will be installed
    ---> Package keyutils.x86_64 0:1.5.8-3.el7 will be installed
    ---> Package libnfsidmap.x86_64 0:0.25-9.el7 will be installed
    ---> Package libtirpc.x86_64 0:0.2.4-0.3.el7 will be installed
    ---> Package quota.x86_64 1:4.01-11.el7 will be installed
    --> Processing Dependency: quota-nls = 1:4.01-11.el7 for package: 1:quota-4.01-11.el7.x86_64
    --> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-11.el7.x86_64
    ---> Package rsyslog-mmjsonparse.x86_64 0:7.4.7-6.el7 will be installed
    --> Running transaction check
    ---> Package quota-nls.noarch 1:4.01-11.el7 will be installed
    ---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ==============================================================================================================================================================
    Package                                       Arch                        Version                                  Repository                           Size
    ==============================================================================================================================================================
    Installing:
    glusterfs-server                              x86_64                      3.5.2-1.el7                              glusterfs-epel                      579 k
    Installing for dependencies:
    device-mapper-event                           x86_64                      7:1.02.84-14.el7                         base                                154 k
    device-mapper-event-libs                      x86_64                      7:1.02.84-14.el7                         base                                146 k
    glusterfs                                     x86_64                      3.5.2-1.el7                              glusterfs-epel                      1.1 M
    glusterfs-api                                 x86_64                      3.5.2-1.el7                              glusterfs-epel                       72 k
    glusterfs-cli                                 x86_64                      3.5.2-1.el7                              glusterfs-epel                      125 k
    glusterfs-fuse                                x86_64                      3.5.2-1.el7                              glusterfs-epel                       98 k
    glusterfs-libs                                x86_64                      3.5.2-1.el7                              glusterfs-epel                      269 k
    keyutils                                      x86_64                      1.5.8-3.el7                              base                                 54 k
    libnfsidmap                                   x86_64                      0.25-9.el7                               base                                 45 k
    libtirpc                                      x86_64                      0.2.4-0.3.el7                            base                                 85 k
    lvm2-libs                                     x86_64                      7:2.02.105-14.el7                        base                                709 k
    nfs-utils                                     x86_64                      1:1.3.0-0.el7                            base                                357 k
    quota                                         x86_64                      1:4.01-11.el7                            base                                176 k
    quota-nls                                     noarch                      1:4.01-11.el7                            base                                 89 k
    rpcbind                                       x86_64                      0.2.0-23.el7                             base                                 55 k
    rsyslog-mmjsonparse                           x86_64                      7.4.7-6.el7                              base                                 27 k
    tcp_wrappers                                  x86_64                      7.6-77.el7                               base                                 78 k
    
    Transaction Summary
    ==============================================================================================================================================================
    Install  1 Package (+17 Dependent packages)
    
    Total download size: 4.1 M
    Installed size: 13 M
    Is this ok [y/d/N]: Y
    Downloading packages:
    (1/18): device-mapper-event-1.02.84-14.el7.x86_64.rpm                                                                                  | 154 kB  00:00:00
    (2/18): device-mapper-event-libs-1.02.84-14.el7.x86_64.rpm                                                                             | 146 kB  00:00:01
    (3/18): glusterfs-api-3.5.2-1.el7.x86_64.rpm                                                                                           |  72 kB  00:00:00
    (4/18): glusterfs-cli-3.5.2-1.el7.x86_64.rpm                                                                                           | 125 kB  00:00:00
    (5/18): glusterfs-3.5.2-1.el7.x86_64.rpm                                                                                               | 1.1 MB  00:00:02
    (6/18): glusterfs-fuse-3.5.2-1.el7.x86_64.rpm                                                                                          |  98 kB  00:00:00
    (7/18): keyutils-1.5.8-3.el7.x86_64.rpm                                                                                                |  54 kB  00:00:00
    (8/18): libnfsidmap-0.25-9.el7.x86_64.rpm                                                                                              |  45 kB  00:00:00
    (9/18): libtirpc-0.2.4-0.3.el7.x86_64.rpm                                                                                              |  85 kB  00:00:00
    (10/18): lvm2-libs-2.02.105-14.el7.x86_64.rpm                                                                                          | 709 kB  00:00:00
    (11/18): quota-4.01-11.el7.x86_64.rpm                                                                                                  | 176 kB  00:00:00
    (12/18): quota-nls-4.01-11.el7.noarch.rpm                                                                                              |  89 kB  00:00:00
    (13/18): rpcbind-0.2.0-23.el7.x86_64.rpm                                                                                               |  55 kB  00:00:00
    (14/18): rsyslog-mmjsonparse-7.4.7-6.el7.x86_64.rpm                                                                                    |  27 kB  00:00:00
    (15/18): nfs-utils-1.3.0-0.el7.x86_64.rpm                                                                                              | 357 kB  00:00:00
    (16/18): glusterfs-libs-3.5.2-1.el7.x86_64.rpm                                                                                         | 269 kB  00:00:01
    (17/18): tcp_wrappers-7.6-77.el7.x86_64.rpm                                                                                            |  78 kB  00:00:00
    (18/18): glusterfs-server-3.5.2-1.el7.x86_64.rpm                                                                                       | 579 kB  00:00:01
    --------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                                                         1.1 MB/s | 4.1 MB  00:00:03
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : 7:device-mapper-event-libs-1.02.84-14.el7.x86_64                                                                                          1/18
      Installing : libtirpc-0.2.4-0.3.el7.x86_64                                                                                                             2/18
      Installing : rpcbind-0.2.0-23.el7.x86_64                                                                                                               3/18
      Installing : 7:device-mapper-event-1.02.84-14.el7.x86_64                                                                                               4/18
      Installing : 7:lvm2-libs-2.02.105-14.el7.x86_64                                                                                                        5/18
      Installing : rsyslog-mmjsonparse-7.4.7-6.el7.x86_64                                                                                                    6/18
      Installing : glusterfs-libs-3.5.2-1.el7.x86_64                                                                                                         7/18
      Installing : glusterfs-3.5.2-1.el7.x86_64                                                                                                              8/18
      Installing : glusterfs-api-3.5.2-1.el7.x86_64                                                                                                          9/18
      Installing : glusterfs-fuse-3.5.2-1.el7.x86_64                                                                                                        10/18
      Installing : glusterfs-cli-3.5.2-1.el7.x86_64                                                                                                         11/18
      Installing : keyutils-1.5.8-3.el7.x86_64                                                                                                              12/18
      Installing : libnfsidmap-0.25-9.el7.x86_64                                                                                                            13/18
      Installing : tcp_wrappers-7.6-77.el7.x86_64                                                                                                           14/18
      Installing : 1:quota-nls-4.01-11.el7.noarch                                                                                                           15/18
      Installing : 1:quota-4.01-11.el7.x86_64                                                                                                               16/18
      Installing : 1:nfs-utils-1.3.0-0.el7.x86_64                                                                                                           17/18
      Installing : glusterfs-server-3.5.2-1.el7.x86_64                                                                                                      18/18
    ln -s '/usr/lib/systemd/system/glusterd.service' '/etc/systemd/system/multi-user.target.wants/glusterd.service'
    ln -s '/usr/lib/systemd/system/glusterfsd.service' '/etc/systemd/system/multi-user.target.wants/glusterfsd.service'
      Verifying  : 1:nfs-utils-1.3.0-0.el7.x86_64                                                                                                            1/18
      Verifying  : libtirpc-0.2.4-0.3.el7.x86_64                                                                                                             2/18
      Verifying  : 1:quota-nls-4.01-11.el7.noarch                                                                                                            3/18
      Verifying  : glusterfs-libs-3.5.2-1.el7.x86_64                                                                                                         4/18
      Verifying  : tcp_wrappers-7.6-77.el7.x86_64                                                                                                            5/18
      Verifying  : glusterfs-server-3.5.2-1.el7.x86_64                                                                                                       6/18
      Verifying  : 7:device-mapper-event-libs-1.02.84-14.el7.x86_64                                                                                          7/18
      Verifying  : libnfsidmap-0.25-9.el7.x86_64                                                                                                             8/18
      Verifying  : glusterfs-api-3.5.2-1.el7.x86_64                                                                                                          9/18
      Verifying  : keyutils-1.5.8-3.el7.x86_64                                                                                                              10/18
      Verifying  : 7:device-mapper-event-1.02.84-14.el7.x86_64                                                                                              11/18
      Verifying  : glusterfs-fuse-3.5.2-1.el7.x86_64                                                                                                        12/18
      Verifying  : glusterfs-3.5.2-1.el7.x86_64                                                                                                             13/18
      Verifying  : 7:lvm2-libs-2.02.105-14.el7.x86_64                                                                                                       14/18
      Verifying  : rsyslog-mmjsonparse-7.4.7-6.el7.x86_64                                                                                                   15/18
      Verifying  : 1:quota-4.01-11.el7.x86_64                                                                                                               16/18
      Verifying  : rpcbind-0.2.0-23.el7.x86_64                                                                                                              17/18
      Verifying  : glusterfs-cli-3.5.2-1.el7.x86_64                                                                                                         18/18
    
    Installed:
      glusterfs-server.x86_64 0:3.5.2-1.el7                                                                                                      
    
    Dependency Installed:
      device-mapper-event.x86_64 7:1.02.84-14.el7          device-mapper-event-libs.x86_64 7:1.02.84-14.el7          glusterfs.x86_64 0:3.5.2-1.el7
      glusterfs-api.x86_64 0:3.5.2-1.el7                   glusterfs-cli.x86_64 0:3.5.2-1.el7                        glusterfs-fuse.x86_64 0:3.5.2-1.el7
      glusterfs-libs.x86_64 0:3.5.2-1.el7                  keyutils.x86_64 0:1.5.8-3.el7                             libnfsidmap.x86_64 0:0.25-9.el7
      libtirpc.x86_64 0:0.2.4-0.3.el7                      lvm2-libs.x86_64 7:2.02.105-14.el7                        nfs-utils.x86_64 1:1.3.0-0.el7
      quota.x86_64 1:4.01-11.el7                           quota-nls.noarch 1:4.01-11.el7                            rpcbind.x86_64 0:0.2.0-23.el7
      rsyslog-mmjsonparse.x86_64 0:7.4.7-6.el7             tcp_wrappers.x86_64 0:7.6-77.el7        
    
    Complete!
    
     
    Last edited: Dec 16, 2016
  2. eva2000

    eva2000 Administrator Staff Member

    53,851
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    7:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Finally, found the time to test out glusterfs via EPEL GlusterFS repo above + Axivo glusterfs guide (with a few changes to suit the 2x 1GB Vultr KVM VPS setup with Centmin Mod .08 beta01).
    • glusterfs Vultr KVM VPS - ch1 hostname
    • glusterfs Vultr KVM VPS - ch2 hostname
    on ch1
    Code:
    [root@ch1 ~]# gluster pool list
    UUID                                    Hostname        State
    41c8a0c3-9651-4c1d-bc19-124d74b9a00e    ch2             Connected
    8705c7bd-1b00-4f86-b86f-f86a9eed3b84    localhost       Connected
    
    [root@ch1 ~]# df -hT
    Filesystem     Type            Size  Used Avail Use% Mounted on
    /dev/vda1      ext4             20G   11G  8.4G  56% /
    tmpfs          tmpfs           499M     0  499M   0% /dev/shm
    ch1:/gvol0     fuse.glusterfs   20G   11G  8.4G  56% /usr/local/nginx/html
    
    Code:
    [root@ch1 html]# pwd
    /usr/local/nginx/html
    [root@ch1 html]# ls -lah
    total 8.5K
    drwxr-xr-x  3 root root 4.0K Sep 28 14:30 .
    drwxr-xr-x 10 root root 4.0K Sep 28 14:19 ..
    -rw-r--r--  1 root root    0 Sep 28 14:35 index2.html
    -rw-r--r--  1 root root    4 Sep 28 14:30 index.html
    on ch2
    Code:
    [root@ch2 ~]# gluster pool list
    UUID                                    Hostname        State
    8705c7bd-1b00-4f86-b86f-f86a9eed3b84    ch1             Connected
    41c8a0c3-9651-4c1d-bc19-124d74b9a00e    localhost       Connected
    
    [root@ch2 ~]# df -hT
    Filesystem     Type            Size  Used Avail Use% Mounted on
    /dev/vda1      ext4             20G   11G  8.4G  56% /
    tmpfs          tmpfs           499M     0  499M   0% /dev/shm
    ch2:/gvol0     fuse.glusterfs   20G   11G  8.4G  56% /usr/local/nginx/html
    
    Code:
    [root@ch2 html]# pwd
    /usr/local/nginx/html
    [root@ch2 html]# ls -lah
    total 8.5K
    drwxr-xr-x  3 root root 4.0K Sep 28 14:30 .
    drwxr-xr-x 10 root root 4.0K Sep 28 14:19 ..
    -rw-r--r--  1 root root    0 Sep 28 14:35 index2.html
    -rw-r--r--  1 root root    4 Sep 28 14:30 index.html
    profiling the glusterfs gvol0 on ch1
    Code:
    [root@ch1 html]# gluster volume profile gvol0 start
    Starting volume profile on gvol0 has been successful
    
    Code:
    [root@ch1 html]# gluster volume profile gvol0 info
    Brick: ch1:/home/glusterstore
    -----------------------------
    Cumulative Stats:
       Block Size:                  4b+
    No. of Reads:                    1
    No. of Writes:                    1
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us              3     RELEASE
          0.00       0.00 us       0.00 us       0.00 us              6  RELEASEDIR
    
        Duration: 1259 seconds
       Data Read: 4 bytes
    Data Written: 4 bytes
    
    Interval 0 Stats:
       Block Size:                  4b+
    No. of Reads:                    1
    No. of Writes:                    1
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us              3     RELEASE
          0.00       0.00 us       0.00 us       0.00 us              6  RELEASEDIR
    
        Duration: 1259 seconds
       Data Read: 4 bytes
    Data Written: 4 bytes
    
    Brick: ch2:/home/glusterstore
    -----------------------------
    Cumulative Stats:
       Block Size:                  4b+
    No. of Reads:                    0
    No. of Writes:                    1
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us              3     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             11  RELEASEDIR
    
        Duration: 1258 seconds
       Data Read: 0 bytes
    Data Written: 4 bytes
    
    Interval 0 Stats:
       Block Size:                  4b+
    No. of Reads:                    0
    No. of Writes:                    1
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us              3     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             11  RELEASEDIR
    
        Duration: 1258 seconds
       Data Read: 0 bytes
    Data Written: 4 bytes
    
    Code:
    [root@ch1 html]# gluster volume status
    Status of volume: gvol0
    Gluster process                                         Port    Online  Pid
    ------------------------------------------------------------------------------
    Brick ch1:/home/glusterstore                            49153   Y       27826
    Brick ch2:/home/glusterstore                            49153   Y       27990
    NFS Server on localhost                                 2049    Y       27839
    Self-heal Daemon on localhost                           N/A     Y       27844
    NFS Server on ch2                                       2049    Y       28003
    Self-heal Daemon on ch2                                 N/A     Y       28008
    Task Status of Volume gvol0
    ------------------------------------------------------------------------------
    There are no active volume tasks
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,851
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    7:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just setup 5x server GlusterFS 3.6.1 storage on my 5x VaporNode 512MB KVM VPS for more testing :)

    Code:
    [root@g01 ~]# gluster pool list
    UUID                                    Hostname        State
    ed80c169-8ead-46f7-a514-9d45c262837b    g02            Connected
    d0bc3e0f-4957-4793-bd8c-8d8a9ad7159e    g03            Connected
    ce9d8af7-ba58-4f53-8f09-1d3fc92fd3ec    g04            Connected
    be652076-4cec-4c19-a5ef-9ce6e8ffa937    g05            Connected
    1dda8458-01bd-4e57-9d8f-31d491f0123e    localhost       Connected
    
    Code:
    [root@g01 public]# gluster volume info gvol0
    Volume Name: gvol0
    Type: Replicate
    Volume ID: a356ce34-4983-4062-8ea0-3f207e615ee6
    Status: Started
    Number of Bricks: 1 x 5 = 5
    Transport-type: tcp
    Bricks:
    Brick1: g01:/home/glusterstore
    Brick2: g02:/home/glusterstore
    Brick3: g03:/home/glusterstore
    Brick4: g04:/home/glusterstore
    Brick5: g05:/home/glusterstore
    Options Reconfigured:
    performance.write-behind-window-size: 4MB
    performance.cache-size: 128MB
    diagnostics.count-fop-hits: on
    diagnostics.latency-measurement: on
    
    Code:
    [root@g01 ~]# gluster peer status                                               
    Number of Peers: 4
    
    Hostname: g02
    Uuid: ed80c169-8ead-46f7-a514-9d45c262837b
    State: Peer in Cluster (Connected)
    
    Hostname: g03
    Uuid: d0bc3e0f-4957-4793-bd8c-8d8a9ad7159e
    State: Peer in Cluster (Connected)
    
    Hostname: g04
    Uuid: ce9d8af7-ba58-4f53-8f09-1d3fc92fd3ec
    State: Peer in Cluster (Connected)
    
    Hostname: g05
    Uuid: be652076-4cec-4c19-a5ef-9ce6e8ffa937
    State: Peer in Cluster (Connected)
    Code:
    [root@g01 ~]# gluster volume profile gvol0 info
    Brick: g01:/home/glusterstore
    ------------------------------
    Cumulative Stats:
       Block Size:               1024b+                2048b+
    No. of Reads:                    0                     0
    No. of Writes:                    6                     6
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             12     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             75  RELEASEDIR
          2.70     219.50 us      27.00 us     489.00 us              4    READDIRP
          3.96      23.83 us       8.00 us      47.00 us             54     READDIR
          4.28      42.15 us       1.00 us     512.00 us             33     OPENDIR
         11.56      63.61 us      14.00 us     206.00 us             59    GETXATTR
         77.50     112.87 us      17.00 us     548.00 us            223      LOOKUP
        Duration: 3721 seconds
       Data Read: 0 bytes
    Data Written: 21866 bytes
    Interval 2 Stats:
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             25  RELEASEDIR
          3.33     219.50 us      27.00 us     489.00 us              4    READDIRP
          3.42      23.76 us       8.00 us      47.00 us             38     READDIR
          5.21      55.00 us       1.00 us     512.00 us             25     OPENDIR
         10.30      64.71 us      14.00 us     206.00 us             42    GETXATTR
         77.75     118.65 us      17.00 us     548.00 us            173      LOOKUP
        Duration: 1179 seconds
       Data Read: 0 bytes
    Data Written: 0 bytes
    Brick: g05:/home/glusterstore
    ------------------------------
    Cumulative Stats:
       Block Size:               1024b+                2048b+
    No. of Reads:                    1                     0
    No. of Writes:                    6                     6
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             12     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             75  RELEASEDIR
          0.90       9.33 us       2.00 us      68.00 us             33     OPENDIR
          2.67     458.50 us      54.00 us     863.00 us              2    READDIRP
          5.54      35.31 us      13.00 us     142.00 us             54     READDIR
         12.96      75.53 us      14.00 us     607.00 us             59    GETXATTR
         77.94     120.20 us      16.00 us     753.00 us            223      LOOKUP
        Duration: 3720 seconds
       Data Read: 1475 bytes
    Data Written: 21866 bytes
    Interval 2 Stats:
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             25  RELEASEDIR
          1.01      11.60 us       2.00 us      68.00 us             25     OPENDIR
          3.20     458.50 us      54.00 us     863.00 us              2    READDIRP
          5.04      37.97 us      13.00 us     142.00 us             38     READDIR
         11.93      81.36 us      14.00 us     607.00 us             42    GETXATTR
         78.82     130.49 us      16.00 us     753.00 us            173      LOOKUP
        Duration: 1179 seconds
       Data Read: 0 bytes
    Data Written: 0 bytes
    Brick: g03:/home/glusterstore
    ------------------------------
    Cumulative Stats:
       Block Size:               1024b+                2048b+
    No. of Reads:                    1                     0
    No. of Writes:                    6                     6
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             12     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             75  RELEASEDIR
          0.20      69.00 us      69.00 us      69.00 us              1        READ
          1.79     311.00 us      41.00 us     581.00 us              2    READDIRP
          2.86      30.12 us       1.00 us     448.00 us             33     OPENDIR
          3.36      21.65 us       8.00 us      54.00 us             54     READDIR
         12.12      71.41 us      13.00 us     486.00 us             59    GETXATTR
         79.67     124.22 us      14.00 us     531.00 us            223      LOOKUP
        Duration: 3720 seconds
       Data Read: 1386 bytes
    Data Written: 21866 bytes
    Interval 2 Stats:
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             25  RELEASEDIR
          2.23     311.00 us      41.00 us     581.00 us              2    READDIRP
          3.02      22.16 us       8.00 us      54.00 us             38     READDIR
          3.52      39.20 us       1.00 us     448.00 us             25     OPENDIR
         11.60      77.00 us      13.00 us     486.00 us             42    GETXATTR
         79.63     128.33 us      14.00 us     511.00 us            173      LOOKUP
        Duration: 1179 seconds
       Data Read: 0 bytes
    Data Written: 0 bytes
    Brick: g04:/home/glusterstore
    ------------------------------
    Cumulative Stats:
       Block Size:               1024b+                2048b+
    No. of Reads:                    0                     0
    No. of Writes:                    6                     6
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             12     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             75  RELEASEDIR
          1.64     311.00 us      39.00 us     583.00 us              2    READDIRP
          2.74      31.55 us       1.00 us     437.00 us             33     OPENDIR
          4.01      28.20 us       8.00 us     201.00 us             54     READDIR
         11.10      71.53 us      13.00 us     428.00 us             59    GETXATTR
         80.52     137.27 us      13.00 us     730.00 us            223      LOOKUP
        Duration: 3720 seconds
       Data Read: 0 bytes
    Data Written: 21866 bytes
    Interval 2 Stats:
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             25  RELEASEDIR
          2.00     311.00 us      39.00 us     583.00 us              2    READDIRP
          3.22      40.08 us       1.00 us     437.00 us             25     OPENDIR
          3.70      30.26 us       8.00 us     201.00 us             38     READDIR
          9.60      71.05 us      13.00 us     428.00 us             42    GETXATTR
         81.48     146.48 us      13.00 us     730.00 us            173      LOOKUP
        Duration: 1179 seconds
       Data Read: 0 bytes
    Data Written: 0 bytes
    Brick: g02:/home/glusterstore
    ------------------------------
    Cumulative Stats:
       Block Size:               1024b+                2048b+
    No. of Reads:                    0                     0
    No. of Writes:                    6                     6
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             12     RELEASE
          0.00       0.00 us       0.00 us       0.00 us             75  RELEASEDIR
          1.61     275.50 us      64.00 us     487.00 us              2    READDIRP
          2.28      23.61 us       1.00 us     292.00 us             33     OPENDIR
          6.67      42.24 us      13.00 us     167.00 us             54     READDIR
         12.68      73.54 us      13.00 us     362.00 us             59    GETXATTR
         76.77     117.78 us      13.00 us     586.00 us            223      LOOKUP
        Duration: 3720 seconds
       Data Read: 0 bytes
    Data Written: 21866 bytes
    Interval 2 Stats:
    %-latency   Avg-latency   Min-Latency   Max-Latency   No. of calls         Fop
    ---------   -----------   -----------   -----------   ------------        ----
          0.00       0.00 us       0.00 us       0.00 us             25  RELEASEDIR
          2.01     275.50 us      64.00 us     487.00 us              2    READDIRP
          2.74      30.08 us       1.00 us     292.00 us             25     OPENDIR
          6.12      44.16 us      13.00 us     167.00 us             38     READDIR
         11.42      74.50 us      13.00 us     362.00 us             42    GETXATTR
         77.71     123.10 us      13.00 us     586.00 us            173      LOOKUP
        Duration: 1179 seconds
       Data Read: 0 bytes
    Data Written: 0 bytes
     
    Last edited: Jan 5, 2015
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,071
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    11:40 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    If it's not a big secret can you post here please the edit that you did at /etc/fstab to get this?

    Code:
    ch1:/gvol0     fuse.glusterfs   20G   11G  8.4G  56% /usr/local/nginx/html
    Thanks George !
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,851
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    7:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    it's no secret it's public knowledge.. you just need to read the official GlusterFS documentation and wiki/docs on their site. As stated above, GlusterFS you're on your own besides the above info I outlined.