On a Proxmox 8.0.4 node, I have the following in /etc/apt/sources.list.d/ceph.list:
I executed
But I always received the following message:
If I click 'Y' to continue, the installation will fail since it's trying to download packages from the ceph enterprice repo that I do not have subscription to:
Then I look at /etc/apt/sources.list.d/ceph.list, the repo had been changed to:
Why did
deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
I executed
apt update
, then run pveceph install
But I always received the following message:
Code:
WARN: Enterprise repository selected, but no active subscription!
This will install Ceph Quincy - continue (y/N)?
If I click 'Y' to continue, the installation will fail since it's trying to download packages from the ceph enterprice repo that I do not have subscription to:
Code:
update available package list
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 144.217.225.162 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
start installation
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ceph-volume
apt failed during ceph installation (25600)
Then I look at /etc/apt/sources.list.d/ceph.list, the repo had been changed to:
deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
.Why did
pveceph
think that I am trying to use the enterprise repo, even though I had specified the no-subscription repo in ceph.list? Is there any other config that I missed to force pveceph install
to use the no-subscription repo?