Hi Martin,
Thank you a lot, this solution works perfecly !
rv
Le 13/11/2018 à 18:07, Martin Verges a écrit :
Hello,
unfortunately there is no such deb package at the moment.
However you could extract the sbin/mount.ceph command from the desired
version and copy the file into your debian buster installation. After
that you should be able to use the CephFS Kernel client from debian
buster.
I tried it on a test system and it worked without a problem.
=========
wget https://download.ceph.com/debian-luminous/pool/main/c/ceph/ceph-common_12.2.9-1~bpo90%2B1_amd64.deb
dpkg -x ceph-common_12.2.9-1~bpo90+1_amd64.deb ceph-common
cp ceph-common/sbin/mount.ceph /sbin/mount.ceph
rm -r ceph-common
mount.ceph X.X.X.X:6789:/ /mnt/ -o name=admin,secret=XXXXXXXXXXXXXXXXXXX
=========
--
Martin Verges
Managing director
Mobile: +49 174 9335695
E-Mail: martin.verges@xxxxxxxx
Chat: https://t.me/MartinVerges
croit GmbH, Freseniusstr. 31h, 81247 Munich
CEO: Martin Verges - VAT-ID: DE310638492
Com. register: Amtsgericht Munich HRB 231263
Web: https://croit.io
YouTube: https://goo.gl/PGE1Bx
2018-11-13 16:42 GMT+01:00 Hervé Ballans <herve.ballans@xxxxxxxxxxxxx>:
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@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com