Project

General

Profile

Actions

Cleanup #11385

open

Standardize Ceph removal commands

Added by Robert LeBlanc about 9 years ago. Updated about 2 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

When removing things from Ceph (probably other commands as well) each takes a slightly different syntax which is cumbersome. Please standardize the format between the commands.

ceph osd rm <id>
ceph osd crush rm osd.<id>
ceph auth del osd.<id>

Either use 'rm' or 'del', and always use the format 'osd.<id>'. As an example:

ceph osd rm osd.<id>
ceph osd crush rm osd.<id>
ceph auth rm osd.<id>

Actions #1

Updated by Laura Flores about 2 years ago

  • Translation missing: en.field_tag_list set to good-first-issue, low-hanging-fruit
Actions

Also available in: Atom PDF