Files
alo-cluster/stateful-commands.txt
Petru Paler 4befcfa206 Revert glusterfs tuning tweaks.
All done with gluster volume reset compute <flag>
2024-01-24 15:10:23 +00:00

14 lines
535 B
Plaintext

glusterfs setup on c1:
* 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
mysql credentials
* Put secrets/mysql_root_password into a Nomad var named secrets/mysql.root_password
postgres credentials
* Put secrets/postgres_password into a Nomad var named secrets/postgresql.postgres_password