Version 3.0 of the severalnines/Configurator has been
released:
- Improved scripts (a lot of cleanup), prefixing the script
output with the hostname:
E.g,:
Cluster: Cluster Start
Cluster: STARTING MANAGEMENT SERVERS
ps-ndb01: Starting management server (nodeid=1)
ps-ndb01: Copying ../config/config.ini to /etc/mysql
ps-ndb01: Started management server (nodeid=1, pid=28253)
...
- Reduced number of scripts
start-cluster-initial.sh --> start-cluster.sh --initial
rolling-restart-initial.sh --> rollling-restart.sh --initial
start-ndbd-<host>-<id>-initial.sh -->
start-ndbd-<host>-<id>.sh
--initial
- Better error handling during rolling …