Project

General

Profile

Actions

Documentation #8376

closed

Ceph-deploy webpage inaccurate

Added by Anonymous almost 10 years ago. Updated almost 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:

Description

http://ceph.com/docs/master/rados/deployment/ceph-deploy-install/

The above page describes a --release option that does not seem to be implemented.

Actions #1

Updated by John Wilkins almost 10 years ago

This SHOULD be implemented. It is in the CLI help syntax too.

Actions #2

Updated by John Wilkins almost 10 years ago

  • Status changed from New to 4
  • Assignee set to Alfredo Deza

I understand this feature is implemented. Is the usage correct as written?

Actions #3

Updated by Alfredo Deza almost 10 years ago

  • Status changed from 4 to Rejected

ceph-deploy does have a --release flag and it is implemented and working:

ceph-deploy install --help
usage: ceph-deploy install [-h] [--stable [CODENAME] | --release [CODENAME] |
                           --testing | --dev [BRANCH_OR_TAG] | --adjust-repos
                           | --no-adjust-repos]
                           [--local-mirror [LOCAL_MIRROR]]
                           [--repo-url [REPO_URL]] [--gpg-url [GPG_URL]]
                           HOST [HOST ...]

Install Ceph packages on remote hosts.

positional arguments:
  HOST                  hosts to install on

optional arguments:
  -h, --help            show this help message and exit
  --stable [CODENAME]   [DEPRECATED] install a release known as CODENAME (done
                        by default) (default: None)
  --release [CODENAME]  install a release known as CODENAME (done by default)
                        (default: firefly)
  --testing             install the latest development release
  --dev [BRANCH_OR_TAG]
                        install a bleeding edge build from Git branch or tag
                        (default: master)
  --adjust-repos        install packages modifying source repos
  --no-adjust-repos     install packages without modifying source repos
  --local-mirror [LOCAL_MIRROR]
                        Fetch packages and push them to hosts for a local repo
                        mirror
  --repo-url [REPO_URL]
                        specify a repo URL that mirrors/contains ceph packages
  --gpg-url [GPG_URL]   specify a GPG key URL to be used with custom repos
                        (defaults to ceph.com)
(ceph-deploy)papaya ~/tmp/foo ? ceph-deploy install --release firefly node1
[ceph_deploy.conf][DEBUG ] found configuration file at: /Users/alfredo/.cephdeploy.conf
[ceph_deploy.cli][INFO  ] Invoked (1.5.2): /Users/alfredo/.virtualenvs/ceph-deploy/bin/ceph-deploy install --release firefly node1
[ceph_deploy.install][DEBUG ] Installing stable version firefly on cluster ceph hosts node1
[ceph_deploy.install][DEBUG ] Detecting platform for host node1 ...
sudo: unable to resolve host node1
[node1][DEBUG ] connected to host: node1
[node1][DEBUG ] detect platform information from remote host
[node1][DEBUG ] detect machine type
[ceph_deploy.install][INFO  ] Distro info: Ubuntu 12.04 precise
[node1][INFO  ] installing ceph on node1
[node1][INFO  ] Running command: sudo env DEBIAN_FRONTEND=noninteractive apt-get -q install --assume-yes ca-certificates
[node1][DEBUG ] Reading package lists...
...
Actions

Also available in: Atom PDF