我从Cepth开始,我正在遵循官方网站的网站安装教程,在一个步骤中,我需要工具MKCEPHFS,但是我找不到应该在哪里,/etc/ceph。他都不在/sbin/文件夹中。我正在试着在一个主机上安装和测试Ceph系统。我试图从几种形式进行安装,但我没有发现问题。
注:ceph version 0.87
系统:"Ubuntu 14.04.1 LTS“
这些是安装的工具:dpkg -l | grep ceph ii ceph 0.87-1trusty amd64 distributed storage and file system ii ceph-common 0.87-1trusty amd64 common utilities to mount and interact with a ceph storage cluster ii ceph-deploy 1.5.21trusty all Ceph-deploy is an easy to use configuration tool ii ceph-fs-common 0.87-1trusty amd64 common utilities to mount and interact with a ceph file system ii ceph-fuse 0.87-1trusty amd64 FUSE-based client for the Ceph distributed file system ii ceph-mds 0.87-1trusty amd64 metadata server for the ceph distributed file system ii libcephfs1 0.87-1trusty amd64 Ceph distributed file system client library ii python-ceph 0.87-1trusty amd64 Python libraries for the Ceph distributed filesystem
发布于 2014-12-29 17:18:44
MKCEPHFS工具在最新版本中已经被ceph所取代,在存储群集快速启动中,我们可以看到如何使用它。
发布于 2015-01-30 09:21:37
当您使用版本0.87(巨无霸)时,您可以在这里看到文档http://ceph.com/docs/giant/start/。
发布于 2015-01-27 23:05:17
我在一个看似权威的地方看到了同样(显然)古老的http://eu.ceph.com/docs/wip-6919/start/quick-start/文档。
https://stackoverflow.com/questions/27686716
复制相似问题