Project

General

Profile

Actions

Bug #14129

closed

librbd: snap_exists API overflow!

Added by xie xingguo over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Target version:
-
% Done:

0%

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

Description

See Internal.cc

bool snap_exists(ImageCtx *ictx, const char *snap_name) {
ldout(ictx->cct, 20) << "snap_exists " << ictx << " " << snap_name << dendl;

int r = ictx->state->refresh_if_required();
if (r < 0)
return r;// overflowed.
Actions #2

Updated by Nathan Cutler over 8 years ago

  • Project changed from Ceph to rbd
Actions #3

Updated by Nathan Cutler over 8 years ago

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

Updated by xie xingguo over 8 years ago

xie xingguo wrote:

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

@Nathan Weinberg Cutler
Resolved.

Actions #5

Updated by Nathan Cutler over 8 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF