Fix check for MariaDB upgrade manual switch off
authorJiri Stransky <jistr@redhat.com>
Wed, 24 Aug 2016 11:21:59 +0000 (13:21 +0200)
committerJiri Stransky <jistr@redhat.com>
Wed, 24 Aug 2016 11:21:59 +0000 (13:21 +0200)
commitf45897ea1eb2f64910c2a41f32579db34fa62e78
tree91d7d655c5f36d2a238537f580bc8356f12160ea
parent95949a297574ee7e823fbeb4d8e7420432dcabe1
Fix check for MariaDB upgrade manual switch off

The MySqlMajorUpgrade parameter has validation on it allowing only
values yes/no/auto, however in the script we checked for '0' instead of
'no', which means the only effective values were yes/auto. This is now
fixed to allow switching the migration off.

Change-Id: I5d64734894c6bfd9003ad643f3747e34e62465cc
Closes-Bug: #1616429
extraconfig/tasks/major_upgrade_controller_pacemaker_1.sh