]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: do not recommend pulling cephadm from git
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 14 Aug 2023 18:10:39 +0000 (14:10 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 14 Aug 2023 18:11:23 +0000 (14:11 -0400)
commit336e8022b599782b6b928ccae866dec003a8efa4
tree07db1f347ec55832d287e5d0310ca57a0767c288
parent4a7807978c8e9a0c71db199bb146b0f7ee3dacd1
doc: do not recommend pulling cephadm from git

First off, these instructions are wrong because the file has been
renamed to cephadm.py, and will not succeed as written. Amusingly, due
to curl's default behavior (and my lack of access to a time machine) the
initial command will seem to have succeeded until the user discovers
that HTML delivered as part of the body of a 404 response is not an
executable script.

Furthermore, in preparation for Reef we updated the documentation in the
cephadm subsection to use the results of a build, rather than source
files, because reef now contains a "compiled" cephadm. Currently, the
contents of the compilation is essentially the same-old cephadm script
but that will no longer be the case in the very near future (see
7c6a2cad96405616719b85c740aabd98558c93ac). We missed this general
section of the Ceph docs that repeats the instructions to copy a raw
python file out of the Ceph tree on GitHub.  Update the section to
contain a simplified version of the instruction found in
doc/cephadm/install.rst.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
doc/install/get-packages.rst