We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl
Assuming the env var is set, this:
curl -o cephadm https://raw.githubusercontent.com/ceph/ceph/${CEPH_RELEASE}/src/cephadm/cephadm
returns 404:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assuming the env var is set, this:
returns
404
:I think this is a mistake, because in the video you used the correct one:
See related docs
The text was updated successfully, but these errors were encountered: