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 #1

Updated by Sage Weil almost 10 years ago

  • Priority changed from Normal to Urgent
  • Source changed from other to Community (user)
Actions #2

Updated by Sage Weil almost 10 years ago

  • Project changed from Ceph to devops
Actions #3

Updated by Sage Weil almost 10 years ago

  • Assignee set to Alfredo Deza
Actions #4

Updated by Alfredo Deza almost 10 years ago

  • Status changed from New to Fix Under Review
Actions #5

Updated by Loïc Dachary almost 10 years ago

  • Status changed from Fix Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Loïc Dachary almost 10 years ago

  • Status changed from Resolved to Pending Backport
  • Backport set to firefly
Actions #7

Updated by Alfredo Deza almost 10 years ago

  • Status changed from Pending Backport to Resolved

Backported to Firefly b2bf8cb21761d88557fb2d5c0935c4a3678ee01f

Actions

Also available in: Atom PDF