multi_backend tempest tests are failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Valeriy Ponomaryov |
Bug Description
Now all multi_backend CI jobs in gerrit are failing with trace:
ft1.88: setUpClass (tempest.
File "tempest/
cls.shares = cls.create_
File "tempest/
raise e
ShareBuildError
But, manila-share does know nothing about such error:
It is discovered, that fails share creation for second backend for all "retries". Also, no errors within m-shr service.
In manila-scheduler we have following errors for all retries:
extra_spec requirement 'PARIS' does not match 'LONDON' _satisfies_
...
Failed to schedule_
Looks like second backend is not starting anymore.
From manila.conf
enabled_
So, second backend was not enabled for some reason.
In localrc we have:
MANILA_
That should be OK.
But within devstack run it was not read somehow.
Root cause:
devstack commit
https:/
made changes, that lead to incompatibility with "trueorfalse" func.
Changed in manila: | |
importance: | Undecided → High |
tags: | added: tempest |
description: | updated |
description: | updated |
Changed in manila: | |
milestone: | none → kilo-2 |
summary: |
- unstable share build error exception within tempest + multi_backend tempest tests are failing |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in manila: | |
status: | Fix Committed → Fix Released |
Changed in manila: | |
milestone: | kilo-2 → 2015.1.0 |
Fix proposed to branch: master /review. openstack. org/148253
Review: https:/