Project

General

Profile

Subtask #7048

Updated by Sage Weil over 10 years ago

- change 'rep' to 'replicated' 
 - create 'osd_pool_default_crush_rule_{replicated,erasure}' options to replace osd_pool_default_crush_rule 
 - make pool create verify the specified crush rule has a type (erasure or replicated) that matches 
 - make cluster creation create a generic erasure indep rule (min 2, max 20?).    make it use the create_simple_rule helper. 
   - possibly change (or verify that) the default crushmap creation uses the same create_simple_rule helpers that the mon command exposes 

Back