凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3789530
  • 博文数量: 146
  • 博客积分: 3918
  • 博客等级: 少校
  • 技术积分: 8584
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-17 13:52
个人简介

个人微薄: weibo.com/manuscola

文章分类

全部博文(146)

文章存档

2016年(3)

2015年(2)

2014年(5)

2013年(42)

2012年(31)

2011年(58)

2010年(5)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 服务器与存储

2016-03-03 15:05:49

获取某个pool上pg在各个osd上的分布-凯发app官方网站

		
		
		
root@host1:~/bean# ceph osd getmap -o om
got osdmap epoch 142

2 获取crushmap

		
		
		
root@host1:~/bean# osdmaptool om --export-crush crush
osdmaptool: osdmap file 'om'
osdmaptool: exported crush map to crush
或者可以使用如下命令:
 ceph osd getcrushmap -o cm
		
		
		
 
root@host1:~/bean# osdmaptool om --import-crush cm --test-map-pgs --pool 2
osdmaptool: osdmap file 'om'
osdmaptool: imported 669 byte crush map from cm
pool 2 pg_num 1024
#osd count first primary c wt wt
osd.02241381380.005630491
osd.13041391390.005630491
osd.23021371370.005630491
osd.32231211210.005630491
osd.43151311310.005630491
osd.53171401400.005630491
osd.63632182180.009475711
 in 7
 avg 292 stddev 47.5455(0.162827x)(expected 15.83590.0542325x))
 min osd.3223
 max osd.6363
size 00
size 10
size 21024
size 30
osdmaptool: writing epoch 144 to om

可以看出,pg在各个osd上的分布并不均匀,如果用户几乎所有的数据都在该pool上,假以时日,各个osd必然不均衡。很多客户报会遇到,集群总体空间只用了60%多,可是已经有osd使用率超过了85%甚至马上到了95%。

因此,对于这种绝大多数数据位于一个pool上的场景,在部署阶段,就将pg均匀地分布在各个osd上是十分重要的,也是可能的。具体方法,下回分解。


阅读(6352) | 评论(0) | 转发(1) |
0

上一篇:获取某个pool上pg在各个osd上的分布

下一篇:没有了

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图