Project

General

Profile

Bug #48597

pybind/mgr/cephadm: mds_join_fs not cleaned up

Added by Patrick Donnelly over 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
High
Category:
-
Target version:
% Done:

0%

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

Description

After creating a new file system and then deleting it:

[root@li1211-173 ~]# ceph config dump | grep mds
    mds.a          basic     mds_join_fs                           a                                        
    mds.all        basic     mds_join_fs                           all                                      
    mds.b          basic     mds_join_fs                           b                                        
    mds.bar        basic     mds_join_fs                           bar                                      
[root@li1211-173 ~]# ceph fs volume create baz 'label:mdss'                                   
[root@li1211-173 ~]# ceph config dump | grep mds
    mds.a          basic     mds_join_fs                           a                                        
    mds.all        basic     mds_join_fs                           all                                      
    mds.b          basic     mds_join_fs                           b                                        
    mds.bar        basic     mds_join_fs                           bar                                      
    mds.baz        basic     mds_join_fs                           baz                                      
[root@li1211-173 ~]# ceph fs volume rm baz --yes-i-really-mean-it
metadata pool: cephfs.baz.meta data pool: ['cephfs.baz.data'] removed
[root@li1211-173 ~]# ceph config dump | grep mds
    mds.a          basic     mds_join_fs                           a                                        
    mds.all        basic     mds_join_fs                           all                                      
    mds.b          basic     mds_join_fs                           b                                        
    mds.bar        basic     mds_join_fs                           bar                                      
    mds.baz        basic     mds_join_fs                           baz     

Tested with the latest octopus.


Related issues

Duplicates Orchestrator - Bug #44699: cephadm: removing services leaves configs behind Closed
Duplicated by Orchestrator - Feature #45712: Add 'state' attribute to ServiceSpec Duplicate
Blocks Orchestrator - Bug #48930: when removing the iscsi service, the gateway config object remains Resolved

History

#1 Updated by Sebastian Wagner over 3 years ago

  • Duplicates Bug #44699: cephadm: removing services leaves configs behind added

#3 Updated by Sebastian Wagner about 3 years ago

  • Assignee set to Sebastian Wagner

#4 Updated by Sebastian Wagner about 3 years ago

  • Blocks Bug #48930: when removing the iscsi service, the gateway config object remains added

#5 Updated by Sebastian Wagner about 3 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 38883

#6 Updated by Sebastian Wagner about 3 years ago

  • Duplicated by Feature #45712: Add 'state' attribute to ServiceSpec added

#7 Updated by Sebastian Wagner about 3 years ago

  • Status changed from Fix Under Review to Pending Backport

#9 Updated by Sebastian Wagner almost 3 years ago

  • Status changed from Pending Backport to Resolved

Also available in: Atom PDF