码迷,mamicode.com
首页 > 其他好文 > 详细

centos6.4 ceph安装部署之cephFS

时间:2014-11-13 20:24:20      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:des   io   ar   os   使用   sp   for   文件   div   

1,ceph fileSystem

bubuko.com,布布扣

bubuko.com,布布扣

using the mounted Ceph FS filesystem

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

当我们部署好ceph store cluster(monitor,metadata,object store daemon)
bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

当我们部署好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/)

centos6.4 ceph安装部署之cephFS

标签:des   io   ar   os   使用   sp   for   文件   div   

原文地址:http://www.cnblogs.com/ruiy/p/4095636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!