Project

General

Profile

Actions

Documentation #45862

closed

orch mds rm is documented but does not exist

Added by Jan Fajerski almost 4 years ago. Updated over 3 years ago.

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

0%

Tags:
low-hanging-fruit
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

master:~ # ceph orch mds rm mds.cephfs.node1.cvrhhz
Invalid command: mds not in start|stop|restart|redeploy|reconfig
orch start|stop|restart|redeploy|reconfig <service_name> :  Start, stop, restart, redeploy, or reconfig an entire service (i.e. all daemons)
Error EINVAL: invalid command
master:~ # ceph orch mds 
Invalid command: mds not in start|stop|restart|redeploy|reconfig
orch start|stop|restart|redeploy|reconfig <service_name> :  Start, stop, restart, redeploy, or reconfig an entire service (i.e. all daemons)
Error EINVAL: invalid command

Actions #1

Updated by Sebastian Wagner almost 4 years ago

  • Tracker changed from Bug to Documentation
  • Priority changed from Normal to High
Actions #2

Updated by Sebastian Wagner almost 4 years ago

If you want to remove the service, you can use:

ceph orch rm mds.cephfs

If you want to remove the daemon, you can change the placement. See https://github.com/ceph/ceph/pull/35099

Actions #3

Updated by Sebastian Wagner almost 4 years ago

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

Updated by Sebastian Wagner over 3 years ago

  • Status changed from New to Can't reproduce

I can't find it!

$ find * -name '*.rst' | xargs grep 'orch mds rm' | wc -l
0
$ find * -name '*.rst' | xargs grep 'orch mds' | wc -l
0

and https://docs.ceph.com/en/latest/mgr/orchestrator/ says:

ceph orch rm <service_name> [--force]

which is correct.

-> closing. Please reopen, if you find it.

Actions #5

Updated by Nathan Cutler over 3 years ago

  • Status changed from Can't reproduce to Resolved
  • Assignee set to Sebastian Wagner
  • Pull request ID set to 35587

@Sebastian I., looks like you fixed this in https://github.com/ceph/ceph/pull/35587 which was backported to octopus by https://github.com/ceph/ceph/pull/35898

Actions

Also available in: Atom PDF