Project

General

Profile

Actions

Feature #46651

closed

cephadm: allow daemon/service restarts on a host basis

Added by Joshua Schmid almost 4 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently we have

ceph orch restart <service_type>

which restarts all services (cluster wide)

and

ceph orch daemon restart <daemon_id>

which restarts a specific daemon

If you want to just restart daemons that belong to a certain host you have to first retrieve the information with:

ceph orch ps <host> <daemon_type>

and then pass the results in

ceph orch daemon restart ..

To simplify this workflow I'd suggest to add a <host> parameter to:

ceph orch restart <service_type> <host>

That, if provided, limits the restarts of a specific service to the <host>.

Actions #1

Updated by Sebastian Wagner about 3 years ago

  • Priority changed from Normal to Low
Actions #2

Updated by Sebastian Wagner about 3 years ago

  • Status changed from New to Rejected

that's probably the maintenance mode

Actions

Also available in: Atom PDF