Project

General

Profile

Actions

Feature #37085

closed

add command to bring cluster down rapidly

Added by Patrick Donnelly over 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
High
Category:
Administration/Usability
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
MDSMonitor
Labels (FS):
Pull request ID:

Description

We now have a command to nicely bring the cluster down via `ceph fs set <name> down true`. This does sequential deactivations until all ranks are stopped.

What we need next is a command that does the same process but with "mds fail" in preparation for deleting the file system or just to bring it down immediately for whatever reason. The current process for doing this depends on the number of ranks in the file system which is annoying and makes automation harder:

ceph fs set <name> joinable false
ceph mds fail <name>:<rank> # for each rank

Actions #1

Updated by Patrick Donnelly over 5 years ago

  • Category set to Administration/Usability
  • Status changed from New to Fix Under Review
  • Start date deleted (11/13/2018)
  • Pull request ID set to 25973
Actions #2

Updated by Patrick Donnelly about 5 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF