【Ceph】cephfsをマウントするコマンド

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
root@ubuntu:~# cat /etc/ceph/ceph.client.admin.keyring [client.admin] key = AQCAvw9oZkb5LRAAWGhobQ0QOyZIpRec0l9jCw== root@ubuntu:~# root@ubuntu:~# mount -t ceph admin@.cephfs-1=/ /mnt/ root@ubuntu:~# root@ubuntu:~# df Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 813264 712 812552 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 24590672 7095092 16221112 31% / tmpfs 4066308 0 4066308 0% /dev/shm tmpfs 5120 0 5120 0% /run/lock /dev/sda2 1992552 96164 1775148 6% /boot tmpfs 813260 12 813248 1% /run/user/1000 admin@00000000-0000-0000-0000-000000000000.cephfs-1=/ 8828428288 6197248 8822231040 1% /mnt root@ubuntu:~# |
https://docs.ceph.com/en/quincy/cephfs/mount-using-kernel-driver/