c972d2d1d7
Use the currently collected innodb counters to decide what we expect from existing migrations. I've also moved metrics collection to a cloud db because json was a poor scaling choice. Change-Id: I2ff0e4b58ac54f53a569ec3e67ad2fa753748dbf
20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"Innodb_rows_read": {
|
|
"default": 1000
|
|
},
|
|
"XInnodb_rows_changed": {
|
|
"default": 1000
|
|
},
|
|
"database": "nova_dataset_trivial_500",
|
|
"db_pass": "tester",
|
|
"db_user": "nova",
|
|
"logging_conf": "logging.conf",
|
|
"maximum_migration_times": {
|
|
"151->152": 84.0,
|
|
"152->151": 103.0,
|
|
"default": 60
|
|
},
|
|
"project": "openstack/nova",
|
|
"seed_data": "nova_trivial_500.sql",
|
|
"type": "mysql"
|
|
} |