Project

General

Profile

Actions

Bug #50981

closed

cephadm: --service-type arg in 'orch ls' not handled properly for services with service ids

Added by Adam King almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

the running daemon count comes out incorrect:

[ceph: root@vm-00 /]# ceph orch ls
NAME           PORTS  RUNNING  REFRESHED  AGE  PLACEMENT    
alertmanager              1/1  6m ago     23m  count:1      
crash                     3/3  7m ago     23m  *            
grafana                   1/1  6m ago     23m  count:1      
mds.test                  2/2  7m ago     18m  vm-01;vm-02  
mgr                       2/2  7m ago     23m  count:2      
mon                       3/5  7m ago     23m  count:5      
node-exporter             3/3  7m ago     23m  *            
prometheus                1/1  6m ago     23m  count:1      
[ceph: root@vm-00 /]# ceph orch ls --service-type mds
NAME      PORTS  RUNNING  REFRESHED  AGE  PLACEMENT    
mds.test             0/2  -          18m  vm-01;vm-02  
[ceph: root@vm-00 /]# ceph orch ls --service-type mds.test
NAME      PORTS  RUNNING  REFRESHED  AGE  PLACEMENT    
mds.test             2/0  7m ago     -    <unmanaged>  

Actions #1

Updated by Adam King almost 3 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 41556
Actions #2

Updated by Sebastian Wagner almost 3 years ago

  • Category set to cephadm
Actions #3

Updated by Sebastian Wagner almost 3 years ago

  • Status changed from Fix Under Review to Closed
Actions

Also available in: Atom PDF