Project

General

Profile

Actions

Documentation #5881

closed

[ceph-deploy] Naming cluster example command shows wrong example

Added by Daniele Stroppa over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
ceph-deploy
Target version:
-
% Done:

0%

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

Description

In the ceph-deploy documentation, in the Naming Cluster section (http://ceph.com/docs/next/rados/deployment/ceph-deploy-new/#naming-a-cluster) an example is shown:

ceph-deploy --cluster rbd-cluster new ceph-mon1
ceph-deploy --cluster rbd-cluster new ceph-mon{1,2,3}

However, the following command fails:

$ ceph-deploy --cluster ceph-cluster new ceph-mon0
usage: ceph-deploy [-h] [-v | -q] [-n] [--overwrite-conf] [--cluster NAME]
COMMAND ...
ceph-deploy: error: argument --cluster: argument must start with a letter and contain only letters and numbers

Removing the '-' (dash) form the cluster name, i.e. from ceph-cluster to cephcluster, fixes the problem.

The Documentation should reflect the fact that only letters and numbers are allowed in the cluster name.

Actions #1

Updated by Alfredo Deza over 10 years ago

  • Status changed from New to Closed

Just merged into ceph's master branch.

Hash: e8d72ef0402a42c8aa8ea624497d13db81d5e361

Actions

Also available in: Atom PDF