Comment 0 for bug 1681686

Revision history for this message
Vladimir Khlyunev (vkhlyunev) wrote :

ISO 1575 (RC2)

On baremetal after any deployment with 3+ controllers cinder-api service on non-primary controllers could be down with error in cinder-api.log [0]

However, openstack is working and restarting this failed services fixes this issue (==workaround).
This reproduces only on baremetal deployment and can be related to specific hardware (or not).

Snapshot https://product-ci.infra.mirantis.net/view/10.0%20baremetal/job/10.0.baremetal.ubuntu.ceph_for_volumes_images_ephemeral_rados/16/artifact/logs/fail_error_ceph_for_volumes_images_ephemeral_rados-fuel-snapshot-2017-04-10_15-23-35.tar

[0]: ProgrammingError: (pymysql.err.ProgrammingError) (1146, u"Table 'cinder.services' doesn't exist") [SQL: u'SELECT services.created_at AS services_created_at, services.deleted_at AS services_deleted_at, services.deleted AS services_deleted, services.id AS services_id, services.cluster_name AS services_cluster_name, services.host AS services_host, services.`binary` AS services_binary, services.updated_at AS services_updated_at, services.topic AS services_topic, services.report_count AS services_report_count, services.disabled AS services_disabled, services.availability_zone AS services_availability_zone, services.disabled_reason AS services_disabled_reason, services.modified_at AS services_modified_at, services.rpc_current_version AS services_rpc_current_version, services.object_current_version AS services_object_current_version, services.replication_status AS services_replication_status, services.active_backend_id AS services_active_backend_id, services.frozen AS services_frozen \nFROM services \nWHERE services.deleted = false AND services.`binary` = %(binary_1)s'] [parameters: {u'binary_1': 'cinder-scheduler'}]