ceph简单用户管理
一,列出所有用户:
ceph auth list
installed auth entries:
mds.ceph-node1
key: AQB/+I5ZFdcwERAAg0eP7SyDg84DZUlvKzBGuA==
caps: [mds] allow
...
ceph操作相关命令整合
ceph基本操作:
/etc/init.d/ceph -a start/stop //即在所有节点上执行
单个操作: start/stop ceph-osd id={id} start/stop ceph-mon id={hostname} start/...