Project

General

Profile

Actions

Bug #15039

closed

test/ceph_objectstore_tool.py fails

Added by Josh Durgin about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
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

This causes 'make check' to fail.

http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-trusty-amd64-basic/log.cgi?log=5e23cba1872636a39f421ccfe3fefbeefeeb5ba6

AIL: test/ceph_objectstore_tool.py
===================================

vstarting.... DONE
Wait for health_ok... DONE
Created Replicated pool #1
Traceback (most recent call last):
File "./test/ceph_objectstore_tool.py", line 1878, in
status = main(sys.argv[1:])
File "./test/ceph_objectstore_tool.py", line 618, in main
ECID = get_pool_id(EC_POOL, nullfd)
File "./test/ceph_objectstore_tool.py", line 56, in get_pool_id
return check_output(cmd, stderr=nullfd).split()[3]
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)

    Error: subprocess.CalledProcess Command '['./ceph', 'osd', 'pool', 'stats', 'ec_pool']' returned non-zero exit status 2 
Actions #1

Updated by Sage Weil about 8 years ago

  • Status changed from New to Resolved

this has been passing since then, and master works for me.

Actions

Also available in: Atom PDF