您好,登錄后才能下訂單哦!
小編給大家分享一下ceph怎么一步步手動創建,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
[root@manila61 ceph-manila61]# cat /etc/ceph/ceph.conf [global] fsid = 8a9b6bf5-b7cd-4515-bf06-83558f1568b4 mon initial members = itfanr mon host = 192.168.100.61 auth cluster required = none auth service required = none auth client required = none osd pool default size = 2 osd pool default pg num = 1024 osd pool default pgp num = 1024 osd crush chooseleaf type = 0 filestore xattr use omap = true
ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *' ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin \ --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' ceph-authtool /tmp/ceph.mon.keyring --import-keyring /etc/ceph/ceph.client.admin.keyring monmaptool --create --add itfanr 192.168.100.61 --fsid 8a9b6bf5-b7cd-4515-bf06-83558f1568b4 /tmp/monmap mkdir /var/lib/ceph/mon/ceph-itfanr ceph-mon --cluster ceph --mkfs -i itfanr --monmap /tmp/monmap --keyring /tmp/ceph.mon.keyring touch /var/lib/ceph/mon/ceph-itfanr/done touch /var/lib/ceph/mon/ceph-itfanr/sysvinit
注意:sysvinit空文件一定要創建。否則啟動mon時會提示:
/etc/init.d/ceph: mon.irfanr not found (/etc/ceph/ceph.conf defines , /var/lib/ceph defines )
然后執行:ceph -s 看看集群信息。
ceph-disk zap /dev/sdb ceph-disk -v prepare --fs-type xfs --cluster-uuid 8a9b6bf5-b7cd-4515-bf06-83558f1568b4 /dev/sdb sudo ceph-disk activate /dev/sdb1
看完了這篇文章,相信你對“ceph怎么一步步手動創建”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。