Project

General

Profile

Bug #4384

ceph-deploy: mds daemon running even after ceph is uninstalled

Added by Tamilarasi muthamizhan about 11 years ago. Updated about 11 years ago.

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

0%

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

Description

ceph-deploy Uninstall doesn't stop the ceph-mds daemon and it keeps running even after ceph is uninstalled.

ubuntu@plana30:~$ sudo initctl list | grep ceph
ceph-mds (ceph/plana30) start/running, process 17613
ubuntu@plana30:~$ ps -ef | grep ceph
root 17613 1 22 17:17 ? 00:02:06 /usr/bin/ceph-mds --cluster=ceph -i plana30 -f
ubuntu 19259 23266 0 17:26 pts/2 00:00:00 grep --color=auto ceph
ubuntu@plana30:~$ ceph
The program 'ceph' is currently not installed. You can install it by typing:
sudo apt-get install ceph-common

Associated revisions

Revision 9eb0d91b (diff)
Added by Sage Weil about 11 years ago

debian: stop ceph-mds before uninstalling ceph-mds

Fixes: #4384
Signed-off-by: Sage Weil <>

Revision 209ce34a (diff)
Added by Sage Weil almost 11 years ago

debian: stop ceph-mds before uninstalling ceph-mds

Fixes: #4384
Signed-off-by: Sage Weil <>
(cherry picked from commit 9eb0d91b867ab980135d7c6ff6347d69d0a8a794)

History

#1 Updated by Tamilarasi muthamizhan about 11 years ago

  • Priority changed from Normal to High

#2 Updated by Greg Farnum about 11 years ago

The MDS is in a separate package — are you sure it got uninstalled? (It's also totally possible that we left out a hook somewhere, but check that the package is gone first.)

#3 Updated by Tamilarasi muthamizhan about 11 years ago

yes Greg. ceph-mds has been uninstalled.

to reproduce the issue,

tamil@ubuntu:~/test/teuthology$ cat t.yaml
roles:
- [mon.a, mds.a, osd.1]
- [mon.b, osd.3, osd.4]
- [client.0]

targets:
: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWF1ovToj1jAHkUM4IKQ3d0Bn2AzA38jBEZxCcRKBqNq//804bDbt2VOa+5UvmDdcHevcwEHvcMqnAlTh5fb0e8qCadYuJhFFF+8yfAsujTtRpvGqkP5AIe90iNspLizCeHmS7Ej8USlWmFAyUVQ6tvSkiLFJcIDf64y+mkdVdnd0WQ2ArNV9mffq/OfHhmUSVXg9+OnxW1gQMWdMcjDu99VIQUbuZASeH0wwhGvlNHBWseHHUyYuNRbdoe2KF8v41gd3D+pBPCuHcA+QqKgJkUNt4Na+dayC8M5Q44ehJ+L8067385ZN9buTnJbZRIezXY5uw3ANJxWMogNK9m39t
: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYDpptyOTrVH3RqiwH5A//Q2CkkVz5dPTpd/s8qG/Q4EHVA4WDMu80pcDvdSewOfFJl83MEtDKKjuJOuEzI4OGn0DPptDN5wHC1OWrXqFMcIaWVe/KBYOdWEZbA7FECeXgEZR1Sid2bH7XDUE9AYalpS2/SmuuHEU1ObL6zSpAqoY6AIPCR6LgFrtxAqrYmIdpb8YfSuI5uPBv6qikl0yvam06WNerUNQ9lnZXFmFm1wBeicRvWH3jZ6w/xlQBIp/zG6k9IJa0vaLm+FqztLkDWri8Qz1dbdsz0bNjyzD6iRuDOpgmz0Kf8m2IjaJRgRgz2ARcOOdBJKmwnnW/knk5
: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QLrFgiF5oIdiIeB+l40EWRmssMz9SjaNaS46izEtQn9dzF6wcTaqR8JFz7xPpU5b0IH4m3cCCCUfybVZMeyZRh94Xa0knzohzxGEjJzjmaxBhZVJZ0ecXSK724Vy2fnCTpeXo8aAJdPvng06TUy9Fh4RhT6IMHq0xjVUwb4J4GLKse5bumBJXwmrTFh8EMY3vBJ/6+XkRw8ASWBIVMRGGI+QZwlb/UMdf6pcyaDwJNv4nQDeBea+5nwtlyxCjYV/RGo4GoHU/Uit7pF73xJLGDH9kvmDoXKmXBI08wqGA14hVyt5CEHzkNbAy5fUq3yJdzGf5oBlghyTLjsWmf3Z

tasks:
- install:
extras: yes
- ssh_keys:
- ceph-deploy:
branch:
dev: master
- ceph-fuse: [client.0]
- workunit:
clients:
client.0:
- suites/blogbench.sh

#4 Updated by Ian Colle about 11 years ago

  • Project changed from teuthology to devops

#5 Updated by Sage Weil about 11 years ago

  • Status changed from New to 7

fix is in next

#6 Updated by Sage Weil about 11 years ago

  • Status changed from 7 to Resolved

Also available in: Atom PDF