Skip to content

Commit 8d80fb3

Browse files
fix(post): Added ceph instructions for proxmox
1 parent 17cec9a commit 8d80fb3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

+9
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Create a file at `/etc/apt/sources.list.d/pve-no-enterprise.list` with the follo
6666
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
6767
```
6868

69+
If you are using ceph
70+
71+
Create a file at `/etc/apt/sources.list.d/ceph.list` with the following contents:
72+
73+
```bash
74+
# not for production use
75+
deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
76+
```
77+
6978
_If you're looking to upgrade to Proxmox 8, [see this post](/posts/upgrade-proxmox-to-8/)_
7079

7180
Run

0 commit comments

Comments
 (0)