Project

General

Profile

Actions

Bug #6071

closed

rados api test LibRadosMisc.BigAttrPP failed on the arm set up

Added by Tamilarasi muthamizhan over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
librados
Target version:
-
% Done:

0%

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

Description

The rados api test failed on arm test setup when using ceph-deploy task. while it still worked with install task.

logs are copied to :/home/ubuntu/bug/rados_api_cdep1

2013-08-20T16:56:19.874 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: test/librados/misc.cc:544: Failure
2013-08-20T16:56:19.874 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: Value of: ioctx.setxattr("foo", "one", bl)
2013-08-20T16:56:19.874 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]:   Actual: -27
2013-08-20T16:56:19.874 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: Expected: 0
2013-08-20T16:56:19.877 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [  FAILED  ] LibRadosMisc.BigAttrPP (3331 ms)
2013-08-20T16:56:19.877 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [----------] 16 tests from LibRadosMisc (50360 ms total)
2013-08-20T16:56:19.877 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]:
2013-08-20T16:56:19.877 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [----------] Global test environment tear-down
2013-08-20T16:56:19.878 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [==========] 16 tests from 1 test case ran. (50360 ms total)
2013-08-20T16:56:19.878 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [  PASSED  ] 15 tests.
2013-08-20T16:56:19.878 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [  FAILED  ] 1 test, listed below:
2013-08-20T16:56:19.878 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]: [  FAILED  ] LibRadosMisc.BigAttrPP
2013-08-20T16:56:19.878 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]:
2013-08-20T16:56:19.879 INFO:teuthology.task.workunit.client.0.out:[10.214.143.109]:  1 FAILED TEST

Actions #1

Updated by Tamilarasi muthamizhan over 10 years ago

  • Assignee changed from Samuel Just to Sage Weil
Actions #2

Updated by Sage Weil over 10 years ago

the test is

  bl.append(buffer::create(g_conf->osd_max_attr_size));
  ASSERT_EQ(0, ioctx.setxattr("foo", "one", bl));

was this ext4 or xfs?

Actions #3

Updated by Tamilarasi muthamizhan over 10 years ago

logs are copied to ubuntu@mira025:/home/ubuntu/bug_6071

Actions #4

Updated by Tamilarasi muthamizhan over 10 years ago

xfs

Actions #5

Updated by Tamilarasi muthamizhan over 10 years ago

logs with debug on is in: mira025: /home/ubuntu/bug_6071_latest

Actions #6

Updated by Sage Weil over 10 years ago

it is sending a 40MB xattr and failing. it should be sending 64K. note that 2 lines down from osd max attr in config_opts:

OPTION(filestore_wbthrottle_btrfs_bytes_start_flusher, OPT_U64, 41943040)

probably ceph-test version != librados2

probably the upgrade task does not upgrade ceph-test, only the core packages?

Actions #7

Updated by Tamilarasi muthamizhan over 10 years ago

yes, the test set up had different versions for ceph-test[defaults to master branch by install task as no branch was specified] and librados2[dumpling installed by ceph-deploy task]

testing this with install branch mentioned.

Actions #8

Updated by Tamilarasi muthamizhan over 10 years ago

  • Priority changed from Urgent to Normal
Actions #9

Updated by Tamilarasi muthamizhan over 10 years ago

  • Status changed from New to Resolved

test passed.

tasks:
- install:
    branch: dumpling
    extras: true
- ssh_keys: null
- ceph-deploy:
    branch:
      stable: dumpling
    conf:
      mon:
        debug ms: 1
      osd:
        debug filestore: 20
        debug osd: 20
- workunit:
    clients:
      client.0:
      - rados/test.sh
      - rados/test_pool_quota.sh

Actions

Also available in: Atom PDF