Vettabase / mariadb-columnstore-vagrant

GNU General Public License v3.0
1 stars 0 forks source link

129-cluster #26

Closed rcbensley closed 4 months ago

rcbensley commented 5 months ago

What works?

When MDB_CLUSTER_SIZE is exported in config.sh or the shell, X number of data mounts and VM's are created. The new script, cluster.sh is not yet automated, and needs to be documented. Replication is configured.

The basic process is, set the cluster size, create the VM's, set the api key on the primary, then add the replicas:

export MDB_CLUSTER_SIZE=3
vagrant up
./cluster.sh set
./cluster.sh add 192.168.50.12
./cluster.sh add 192.168.50.13
./cluster.sh status

What does not yet work?