热门标签
更多>
搜索结果
查询Tags标签: Rack,共有 2条记录-
ceph Crush map
Crush map CRUSH map采用树状结构,最小叶子节点就是真实物理磁盘称为device,中间节点称为bucket,每个bucket可以是device集合,也可以是低一级的bucket集合,最上面还有一个root节点,代表集群的入口 CRUSH hierarchy(层次结构):树型结构目录,决定故障域的范围(11…
2021/4/30 10:25:12 人评论 次浏览 -
ceph crushmap choose规则分析
1. Placement Rules1.1 模拟代码tack(a) choosechoose firstn {num} type {bucket-type}chooseleaf firstn {num} type {bucket-type}if {num} == 0, choose pool-num-replicas buckets (all available).if {num} > 0 && < pool-num-replicas, choose that …
2021/4/20 10:55:34 人评论 次浏览