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

Also available in: Atom PDF