Project

General

Profile

Actions

Backport #37689

closed

mimic: ceph-objectstore-tool: Add HashInfo to object dump output

Added by Nathan Cutler over 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
mimic
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from RADOS - Feature #37597: ceph-objectstore-tool: Add HashInfo to object dump outputResolvedDavid Zafman12/11/2018

Actions
Actions #1

Updated by Nathan Cutler over 5 years ago

  • Copied from Feature #37597: ceph-objectstore-tool: Add HashInfo to object dump output added
Actions #2

Updated by Ashish Singh over 5 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee set to Ashish Singh
Actions #3

Updated by Ashish Singh over 5 years ago

  • Status changed from In Progress to Need More Info

While backporting changes related to tracker 37597, getting cbegin not found compilation error :

/home/jenkins-build/build/workspace/ceph-pull-requests/src/tools/ceph_objectstore_tool.cc:2503:21: error: 'using bufferlist = class ceph::buffer::list {aka class ceph::buffer::list}' has no member named 'cbegin'; did you mean 'begin'?
auto hp = hattr.cbegin();
^~~~
begin
src/tools/CMakeFiles/ceph-objectstore-tool.dir/build.make:62: recipe for target 'src/tools/CMakeFiles/ceph-objectstore-tool.dir/ceph_objectstore_tool.cc.o' failed
make3: * [src/tools/CMakeFiles/ceph-objectstore-tool.dir/ceph_objectstore_tool.cc.o] Error 1
make3: *
Waiting for unfinished jobs....

Can we replace 'cbegin()' with 'begin()' ?

Actions #4

Updated by Nathan Cutler over 5 years ago

  • Status changed from Need More Info to In Progress
Actions #5

Updated by Yuri Weinstein about 5 years ago

Nathan Cutler wrote:

https://github.com/ceph/ceph/pull/25721

merged

Actions #6

Updated by Nathan Cutler about 5 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v13.2.5
Actions

Also available in: Atom PDF