Project

General

Profile

Actions

Bug #15091

closed

Exception during orig_placement_pools = len(out['placement_pools'])

Added by Vasu Kulkarni about 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 zone get'
Exception during orig_placement_pools = len(out['placement_pools'])

http://magna002.ceph.redhat.com/vasu-2016-03-11_00:54:46-rgw-jewel---basic-magna/214799/teuthology.log


2016-03-11T03:21:27.519 INFO:tasks.util.rgw:rgwadmin: client.0 : ['bucket', 'rm', '--bucket', 'myfoo', '--purge-objects']
2016-03-11T03:21:27.520 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'bucket', 'rm', '--bucket', 'myfoo', '--purge-objects']
2016-03-11T03:21:27.521 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 bucket rm --bucket myfoo --purge-objects'
2016-03-11T03:21:32.228 INFO:tasks.util.rgw:rgwadmin: client.0 : ['caps', 'add', '--uid', 'foo', '--caps', 'user=read']
2016-03-11T03:21:32.229 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'caps', 'add', '--uid', 'foo', '--caps', 'user=read']
2016-03-11T03:21:32.231 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 caps add --uid foo --caps user=read'
2016-03-11T03:21:35.036 INFO:tasks.util.rgw: json result: {u'auid': 0, u'display_name': u'Foo', u'keys': [{u'access_key': u'9te6NH5mcdcq0Tc5i8i1', u'secret_key': u'Ny4IOauQoL18Gp2zM7lC1vLmoawgqcYP/YGcWfXu', u'user': u'foo'}], u'default_placement': u'', u'temp_url_keys': [], u'caps': [{u'type': u'user', u'perm': u'read'}], u'max_buckets': 4, u'swift_keys': [], u'user_quota': {u'max_objects': -1, u'enabled': False, u'max_size_kb': -1}, u'placement_tags': [], u'suspended': 0, u'op_mask': u'read, write, delete', u'user_id': u'foo', u'email': u'foo@foo.com', u'subusers': [], u'bucket_quota': {u'max_objects': -1, u'enabled': False, u'max_size_kb': -1}}
2016-03-11T03:21:35.037 INFO:tasks.util.rgw:rgwadmin: client.0 : ['caps', 'rm', '--uid', 'foo', '--caps', 'user=read']
2016-03-11T03:21:35.038 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'caps', 'rm', '--uid', 'foo', '--caps', 'user=read']
2016-03-11T03:21:35.039 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 caps rm --uid foo --caps user=read'
2016-03-11T03:21:38.818 INFO:tasks.util.rgw: json result: {u'auid': 0, u'display_name': u'Foo', u'keys': [{u'access_key': u'9te6NH5mcdcq0Tc5i8i1', u'secret_key': u'Ny4IOauQoL18Gp2zM7lC1vLmoawgqcYP/YGcWfXu', u'user': u'foo'}], u'default_placement': u'', u'temp_url_keys': [], u'caps': [], u'max_buckets': 4, u'swift_keys': [], u'user_quota': {u'max_objects': -1, u'enabled': False, u'max_size_kb': -1}, u'placement_tags': [], u'suspended': 0, u'op_mask': u'read, write, delete', u'user_id': u'foo', u'email': u'foo@foo.com', u'subusers': [], u'bucket_quota': {u'max_objects': -1, u'enabled': False, u'max_size_kb': -1}}
2016-03-11T03:21:40.139 INFO:tasks.util.rgw:rgwadmin: client.0 : ['user', 'rm', '--uid', 'foo']
2016-03-11T03:21:40.140 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'user', 'rm', '--uid', 'foo']
2016-03-11T03:21:40.141 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 user rm --uid foo'
2016-03-11T03:21:43.786 INFO:tasks.util.rgw:rgwadmin: client.0 : ['user', 'rm', '--uid', 'foo', '--purge-data']
2016-03-11T03:21:43.787 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'user', 'rm', '--uid', 'foo', '--purge-data']
2016-03-11T03:21:43.788 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 user rm --uid foo --purge-data'
2016-03-11T03:21:47.561 INFO:tasks.util.rgw:rgwadmin: client.0 : ['user', 'info', '--uid', 'foo']
2016-03-11T03:21:47.562 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'user', 'info', '--uid', 'foo']
2016-03-11T03:21:47.563 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 user info --uid foo'
2016-03-11T03:21:50.531 INFO:tasks.util.rgw:rgwadmin: client.0 : ['zone', 'get']
2016-03-11T03:21:50.532 INFO:tasks.util.rgw:rgwadmin: cmd=['adjust-ulimits', 'ceph-coverage', '/home/ubuntu/cephtest/archive/coverage', 'radosgw-admin', '--log-to-stderr', '--format', 'json', '-n', 'client.0', 'zone', 'get']
2016-03-11T03:21:50.533 INFO:teuthology.orchestra.run.magna089:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage radosgw-admin --log-to-stderr --format json -n client.0 zone get'
2016-03-11T03:21:50.620 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 66, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 45, in run_one_task
    return fn(**kwargs)
  File "/home/teuthworker/src/ceph-qa-suite_jewel/tasks/radosgw_admin.py", line 997, in task
    orig_placement_pools = len(out['placement_pools'])
TypeError: 'NoneType' object has no attribute '__getitem__'
Actions #1

Updated by Yehuda Sadeh about 8 years ago

  • Assignee set to Orit Wasserman
Actions #2

Updated by Orit Wasserman almost 8 years ago

Probably fixed by the update to rgw suite for jewel

Actions #3

Updated by Orit Wasserman over 7 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF