Project

General

Profile

Actions

Bug #5422

closed

object deletion should log the object tag

Added by Anonymous almost 11 years ago. Updated almost 11 years ago.

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

0%

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

Description

object tags are used to tell one instance of an object from another with the same name (to differentiate a deleted object from a new one with the same name).

At present, the object tag is not logged when an object is deleted. Here is the mdlog for an object deletion:

{ "section": "bucket",
"name": "bucket1",
"timestamp": "2013-06-21 23:04:39.865002Z",
"data": { "read_version": { "tag": "",
"ver": 0},
"write_version": { "tag": "",
"ver": 0},
"status": { "status": "remove"}}}, { "section": "bucket",
"name": "bucket1",
"timestamp": "2013-06-21 23:04:39.896989Z",
"data": { "read_version": { "tag": "",
"ver": 0},
"write_version": { "tag": "",
"ver": 0},
"status": { "status": "complete"}}},
Actions #1

Updated by Yehuda Sadeh almost 11 years ago

  • Status changed from New to Resolved

fixed in the wip-rgw-geo-2 branch.

Actions

Also available in: Atom PDF