Cinder Rally scenarios are failing on scale (wrong config)

Bug #1416481 reported by Dina Belova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Released
High
Anton Arefiev

Bug Description

create-from-volume-and-delete-volume and create-and-list-snapshots scenarios are failing on scale, with wrong configuration error:

--------------------------------------------------------------------------------
Task 5af01358-9ffa-416d-a9b6-b46a46cf66ca: failed
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 180, in validate
    self._validate_config_semantic(self.config)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/common/utils.py", line 205, in wrapper
    result = f(self, *args, **kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 170, in _validate_config_semantic
    kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 150, in _validate_config_semantic_helper
    raise exceptions.InvalidBenchmarkConfig(**kw)
InvalidBenchmarkConfig: Input task is invalid!

Benchmark CinderVolumes.create_from_volume_and_delete_volume[0] has wrong configuration
Benchmark configuration:
{'runner': {'type': 'constant', 'concurrency': 1, 'times': 14}, 'args': {'size': 1}, 'sla': {'failure_rate': {'max': 0}}, 'context': {'users': {'users_per_tenant': 3, 'tenants': 2}, 'quotas': {'cinder': {'gigabytes': -1, 'volumes': -1, 'snapshots': -1}}}}

Reason:
 Invalid scenario argument: 'The following contexts are required but missing from the benchmark configuration file: volumes'

--------------------------------------------------------------------------------
Task 8fa3fa61-361a-4baa-bb9a-6303df8692b3: failed
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 180, in validate
    self._validate_config_semantic(self.config)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/common/utils.py", line 205, in wrapper
    result = f(self, *args, **kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 170, in _validate_config_semantic
    kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 150, in _validate_config_semantic_helper
    raise exceptions.InvalidBenchmarkConfig(**kw)
InvalidBenchmarkConfig: Input task is invalid!

Benchmark CinderVolumes.create_and_list_snapshots[0] has wrong configuration
Benchmark configuration:
{'runner': {'type': 'constant', 'concurrency': 1, 'times': 14}, 'args': {'detailed': True, 'force': False}, 'context': {'users': {'users_per_tenant': 3, 'tenants': 2}, 'quotas': {'cinder': {'gigabytes': -1, 'volumes': -1, 'snapshots': -1}}}}

Reason:
 Invalid scenario argument: 'The following contexts are required but missing from the benchmark configuration file: volumes'

Tags: scale
Revision history for this message
Dina Belova (dbelova) wrote :

I should mention, that fixing of these configs in the mos-scale repo should include unskipping them as well. They'll be skipped now.

Changed in mos:
status: New → Confirmed
importance: Undecided → High
Changed in mos:
milestone: none → 6.1
Anton Arefiev (aarefiev)
Changed in mos:
assignee: Ivan Kolodyazhny (e0ne) → Anton Arefiev (aarefiev)
Anton Arefiev (aarefiev)
Changed in mos:
status: Confirmed → Fix Committed
Dina Belova (dbelova)
Changed in mos:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.