PG全称Placement Grouops,是一个逻辑的概念,一个PG包含多个OSD。引入PG这一层其实是为了更好的分配数据和定位数据。
$ ceph pg dump
$ ceph pg map 1.2f6
osdmap e7768 pg 1.2f6 (1.2f6) -> up [6,14,25] acting [6,14,25]
#其中[6,14,25]代表存储在osd.6、osd.14、osd.25节点,osd.6代表主副本存储的位置
$ ceph pg stat
5416 pgs: 5416 active+clean; 471 GB data, 1915 GB used, 154 TB / 156 TB avail
$ ceph pg 1.2f6 query
$ ceph pg dump_stuck unclean
ok
$ ceph pg dump_stuck inactive
ok
$ ceph pg dump_stuck stale
ok
$ ceph pg dump --format plain
$ ceph pg {pg-id} mark_unfound_lost revert
$ ceph pg dump_stuck inactive|unclean|stale