Fix mysql counters for migrate_flavor_data

Change-Id: Ibfbe082ccbbfcb0826c6805c83745daece27389e
This commit is contained in:
Joshua Hesketh 2015-04-30 11:08:59 +10:00
parent 7ad3bcc476
commit 4c0fbd8d25
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ EOF
then
set -x
sudo /sbin/ip netns exec nonet `dirname $0`/nova-manage-wrapper.sh $VENV_PATH --config-file $WORKING_DIR_PATH/nova-$1.conf --verbose db migrate_flavor_data --force
echo "MySQL counters after migrate_flavor_data:"
mysql -u $DB_USER --password=$DB_PASS $DB_NAME -e "show status like 'innodb%';"
set +x
fi