Le 02/02/2024 à 16:34:17+0100, Albert Shih a écrit
Hi,
A little basic question.
I created a volume with
ceph fs volume
then a subvolume called «erasure» I can see that with
root@cthulhu1:/etc/ceph# ceph fs subvolume info cephfs erasure { "atime": "2024-02-02 11:02:07", "bytes_pcent": "undefined", "bytes_quota": "infinite", "bytes_used": 0, "created_at": "2024-02-02 11:02:07", "ctime": "2024-02-02 14:12:30", "data_pool": "data_ec", "features": [ "snapshot-clone", "snapshot-autoprotect", "snapshot-retention" ], "gid": 0, "mode": 16877, "mon_addrs": [ "145.238.187.184:6789", "145.238.187.185:6789", "145.238.187.186:6789", "145.238.187.188:6789", "145.238.187.187:6789" ], "mtime": "2024-02-02 14:12:30", "path": "/volumes/_nogroup/erasure/998e3bdf-f92b-4508-99ed-69f03a7303e9", "pool_namespace": "", "state": "complete", "type": "subvolume", "uid": 0 }
From the mon server I was able to mount the «partition» with
mount -t ceph admin@fXXXXXXX-c0f2-11ee-9307-f7e3b9f03075.cephfs=/volumes/_nogroup/erasure/998e3bdf-f92b-4508-99ed-69f03a7303e9 /mnt
but on my test client I'm unable to mount
OK find out the problem. Not the same version of ceph-common on the server and on the client. On the client it's Debian pkg. So not the same syntaxe for mounting with mount.ceph mon1,mon2,mon3,mon4,mon5:/volumes/_nogroup/erasure/998e3bdf-f92b-4508-99ed-69f03a7303e9/vo/ /vo -o name=vo everything work fine. Sorrry Regards -- Albert SHIH 🦫 🐸 France Heure locale/Local time: ven. 02 févr. 2024 18:21:23 CET