Displaying 5 results from an estimated 5 matches for "gluster_data".
Did you mean:
cluster_data
2013 Nov 28
1
how to recover a accidentally delete brick directory?
...all,
I accidentally removed the brick directory of a volume on one node, the
replica for this volume is 2.
now the situation is , there is no corresponding glusterfsd process on
this node, and 'glusterfs volume status' shows that the brick is offline,
like this:
Brick 192.168.64.11:/opt/gluster_data/eccp_glance N/A Y 2513
Brick 192.168.64.12:/opt/gluster_data/eccp_glance 49161 Y 2542
Brick 192.168.64.17:/opt/gluster_data/eccp_glance 49164 Y 2537
Brick 192.168.64.18:/opt/gluster_data/eccp_glance 49154 Y 4978
Brick 192.168.64.29:/opt/gluster_data/eccp_glance...
2017 Dec 07
4
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...luster
(I usually have to manually kill glusterfs processes at this
point before the unmount works - why does the systemctl stop
not do it?)
With the node in standby (just one is online in this
example, but another is configured), I then set up the
resources:
pcs node standby
pcs resource create gluster_data ocf:heartbeat:Filesystem
device="/dev/cl/lv_drbd" directory="/gluster" fstype="xfs"
pcs resource create glusterd ocf:glusterfs:glusterd
pcs resource create gluster_vol ocf:glusterfs:volume
volname="test_logs"
pcs resource create test_logs ocf:heartbeat:Filesy...
2017 Dec 08
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...kill glusterfs processes at this point
> before the unmount works - why does the systemctl stop not do it?)
>
> With the node in standby (just one is online in this example, but
> another is configured), I then set up the resources:
>
> pcs node standby
> pcs resource create gluster_data ocf:heartbeat:Filesystem
> device="/dev/cl/lv_drbd" directory="/gluster" fstype="xfs"
> pcs resource create glusterd ocf:glusterfs:glusterd
> pcs resource create gluster_vol ocf:glusterfs:volume volname="test_logs"
> pcs resource create test_logs...
2017 Dec 07
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
>
> With the node in standby (just one is online in this example, but another
> is configured), I then set up the resources:
>
> pcs node standby
> pcs resource create gluster_data ocf:heartbeat:Filesystem
> device="/dev/cl/lv_drbd" directory="/gluster" fstype="xfs"
> pcs resource create glusterd ocf:glusterfs:glusterd
> pcs resource create gluster_vol ocf:glusterfs:volume volname="test_logs"
> pcs resource create test_logs...
2017 Aug 30
0
Unable to use Heketi setup to install Gluster for Kubernetes
...g with the following
configuration:
------------------------------------------------------------------
[root at node-1 rancher]# cat gluster-server.sh
#!/bin/bash
sudo docker run --name=gluster-server -d \
--env 'SERVICE_NAME=gluster' \
--restart always \
--env 'GLUSTER_DATA=/srv/docker/gitlab' \
--publish 2222:22 \
webcenter/rancher-glusterfs-server
------------------------------------------------------------------
In /etc/heketi/heketi.json, following is the only modified portion:
------------------------------------------------------------------...