ceph-deploy new 命令

1.  cfg 增加section   "global"

 cfg.add_section('global')


2. 设置 'global' 的 'fsid' 值


3. 设置'global'的 'public network' 值


4. 设置'global'的 'cluster network' 值


5. 尝试无密码ssh登录各个主机


6.

cfg.set('global', 'filestore xattr use omap', 'true')


7. 

cfg.set('global', 'auth cluster required', 'cephx')

cfg.set('global', 'auth service required', 'cephx')

cfg.set('global', 'auth client required', 'cephx')


8.写入{name}.mon.keyring


9.写入{name}.conf


你可能感兴趣的:(ceph-deploy new 命令)