how to install nautilus 14.2.11 specific version

eweehong

Active Member
Aug 13, 2020
2
0
41
56
Hi All

How do i install ceph nautilus 14.2.11 this specific version on proxmox 6.2

i need to be same version with all other nodes.

tqvm

regards
Eh Wong
 
Hi,

If you currently do not have ceph server parts installed at all, that should be doable by adding the ceph nautilus repository and then telling apt to select an exact version:

Bash:
apt install --no-install-recommends ceph=14.2.11-pve1 ceph-common=14.2.11-pve1 ceph-mds=14.2.11-pve1 ceph-fuse=14.2.11-pve1 gdisk nvme-cli
 
i have try above but have error
E: Version '14.2.11-pve1' for 'ceph' was not found.

can some give me the correct command line to install the specific version.

tqvm