1,ceph fileSystem

using the mounted Ceph FS filesystem

当我们部署好ceph store cluster(monitor,metadata,object store daemon)

当我们部署好ceph store cluster(monitor,metadata,object store daemon)
我们就可以mount挂载ceph 文件系统使用了
1,kernel driver
mount ceph fs as a kernel driver
sudo mkdir /mnt/mycephfs
sudo mount -t ceph {ip_address-of_monitor}:6789:/ /mnt/mycephfs
the ceph storage cluster uses authentication by default,specify a user name and the secretfile
sudo mount -t ceph ruiy.cc:6789:/ /mnt/mountPoint -o name=aceph,secretfile=aceph.secret

2,filesystem in user space(fuse)
mount ceph FS as a filesystem in user space (fuse)
sudo mkdir ~/mycephfs
sudo ceph-fuse -m ruiy.cc:6789 ~/mycephfs

the ceph storage cluster uses authentication by default,Specify a keystring if it is not in the default location (/etc/ceph/)

最新文章

  1. SpringMVC学习记录4
  2. 查看C#的dll所依赖.Net版本
  3. CentOS设置默认启动命令行(不启动图形界面)
  4. C# vs C++ Performance
  5. wifi diplasy流程介绍
  6. swift基础一
  7. Android RecyclerView添加Header头部
  8. Spring @RequestHeader用法
  9. HTML3层叠样式表
  10. 将 jsp 页面的值 传到struts2 action中(不是表单中的值)
  11. How to spend you day ?
  12. CTF 文件包含与伪协议
  13. [原创]创芯电子实验室iFPGA-Cable JTAG工具实物图
  14. REdis主挂掉后复制节点才起来会如何?
  15. vue报错:/node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?
  16. linux下无root 安装activepython到指定目录
  17. MySQL分库分表浅谈
  18. string替换字符串,路径的斜杠替换为下划线
  19. limit
  20. 让不支持MVC3的服务器/空间/虚拟主机 支持MVC3 (前提是必须支持 .net 4.0才可以)

热门文章

  1. U盘读写速度测试
  2. Unix/Linux环境C编程入门教程(29) 内存操作那些事儿
  3. Nutch环境搭建
  4. spring 定时任务(3)--配置多个定时任务
  5. leetcode_question_104 Maximum Depth of Binary Tree
  6. Javascript base64加密 解密
  7. 关于CoreData的理解和使用.
  8. hdu 1300 Pearls(dp)
  9. paip.oracle10g dmp文件导入总结
  10. jquery的clone办法bug修复