Project

General

Profile

Actions

Backport #44614

closed

nautilus: notification: topic action fail with "MethodNotAllowed"

Added by Yuval Lifshitz about 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
High
Target version:
Release:
nautilus
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

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


when trying to set a new topic, get a list of topics etc. the operation fails with "MethodNotAllowed".
CreateTopic:

30085 2020-03-13 13:00:23.368 7f9c372c5700  1 ====== starting new request req=0x55d2d07588c0 =====
30086 2020-03-13 13:00:23.368 7f9c372c5700  2 req 396 0.000s initializing for trans_id = tx00000000000000000018c-005e6b67c7-1030-a1
30087 2020-03-13 13:00:23.368 7f9c372c5700 10 rgw api priority: s3=8 s3website=7
30088 2020-03-13 13:00:23.368 7f9c372c5700 10 host=localhost
30089 2020-03-13 13:00:23.368 7f9c372c5700 20 subdomain= domain= in_hosted_domain=0 in_hosted_domain_s3website=0
30090 2020-03-13 13:00:23.368 7f9c372c5700 20 final domain/bucket subdomain= domain= in_hosted_domain=0 in_hosted_domain_s3website=0 s->info.domain= s->info.request_uri=/
30091 2020-03-13 13:00:23.368 7f9c372c5700 20 get_handler handler=26RGWHandler_REST_Service_S3
30092 2020-03-13 13:00:23.368 7f9c372c5700 10 handler=26RGWHandler_REST_Service_S3
30093 2020-03-13 13:00:23.368 7f9c372c5700  2 req 396 0.000s getting op 4
30094 2020-03-13 13:00:23.368 7f9c372c5700 10 Content of POST: Name=faaybt-1_topic_1&Attributes.entry.2.key=amqp-exchange&Attributes.entry.1.key=amqp-ack-level&Attributes.entry.2.value=amqp.direct&Version=2010-03-31&Attributes.entry.3.val      ue=amqp%3A%2F%2F127.0.0.1%3A7001&Attributes.entry.1.value=none&Action=CreateTopic&Attributes.entry.3.key=push-endpoint
30095 2020-03-13 13:00:23.368 7f9c372c5700 10 Content of POST: Name=faaybt-1_topic_1&Attributes.entry.2.key=amqp-exchange&Attributes.entry.1.key=amqp-ack-level&Attributes.entry.2.value=amqp.direct&Version=2010-03-31&Attributes.entry.3.val      ue=amqp%3A%2F%2F127.0.0.1%3A7001&Attributes.entry.1.value=none&Action=CreateTopic&Attributes.entry.3.key=push-endpoint
30096 2020-03-13 13:00:23.368 7f9c372c5700 10 Content of POST: Name=faaybt-1_topic_1&Attributes.entry.2.key=amqp-exchange&Attributes.entry.1.key=amqp-ack-level&Attributes.entry.2.value=amqp.direct&Version=2010-03-31&Attributes.entry.3.val      ue=amqp%3A%2F%2F127.0.0.1%3A7001&Attributes.entry.1.value=none&Action=CreateTopic&Attributes.entry.3.key=push-endpoint
30097 2020-03-13 13:00:23.368 7f9c372c5700 20 handler->ERRORHANDLER: err_no=-2003 new_err_no=-2003
30098 2020-03-13 13:00:23.368 7f9c372c5700  2 req 396 0.000s http status=405
30099 2020-03-13 13:00:23.368 7f9c372c5700  1 ====== req done req=0x55d2d07588c0 op status=0 http_status=405 latency=0s ======

ListTopics:

2020-03-13 13:00:23.356 7f9c50af8700  1 ====== starting new request req=0x55d2cfd628c0 =====
30057 2020-03-13 13:00:23.357 7f9c50af8700  2 req 395 0.001s initializing for trans_id = tx00000000000000000018b-005e6b67c7-1030-a1
30058 2020-03-13 13:00:23.357 7f9c50af8700 10 rgw api priority: s3=8 s3website=7
30059 2020-03-13 13:00:23.357 7f9c50af8700 10 host=localhost
30060 2020-03-13 13:00:23.357 7f9c50af8700 20 subdomain= domain= in_hosted_domain=0 in_hosted_domain_s3website=0
30061 2020-03-13 13:00:23.357 7f9c50af8700 20 final domain/bucket subdomain= domain= in_hosted_domain=0 in_hosted_domain_s3website=0 s->info.domain= s->info.request_uri=/
30062 2020-03-13 13:00:23.357 7f9c50af8700 20 get_handler handler=26RGWHandler_REST_Service_S3
30063 2020-03-13 13:00:23.357 7f9c50af8700 10 handler=26RGWHandler_REST_Service_S3
30064 2020-03-13 13:00:23.357 7f9c50af8700  2 req 395 0.001s getting op 4
30065 2020-03-13 13:00:23.357 7f9c50af8700 10 Content of POST: Action=ListTopics&Version=2010-03-31
30066 2020-03-13 13:00:23.357 7f9c50af8700 10 Content of POST: Action=ListTopics&Version=2010-03-31
30067 2020-03-13 13:00:23.357 7f9c50af8700 10 Content of POST: Action=ListTopics&Version=2010-03-31
30068 2020-03-13 13:00:23.357 7f9c50af8700 20 handler->ERRORHANDLER: err_no=-2003 new_err_no=-2003
30069 2020-03-13 13:00:23.357 7f9c50af8700  2 req 395 0.001s http status=405
30070 2020-03-13 13:00:23.357 7f9c50af8700  1 ====== req done req=0x55d2cfd628c0 op status=0 http_status=405 latency=0.00100004s ======

Actions #1

Updated by Yuval Lifshitz about 4 years ago

  • Status changed from New to In Progress
  • Pull request ID set to 33978
Actions #2

Updated by Yuval Lifshitz about 4 years ago

  • Status changed from In Progress to Fix Under Review
Actions #3

Updated by Casey Bodley about 4 years ago

  • Tracker changed from Bug to Backport
  • Subject changed from notification: topic action fail with "MethodNotAllowed" to nautilus: notification: topic action fail with "MethodNotAllowed"
  • Status changed from Fix Under Review to In Progress
  • Release set to nautilus
Actions #5

Updated by Yuri Weinstein about 4 years ago

Casey Bodley wrote:

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

merged

Actions #6

Updated by Nathan Cutler about 4 years ago

  • Description updated (diff)
  • Status changed from In Progress to Resolved
  • Target version set to v14.2.9

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/33978
merge commit 2ae1c4092ba96ec28724a7aa761d4af4b15bba2e (v14.2.8-133-g2ae1c4092ba)

Actions #7

Updated by Nathan Cutler almost 4 years ago

  • Target version changed from v14.2.9 to v14.2.10
Actions

Also available in: Atom PDF