Dear,
I am new to Proxmox, so please bear with me.
I am currently setting up an offline 4-node test-cluster with PVE in order to convince my boss to move away from standalone ESXi-servers to 1 decent PVE-cluster in the future.
We work in an offline environment so I installed a Proxmox Offline Mirror (POM) with the following mirrors and media:
Now, I configured my mirrors as follows in PVE:
However, when I try to install CEPH, it fails AND it tries to connect to the default, online repository (which is not available).
Furthermore, the configuration of the mirrors is changed after the installation attempt.
Could anybody tell me what I am doing wrong?
Thanks for the help.
Matthijs
I am new to Proxmox, so please bear with me.
I am currently setting up an offline 4-node test-cluster with PVE in order to convince my boss to move away from standalone ESXi-servers to 1 decent PVE-cluster in the future.
We work in an offline environment so I installed a Proxmox Offline Mirror (POM) with the following mirrors and media:
Code:
proxmox-offline-mirror config mirror list
┌──────────────────────────────┬───────────────────────────────────────────────────────────────────────────┬──────────────────────────────────────────┬────────┬──────┐
│ ID │ repository │ base-dir │ verify │ sync │
╞══════════════════════════════╪═══════════════════════════════════════════════════════════════════════════╪══════════════════════════════════════════╪════════╪══════╡
│ ceph_reef_bookworm │ deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription │ /var/lib/proxmox-offline-mirror/mirrors/ │ 1 │ 1 │
├──────────────────────────────┼───────────────────────────────────────────────────────────────────────────┼──────────────────────────────────────────┼────────┼──────┤
│ debian_bookworm_security │ deb http://deb.debian.org/debian-security bookworm-security main contrib │ /var/lib/proxmox-offline-mirror/mirrors/ │ 1 │ 1 │
├──────────────────────────────┼───────────────────────────────────────────────────────────────────────────┼──────────────────────────────────────────┼────────┼──────┤
│ pbs_bookworm_no_subscription │ deb http://download.proxmox.com/debian/pbs bookworm pve-no-subscription │ /var/lib/proxmox-offline-mirror/mirrors/ │ 1 │ 1 │
├──────────────────────────────┼───────────────────────────────────────────────────────────────────────────┼──────────────────────────────────────────┼────────┼──────┤
│ pve_bookworm_no_subscription │ deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription │ /var/lib/proxmox-offline-mirror/mirrors/ │ 1 │ 1 │
└──────────────────────────────┴───────────────────────────────────────────────────────────────────────────┴──────────────────────────────────────────┴────────┴──────┘
proxmox-offline-mirror config media list
┌────────┬──────────────────────────────────────────────┬──────────────────────────────────┬────────┬──────┐
│ ID │ mountpoint │ mirrors │ verify │ sync │
╞════════╪══════════════════════════════════════════════╪══════════════════════════════════╪════════╪══════╡
│ ceph │ /var/lib/proxmox-offline-mirror/media/ceph │ ["ceph_reef_bookworm"] │ 1 │ 1 │
├────────┼──────────────────────────────────────────────┼──────────────────────────────────┼────────┼──────┤
│ debian │ /var/lib/proxmox-offline-mirror/media/debian │ ["debian_bookworm_security"] │ 1 │ 1 │
├────────┼──────────────────────────────────────────────┼──────────────────────────────────┼────────┼──────┤
│ pbs │ /var/lib/proxmox-offline-mirror/media/pbs │ ["pbs_bookworm_no_subscription"] │ 1 │ 1 │
├────────┼──────────────────────────────────────────────┼──────────────────────────────────┼────────┼──────┤
│ pve │ /var/lib/proxmox-offline-mirror/media/pve │ ["pve_bookworm_no_subscription"] │ 1 │ 1 │
└────────┴──────────────────────────────────────────────┴──────────────────────────────────┴────────┴──────┘
Now, I configured my mirrors as follows in PVE:
However, when I try to install CEPH, it fails AND it tries to connect to the default, online repository (which is not available).
Furthermore, the configuration of the mirrors is changed after the installation attempt.
Could anybody tell me what I am doing wrong?
Thanks for the help.
Matthijs