microceph icon indicating copy to clipboard operation
microceph copied to clipboard

The disable CLI command does not have respective options all daemons

Open UtkarshBhatthere opened this issue 5 months ago • 1 comments

So the MicroCeph APIs do expose the DELETE method on all services/<name> endpoints however, the CLI is only defined for rgw. There is a migrate command which allows for evicting auto services (mon/mgr/mds) however it would be much better if there was an option to disable individual services as well.

$ sudo microceph disable
Usage:
  microceph disable [flags]
  microceph disable [command]

Available Commands:
  rgw         Disable the RGW service on this node

Global Flags:
  -d, --debug       Show all debug messages
  -h, --help        Print help
      --state-dir   Path to store state information
  -v, --verbose     Show all information messages
      --version     Print version number

Use "microceph disable [command] --help" for more information about a command.

This output is from squid/stable.

UtkarshBhatthere avatar Jul 03 '25 17:07 UtkarshBhatthere

Thank you for reporting your feedback to us!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CEPH-1360.

This message was autogenerated