列出所有用户

ceph auth list

获取指定用户

ceph auth get client.admin

新增用户并输出密钥环

ceph auth get-or-create client.george mon 'allow r' osd 'allow rw pool=ceph_data' -o george.keyring

更改用户权限

ceph auth caps client.george mon 'allow rw' osd 'allow rwx pool=ceph_data'

最新文章

  1. 常见端口 HTTP代码
  2. PHP获取当前时间戳,当前时间、及解决时区问题
  3. 在引用KindEditor编辑器时,运行时出现以下错误:错误46 找不到类型或命名空间名称“LitJson”(是否缺少 using 指令或程序集引用?)
  4. Apache与nginx优缺点对比
  5. if you end up with a boring miserable life
  6. Android中this、super的区别
  7. lua metatable和metamethod元表和元方法
  8. knockoutJS 快速上手
  9. HDU2535:Vote
  10. FIR滤波器的实现方法(转)
  11. redis的持久化之RDB的配置和原理
  12. 熟悉Linux常用命令
  13. JavaSE 集合类HashSet保证自定义对象唯一性
  14. C++ code:prime decision
  15. Centos7快速安装haproxy
  16. asp.net 修改AD账号信息
  17. 移动端真机调试抓包,fiddler web debugger
  18. 对jquery新增加的class绑定事件 jquery 对相同class 绑定事件
  19. 关于Hibernate Could not obtain transaction-synchronized Session for current thread
  20. 报错 Filtered offsite request

热门文章

  1. 设计模式之Template Method模式
  2. appium设置会话时间,可以超长时。Open Application
  3. tensorboard 可视化网络运行过程
  4. AI GMM
  5. HyperLedger Fabric ChainCode开发——shim.ChaincodeStubInterface用法
  6. mac 利用svn下载远程代码出现Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
  7. 容器中的JVM资源该如何被安全的限制?
  8. 646. Maximum Length of Pair Chain(medium)
  9. Spring boot整合ElasticSearch案例分享+bboss
  10. vue入门之编译项目