Project

General

Profile

Actions

Bug #8321

closed

ceph-brag missing a python dependency on EL6

Added by Lincoln Bryant almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

100%

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

Description

ceph-brag depends on the Counter subclass from the collections module -- on EL6 this is a problem as Counter wasn't introduced until Python 2.7

$ ceph-brag
Traceback (most recent call last):
  File "/usr/bin/ceph-brag", line 10, in <module>
    from collections import Counter
ImportError: cannot import name Counter
$ python --version
Python 2.6.6
$ rpm -q ceph
ceph-0.80-0.el6.x86_64

Related issues 1 (0 open1 closed)

Related to devops - Bug #8458: `make check` should call tox tests for ceph-brag, ceph-disk, and cephResolvedNathan Cutler06/16/2015

Actions
Actions

Also available in: Atom PDF