Skip to content

Commit 8d2c185

Browse files
authored
Apply suggestions from code review
1 parent ec54185 commit 8d2c185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/ceph-cluster/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4242
3. 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

7777
1. 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

0 commit comments

Comments
 (0)