Ceph installation won´t start

Alex_123

New Member
Oct 4, 2024
2
1
3
I build a cluster with 3 nodes.
After i select the ceph installation with no-subscription (reef 18.2 or quincy 17.2) i got the output:
"
Building dependency tree... Done
Reading state information... Done
Package nvme-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'nvme-cli' has no installation candidate
apt failed during ceph installation (25600)"

On all nodes the enterprise repositories are deactivated and the no-subscription is activated.

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

root@proxmox01:~# cat /etc/apt/sources.list.d/*
deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription
# deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

# deb http://download.proxmox.com/debian/pve stretch pve-no-subscription

Anyone a hint, where i should look at?
Thanks
Alex
 
You are lacking the "normal" Bookworm repository, nvme-cli is included there:
Code:
root@s28:~# apt policy nvme-cli
nvme-cli:
  Installed: 2.4+really2.3-3
  Candidate: 2.4+really2.3-3
  Version table:
 *** 2.4+really2.3-3 500
        500 http://ftp.de.debian.org/debian bookworm/main amd64 Packages
 
There is probably a missing repository.
What is the output of cat /etc/apt/sources.list?
 
You are lacking the "normal" Bookworm repository, nvme-cli is included there:
Code:
root@s28:~# apt policy nvme-cli
nvme-cli:
  Installed: 2.4+really2.3-3
  Candidate: 2.4+really2.3-3
  Version table:
 *** 2.4+really2.3-3 500
        500 http://ftp.de.debian.org/debian bookworm/main amd64 Packages
So simple, after included the repository everything goes....Thank you UdoB:
 
  • Like
Reactions: UdoB