search for: voldir

Displaying 2 results from an estimated 2 matches for "voldir".

Did you mean: poldir
2017 Dec 07
4
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...uster/test_brick pcmk02-drbd:/gluster/test_brick gluster volume start test_logs gluster volume set test_logs nfs.disable off And here's where the fun starts. Firstly, we need to work around bug 1233344* (which was closed when 3.7 went end-of-life but still seems valid in 3.10): sed -i 's#voldir="/etc/glusterd/vols/${OCF_RESKEY_volname}"#voldir="/var/lib/glusterd/vols/${OCF_RESKEY_volname}"#' /usr/lib/ocf/resource.d/glusterfs/volume With that done, I [attempt to] stop GlusterFS so it can be brought under Pacemaker control: systemctl stop glusterfsd systemctl stop...
2017 Dec 08
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...> gluster volume start test_logs > gluster volume set test_logs nfs.disable off > > And here's where the fun starts. > > Firstly, we need to work around bug 1233344* (which was closed when > 3.7 went end-of-life but still seems valid in 3.10): > > sed -i > 's#voldir="/etc/glusterd/vols/${OCF_RESKEY_volname}"#voldir="/var/lib/glusterd/vols/${OCF_RESKEY_volname}"#' > /usr/lib/ocf/resource.d/glusterfs/volume > > With that done, I [attempt to] stop GlusterFS so it can be brought > under Pacemaker control: > > systemctl s...