]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: update the cephadm download instructions
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 19 Sep 2022 17:46:48 +0000 (13:46 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 30 May 2023 15:49:21 +0000 (11:49 -0400)
commitd11cf0e82aab8d4cef9d423e5d463a373eaf383a
treee08b534ab71341a44895b416287410c160abd2e6
parent9ad38033cc5c7f177cb8fe3bae696682687e0346
doc: update the cephadm download instructions

Starting with reef, cephadm is a compiled (zipapp) python application.
The cephadm script has been renamed and thus the old curl-based
download instructions will no loner work. While cephadm still has
no dependencies outside the Python stdlib, this will be changed in
future versions so it is no longer appropriate to just download the
source file of cephadm and run it either.

This change updates the `Install cephadm` section of the doc to explain
how to acquire a "compiled" version of cephadm as well as:
* moving and tweaking the note that the two installation methods are
  distinct
* adding a new note linking to instructions on building cephadm
* moving the distribution-specific installations before the curl-based
  installation to subtly hint that we prefer you to get it using
  packages if you can
* Noting cephadm's minimal required python verision and how to run it
  with a particular python version.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
doc/cephadm/install.rst
doc/dev/cephadm/developing-cephadm.rst