[root@oVirt-Node1 ~]# gluster volume info Volume Name: iso Type: Distribute Volume ID: 16d455a3-a80e-4087-b20c-b25a9e803930 Status: Started Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: 10.0.0.194:/gluster-bricks/iso/iso Brick2: 10.0.0.199:/gluster-bricks/iso/iso Options Reconfigured: performance.readdir-ahead: on nfs.disable: off user.cifs: enable auth.allow: * storage.owner-gid: 36 storage.owner-uid: 36 Volume Name: vol1 Type: Replicate Volume ID: 58a38f2c-07a3-44ed-a144-cd9534c7ad5e Status: Started Number of Bricks: 1 x 2 = 2 Transport-type: tcp Bricks: Brick1: 10.0.0.194:/gluster-bricks/vol1/vol1 Brick2: 10.0.0.199:/gluster-bricks/vol1/vol1 Options Reconfigured: performance.readdir-ahead: on nfs.disable: off user.cifs: enable auth.allow: * performance.quick-read: off performance.read-ahead: off performance.io-cache: off performance.stat-prefetch: off cluster.eager-lock: enable network.remote-dio: enable storage.owner-uid: 36 storage.owner-gid: 36 server.allow-insecure: on network.ping-timeout: 10 [root@oVirt-Node1 ~]# gluster pool list UUID Hostname State 4a6f1618-23b3-4ed1-9683-0b7e04a441ef oVirt-Node2 Connected 69db979d-ed31-4394-9eaa-df506da11b44 localhost Connected [root@oVirt-Node1 ~]# systemctl status glusterd.service ● glusterd.service - GlusterFS, a clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2016-07-21 16:40:04 CEST; 3 days ago Process: 23442 ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid --log-level $LOG_LEVEL $GLUSTERD_OPTIONS (code=exited, status=0/SUCCESS) Main PID: 23443 (glusterd) CGroup: /system.slice/glusterd.service ├─23443 /usr/sbin/glusterd -p /var/run/glusterd.pid --log-level IN... ├─23473 /usr/sbin/glusterfsd -s 10.0.0.194 --volfile-id iso.10.0.0... ├─23478 /usr/sbin/glusterfsd -s 10.0.0.194 --volfile-id vol1.10.0.... ├─23767 /usr/sbin/glusterfs -s localhost --volfile-id gluster/nfs ... ├─23776 /usr/sbin/glusterfs -s localhost --volfile-id gluster/glus... └─23784 /sbin/rpc.statd Jul 21 16:40:02 oVirt-Node1 systemd[1]: Starting GlusterFS, a clustered file.... Jul 21 16:40:04 oVirt-Node1 systemd[1]: Started GlusterFS, a clustered file-.... Jul 21 16:40:13 oVirt-Node1 rpc.statd[23784]: Version 1.3.0 starting Jul 21 16:40:13 oVirt-Node1 sm-notify[23785]: Version 1.3.0 starting Hint: Some lines were ellipsized, use -l to show in full. [root@oVirt-Node1 ~]# ping 10.0.0.199 PING 10.0.0.199 (10.0.0.199) 56(84) bytes of data. 64 bytes from 10.0.0.199: icmp_seq=1 ttl=64 time=0.236 ms 64 bytes from 10.0.0.199: icmp_seq=2 ttl=64 time=0.629 ms 64 bytes from 10.0.0.199: icmp_seq=3 ttl=64 time=0.658 ms 64 bytes from 10.0.0.199: icmp_seq=4 ttl=64 time=0.250 ms 64 bytes from 10.0.0.199: icmp_seq=5 ttl=64 time=0.175 ms 64 bytes from 10.0.0.199: icmp_seq=6 ttl=64 time=0.617 ms ^C --- 10.0.0.199 ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5002ms rtt min/avg/max/mdev = 0.175/0.427/0.658/0.209 ms