Use Ubuntu bionic repository, Mimic installs without problem from there.
You can also build it yourself, all you need is to install gcc-7 and other build dependencies, git clone, checkout 13.2.2 and say `dpkg-buildpackage -j4`.
It takes some time, but overall it builds without issues, except a small one - btrfs-tools should be replaced with btrfs-progs in debian/control.
Hi, On my CephFS production cluster (Luminous 12.2.8), I would like to add a CephFS client from a server installed with Debian Buster (Testing release). But, the default proposed Ceph packages in this release are still Jewel : # cat /etc/debian_version buster/sid # apt search ceph-common Sorting... Done Full Text Search... Done ceph-common/testing 10.2.5-7.2 amd64 common utilities to mount and interact with a ceph storage cluster So, I tried to add another Ceph repository : # echo deb https://download.ceph.com/debian-luminous/ $(lsb_release -sc) main | tee /etc/apt/sources.list.d/ceph.list # apt update ... Err:75 https://download.ceph.com/debian-luminous buster Release 404 Not Found [IP: 158.69.68.124 443] Reading package lists... Done E: The repository 'https://download.ceph.com/debian-luminous buster Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. The same for Mimic repository... Has anyone succesfully installed a recent version of Ceph client in a Debian Testing ? Regards, rv _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com