Project

General

Profile

Actions

Bug #46991

closed

cephadm ls does not list legacy rgws

Added by Namrata Sitlani over 3 years ago. Updated 5 months ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
cephadm (binary)
Target version:
-
% Done:

0%

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

Description

I am trying to convert ceph-ansible cluster to cephadm, when I see ceph -s

sudo ceph -s
  cluster:
    id:     5ed02f7e-3be3-461e-aabf-abe2948d3955
    health: HEALTH_OK

  services:
    mon: 3 daemons, quorum daisy,eric,frank (age 14m)
    mgr: daisy(active, since 2h), standbys: eric, frank
    mds: cephfs:1 {0=daisy=up:active} 2 up:standby
    osd: 3 osds: 3 up (since 2h), 3 in (since 2h)
    rgw: 3 daemons active (daisy.rgw0, eric.rgw0, frank.rgw0)

  task status:
    scrub status:
        mds.daisy: idle

  data:
    pools:   9 pools, 217 pgs
    objects: 1.21k objects, 3.9 MiB
    usage:   3.4 GiB used, 57 GiB / 60 GiB avail
    pgs:     217 active+clean

It list mon, mgr, mds, osd, rgw
but when I see cephadm ls following this https://docs.ceph.com/docs/master/cephadm/adoption/

on the particular hots it shows everything but rgw

[
    {
        "style": "legacy",
        "name": "mgr.eric",
        "fsid": "5ed02f7e-3be3-461e-aabf-abe2948d3955",
        "systemd_unit": "ceph-mgr@eric",
        "enabled": true,
        "state": "running",
        "host_version": "15.2.4" 
    },
    {
        "style": "legacy",
        "name": "osd.1",
        "fsid": "5ed02f7e-3be3-461e-aabf-abe2948d3955",
        "systemd_unit": "ceph-osd@1",
        "enabled": true,
        "state": "running",
        "host_version": "15.2.4" 
    },
    {
        "style": "legacy",
        "name": "mds.eric",
        "fsid": "5ed02f7e-3be3-461e-aabf-abe2948d3955",
        "systemd_unit": "ceph-mds@eric",
        "enabled": true,
        "state": "running",
        "host_version": "15.2.4" 
    },
    {
        "style": "legacy",
        "name": "mon.eric",
        "fsid": "5ed02f7e-3be3-461e-aabf-abe2948d3955",
        "systemd_unit": "ceph-mon@eric",
        "enabled": true,
        "state": "running",
        "host_version": "15.2.4" 
    }
]
Actions #1

Updated by Sebastian Wagner over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Sebastian Wagner over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Sebastian Wagner over 3 years ago

  • Tracker changed from Bug to Support

For RGWs, please follow step 11 to redeploy the RGWs with cephadm!

Actions #4

Updated by Namrata Sitlani over 3 years ago

Sebastian Wagner wrote:

For RGWs, please follow step 11 to redeploy the RGWs with cephadm!

This was the step 4th before redeploying mds, osds, anything
So this is the expected result?

Actions #5

Updated by Sebastian Wagner over 3 years ago

  • Subject changed from cephadm ls does not list rgw to cephadm ls does not list legacy rgws
  • Priority changed from Normal to Low
Actions #6

Updated by Sebastian Wagner over 3 years ago

  • Tracker changed from Support to Bug
  • Regression set to No
  • Severity set to 3 - minor

Yes, we should list legacy RGWs at this point. low prio, though.

Actions #7

Updated by Sebastian Wagner almost 3 years ago

  • Category set to cephadm (binary)
Actions #8

Updated by Sebastian Wagner over 2 years ago

  • Tags set to low-hanging-fruit
Actions #9

Updated by Laura Flores almost 2 years ago

  • Translation missing: en.field_tag_list set to low-hanging-fruit
Actions #10

Updated by Suyash Dongre 5 months ago

I have created a PR for this issue: https://github.com/ceph/ceph/pull/54567

Actions #11

Updated by Adam King 5 months ago

  • Pull request ID set to 54567
Actions #12

Updated by Suyash Dongre 5 months ago

  • Pull request ID changed from 54567 to 54658
Actions #13

Updated by Suyash Dongre 5 months ago

  • Pull request ID changed from 54658 to 54679
Actions #14

Updated by Suyash Dongre 5 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF