Description of problem: After deploy the mysql cluster using cluster template, delete the master and slave pod will cause slave pod cannot startup Version-Release number of selected component (if applicable): registry.access.redhat.com/rhscl/mysql-56-rhel7 registry.access.redhat.com/openshift3/mysql-55-rhel7 How reproducible: Aways Steps to Reproduce: 1.Create project 2.Deploy mysql cluster $oc new-app -f https://raw.githubusercontent.com/openshift/mysql/master/5.5/examples/replica/mysql_replica.json 3.After cluster startup delete the slave pod $oc delete pod <slave_pod> 4. check the pod status $oc get pod Actual results: Slave pod cannot startup with logs: You must either specify the following environment variables: MYSQL_USER (regex: '^[a-zA-Z0-9_]+$') MYSQL_PASSWORD (regex: '^[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]+$') MYSQL_DATABASE (regex: '^[a-zA-Z0-9_]+$') Or the following environment variable: MYSQL_ROOT_PASSWORD (regex: '^[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]+$') Or both. Optional Settings: MYSQL_LOWER_CASE_TABLE_NAMES (default: 0) MYSQL_MAX_CONNECTIONS (default: 151) MYSQL_FT_MIN_WORD_LEN (default: 4) MYSQL_FT_MAX_WORD_LEN (default: 20) MYSQL_AIO (default: 1) MYSQL_KEY_BUFFER_SIZE (default: 32M or 10% of available memory) MYSQL_MAX_ALLOWED_PACKET (default: 200M) MYSQL_TABLE_OPEN_CACHE (default: 400) MYSQL_SORT_BUFFER_SIZE (default: 256K) MYSQL_READ_BUFFER_SIZE (default: 8M or 5% of available memory) MYSQL_INNODB_BUFFER_POOL_SIZE (default: 32M or 50% of available memory) MYSQL_INNODB_LOG_FILE_SIZE (default: 8M or 15% of available memory) MYSQL_INNODB_LOG_BUFFER_SIZE (default: 8M or 15% of available memory) Expected results: should startup successfully Additional info:
image under brew registry works well , feel free to move to ON_QA .
Hm, just wanted to report that I can't reproduce. OK, moving to ON_QA.