Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: admin: handle delete_at attr in object stat output #27781

Merged
merged 1 commit into from
Apr 25, 2019

Conversation

theanalyst
Copy link
Member

Fixes: https://tracker.ceph.com/issues/39481

Signed-off-by: Abhishek Lekshmanan abhishek@suse.com

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Fixes: https://tracker.ceph.com/issues/39481

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
@theanalyst
Copy link
Member Author

Current output looks something like this , when compared to the previous stat output

@@ -34,6 +34,7 @@
             "display_name": "Tester-Subuser"
         }
     },
+    "delete_at": "2019-04-25 13:17:47.027327Z",
     "etag": "60b725f10c9c85c70d97880dfe8191b3",
     "tag": "86550beb-3468-4f31-bd14-e0e14eaa0d65.54136.7",
     "manifest": {
@@ -145,7 +146,6 @@
     },
     "attrs": {
         "user.rgw.content_type": "",
-        "user.rgw.delete_at": "{\\\u0001",
         "user.rgw.pg_ver": "\u001c",
         "user.rgw.source_zone": "8zC",
         "user.rgw.tail_tag": "86550beb-3468-4f3

@theanalyst theanalyst merged commit b0ecd0a into ceph:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants