Project

General

Profile

Documentation #49203

missing documentation on "pubsub" in rgw_enable_apis

Added by Yuval Lifshitz about 3 years ago. Updated about 1 year ago.

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

100%

Tags:
notification backport_processed
Backport:
pacific, octopus
Reviewed:
Affected Versions:
Pull request ID:

Description


Related issues

Copied to rgw - Backport #49587: pacific: missing documentation on "pubsub" in rgw_enable_apis Resolved
Copied to rgw - Backport #49588: octopus: missing documentation on "pubsub" in rgw_enable_apis Rejected

History

#1 Updated by Yuval Lifshitz about 3 years ago

(1) following documents should be update with the need that "rgw_enable_apis" should contain: "notifications".
https://docs.ceph.com/en/latest/radosgw/notifications/
https://docs.ceph.com/en/latest/radosgw/pubsub-module/

(2) "notifications" should be added to the list of default values here:
https://docs.ceph.com/en/latest/radosgw/config-ref/#ceph-object-gateway-config-reference

(3) the value "notifications" should be added to the RGW code, here (in addition to "pubsub" to preserve compatibility):
https://github.com/ceph/ceph/blob/master/src/rgw/rgw_main.cc#L384
should be:

const bool pubsub_enabled = apis_map.count("pubsub") > 0 || apis_map.count("notifications") > 0;

#2 Updated by Yuval Lifshitz about 3 years ago

  • Assignee changed from Yuval Lifshitz to Gaurav Sitlani

#3 Updated by Gaurav Sitlani about 3 years ago

  • Pull request ID set to 39382

#4 Updated by Gaurav Sitlani about 3 years ago

  • Status changed from New to In Progress

#5 Updated by Casey Bodley about 3 years ago

  • Status changed from In Progress to Pending Backport

#6 Updated by Backport Bot about 3 years ago

  • Copied to Backport #49587: pacific: missing documentation on "pubsub" in rgw_enable_apis added

#7 Updated by Backport Bot about 3 years ago

  • Copied to Backport #49588: octopus: missing documentation on "pubsub" in rgw_enable_apis added

#8 Updated by Backport Bot over 1 year ago

  • Tags changed from notification to notification backport_processed

#9 Updated by Konstantin Shalygin about 1 year ago

  • Status changed from Pending Backport to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF