File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This tutorial guides you through deploying a three-node Ceph cluster with a RADO
3636 ```
3737 sudo apt update
3838 sudo apt install -y python3 chrony lvm2 podman
39- sudo systemctl enable --now chronyd
39+ sudo systemctl enable chrony
4040 ```
4141
42423 . Set unique hostnames on each Ceph node:
@@ -76,8 +76,8 @@ This tutorial guides you through deploying a three-node Ceph cluster with a RADO
7676
77771 . Add the Ceph repository for the latest stable release (e.g., Reef or newer):
7878 ```
79- curl -sL https://download.ceph.com/keys/release.asc | sudo apt-key add -
80- echo " deb https://download.ceph.com/debian-reef/ noble main" | sudo tee /etc/apt/sources.list.d/ceph.list
79+ wget -q -O- ' https://download.ceph.com/keys/release.asc' | sudo tee /etc/apt/trusted.gpg.d/ceph.asc
80+ sudo apt-add-repository ' deb https://download.ceph.com/debian-squid/ jammy main'
8181 sudo apt update
8282 ```
8383
You can’t perform that action at this time.
0 commit comments