[SOLVED] How to install Ceph from local repository (offline installation)?

Gary81

Member
Aug 23, 2022
2
0
6
Hi,
I have local repository with cloned ceph pacific dependecies (via apt-mirror) and set proper entry in /etc/apt/sources.list.d/ceph.list file.

Problem:
pveceph install overwrites /etc/apt/sources.list.d/ceph.list

Question:
How to install Ceph from local repository (offline installation)?
 
Last edited:
Solution:
1. Copy entry from ceph.list and paste it to sources.list
2. apt update
3. pveceph install
 
Hi,
I have the same problem. I've create a mirror using pom and set proper entry in /etc/apt/sources.list.d/ceph.list file.
I'm using Proxmox 8.1.

Any ideas?
 
Solution:
After setting proper entty in /etc/apt/sources.list.d/ceph.list file and other entries in /etc/apt/sources.list file, run in shell:
# apt install --no-install-recommends ceph ceph-common ceph-fuse ceph-mds ceph-volume gdisk nvme-cli
# systemctl reload pvedaemon pveproxy

and then configure ceph from UI

thanks to Fabian Grünbichler
 
@Fred29
Hi
Could you please help provide what kind of entry should be added in the /etc/apt/sources.list.d/ceph.list & /etc/apt/sources.list?
I've same issue and would like to know how you solve it.
Thanks.