Project

General

Profile

Actions

Bug #14814

closed

os/filestore: mkfs may return OK even if it encounters internal error.

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

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

uint64_t initial_seq = 0;
int fd = read_op_seq(&initial_seq);
if (fd < 0) {
derr << "mkfs: failed to create " << current_op_seq_fn << ": "
<< cpp_strerror(fd) << dendl;
goto close_fsid_fd;
}

Actions #1

Updated by Sage Weil about 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF