Project

General

Profile

Actions

Bug #58691

closed

store names of modules that register RADOS clients in the MgrMap

Added by Ramana Raja about 1 year ago. Updated 8 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
ceph-mgr
Target version:
% Done:

100%

Source:
Development
Tags:
backport_processed
Backport:
pacific,quincy,reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The MgrMap stores a list of RADOS clients' addresses registered by the
mgr modules. During failover of ceph-mgr, the list is used to blocklist
clients belonging to the failed ceph-mgr.

Store the names of the mgr modules that registered the RADOS clients
along with the clients' addresses in the MgrMap. During debugging, this
allows easy identification of the mgr module that registered a
particular RADOS client by just dumping the MgrMap (ceph mgr dump).

e.g.,

    $ ceph mgr dump | jq '.active_clients[0]'
    {
      "name": "devicehealth",
      "addrvec": [
        {
          "type": "v2",
          "addr": "10.0.0.148:0",
          "nonce": 612376578
        }
      ]
    }


Related issues 4 (0 open4 closed)

Related to rbd - Bug #56724: [rbd_support] recover from RADOS instance blocklistingResolvedRamana Raja

Actions
Copied to mgr - Backport #58998: quincy: store names of modules that register RADOS clients in the MgrMapResolvedRamana RajaActions
Copied to mgr - Backport #58999: reef: store names of modules that register RADOS clients in the MgrMapResolvedRamana RajaActions
Copied to mgr - Backport #59737: pacific: store names of modules that register RADOS clients in the MgrMapResolvedRamana RajaActions
Actions #1

Updated by Ramana Raja about 1 year ago

  • Description updated (diff)
Actions #2

Updated by Ramana Raja about 1 year ago

  • Status changed from New to In Progress
  • Pull request ID set to 50065
Actions #3

Updated by Ramana Raja about 1 year ago

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

Updated by Ramana Raja about 1 year ago

  • Description updated (diff)
Actions #5

Updated by Ramana Raja about 1 year ago

  • Assignee set to Ramana Raja
Actions #6

Updated by Ilya Dryomov about 1 year ago

  • Status changed from Fix Under Review to Resolved
Actions #7

Updated by Konstantin Shalygin about 1 year ago

  • Category set to ceph-mgr
  • Target version set to v18.0.0
  • % Done changed from 0 to 100
  • Source set to Development
Actions #8

Updated by Ramana Raja about 1 year ago

  • Status changed from Resolved to Pending Backport
  • Backport set to reef,quincy
Actions #9

Updated by Ramana Raja about 1 year ago

  • Status changed from Pending Backport to Fix Under Review
  • Backport changed from reef,quincy to quincy,reef
Actions #10

Updated by Ramana Raja about 1 year ago

  • Status changed from Fix Under Review to Pending Backport
Actions #11

Updated by Backport Bot about 1 year ago

  • Copied to Backport #58998: quincy: store names of modules that register RADOS clients in the MgrMap added
Actions #12

Updated by Backport Bot about 1 year ago

  • Copied to Backport #58999: reef: store names of modules that register RADOS clients in the MgrMap added
Actions #13

Updated by Backport Bot about 1 year ago

  • Tags set to backport_processed
Actions #14

Updated by Ilya Dryomov about 1 year ago

  • Related to Bug #56724: [rbd_support] recover from RADOS instance blocklisting added
Actions #15

Updated by Ilya Dryomov 12 months ago

  • Tags deleted (backport_processed)
  • Backport changed from quincy,reef to pacific,quincy,reef
Actions #16

Updated by Backport Bot 12 months ago

  • Copied to Backport #59737: pacific: store names of modules that register RADOS clients in the MgrMap added
Actions #17

Updated by Backport Bot 12 months ago

  • Tags set to backport_processed
Actions #18

Updated by Konstantin Shalygin 8 months ago

  • Tracker changed from Feature to Bug
  • Status changed from Pending Backport to Resolved
  • Regression set to No
  • Severity set to 3 - minor
Actions

Also available in: Atom PDF