Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cephadm URL is wrong for curl #1

Open
zilahir opened this issue Aug 14, 2024 · 0 comments
Open

cephadm URL is wrong for curl #1

zilahir opened this issue Aug 14, 2024 · 0 comments

Comments

@zilahir
Copy link

zilahir commented Aug 14, 2024

Assuming the env var is set, this:

curl -o cephadm https://raw.githubusercontent.com/ceph/ceph/${CEPH_RELEASE}/src/cephadm/cephadm

returns 404:

zilahir@zilahir-studio:~$ curl --silent --head --write-out '%{http_code}' \
    https://raw.githubusercontent.com/ceph/ceph/14.2.2/src/cephadm/cephadm
HTTP/2 404 

I think this is a mistake, because in the video you used the correct one:

https://download.ceph.com/rpm-${CEPH_RELEASE}/el9/noarch/cephadm

See related docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant