Put glusterfs data on a non-bind mount.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
glusterfs setup on c1:
|
||||
* gluster peer probe c{2,3}
|
||||
* gluster volume create compute replica 3 c{1,2,3}:/data/glusterfs/compute/brick1/brick
|
||||
* data dirs were mkdir'd manually before
|
||||
* for h in c1 c2 c3; do ssh $h sudo mkdir /persist/glusterfs/compute; done
|
||||
* gluster peer probe c2
|
||||
* gluster peer probe c3
|
||||
* gluster volume create compute replica 3 c{1,2,3}:/persist/glusterfs/compute/brick1
|
||||
* gluster volume start compute
|
||||
* gluster volume bitrot compute enable
|
||||
|
||||
Reference in New Issue
Block a user