更新 '存储/ceph/ceph-deploy.md'
This commit is contained in:
parent
73e0106ee1
commit
5f5e2eb40b
1 changed files with 2 additions and 2 deletions
|
@ -197,9 +197,9 @@ ceph-deploy admin node4
|
|||
# 创建存储池
|
||||
# 创建存储池,用于存储block(块),128PG
|
||||
# pg为2的次方,推荐64或128
|
||||
ceph osd pool create <data-name> 128
|
||||
ceph osd pool create <data-name> <pg> <pgp>
|
||||
# 创建存储池,用于存放inode.128PG
|
||||
ceph osd poll create <inode-name> 128
|
||||
ceph osd poll create <inode-name> <pg> <pgp>
|
||||
# 查看mds状态
|
||||
ceph mds stat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue