Replace c3 (failed) with zippy for clusterfs.
Use IPs for mounting glusterfs, prevents boot mount failing before networking comes up.
This commit is contained in:
@@ -11,3 +11,10 @@ mysql credentials
|
||||
|
||||
postgres credentials
|
||||
* Put secrets/postgres_password into a Nomad var named secrets/postgresql.postgres_password
|
||||
|
||||
adding a new gluster node to the compute volume, with c3 having failed:
|
||||
(instructions from https://icicimov.github.io/blog/high-availability/Replacing-GlusterFS-failed-node/)
|
||||
* zippy: sudo mkdir /persist/glusterfs/compute -p
|
||||
* c1: gluster peer probe 192.168.1.2 (by IP because zippy resolved to a tailscale address)
|
||||
* c1: gluster volume replace-brick compute c3:/persist/glusterfs/compute/brick1 192.168.1.2:/persist/glusterfs/compute/brick1 commit force
|
||||
* c1: gluster volume heal compute full
|
||||
|
||||
Reference in New Issue
Block a user