美文网首页ceph总结
ceph磁盘中的pg stat(kvstore-tool)

ceph磁盘中的pg stat(kvstore-tool)

作者: 620T | 来源:发表于2018-08-08 19:36 被阅读2次

1. ceph-kvstore-tool默认是没有安装的,它包含在ceph-test这个deb包中。

dpkg -i ceph-test-xxxx.deb

2. ceph-kvstore-tool store.db get pgmap_pg 1.aaa(pg nun) out 1.xx

//获取pg信息,导出到文件1.xx

3. ceph-dencoder list types//获取支持的解码类型

4. ceph-dencoder import 1.xx type pg_stat_t decode dump_json > xx//解码回去pg状态

相关文章

网友评论

    本文标题:ceph磁盘中的pg stat(kvstore-tool)

    本文链接:https://www.haomeiwen.com/subject/wkaxbftx.html