> Op 10 december 2016 om 12:45 schreef Adrian Saul 
> <adrian.s...@tpgtelecom.com.au>:
> 
> 
> 
> Hi Ceph-users,
>   I just want to double check a new crush ruleset I am creating - the intent 
> here is that over 2 DCs, it will select one DC, and place two copies on 
> separate hosts in that DC.  The pools created on this will use size 4  and 
> min-size 2.
> 
>  I just want to check I have crafted this correctly.
> 

I suggest that you test your ruleset with crushtool like this:

$ crushtool -i crushmap.new --test --rule 6 --num-rep 4 --show-utilization
$ crushtool -i crushmap.new --test --rule 6 --num-rep 4 --show-mappings

You can now manually verify if the placement goes as intended.

Wido

> rule sydney-ssd {
>         ruleset 6
>         type replicated
>         min_size 2
>         max_size 10
>         step take ssd-sydney
>         step choose firstn -2 type datacenter
>         step chooseleaf firstn 2 type host
>         step emit
> }
> 
> Cheers,
>  Adrian
> 
> 
> 
> Confidentiality: This email and any attachments are confidential and may be 
> subject to copyright, legal or some other professional privilege. They are 
> intended solely for the attention and use of the named addressee(s). They may 
> only be copied, distributed or disclosed with the consent of the copyright 
> owner. If you have received this email by mistake or by breach of the 
> confidentiality clause, please notify the sender immediately by return email 
> and delete or destroy all copies of the email. Any confidentiality, privilege 
> or copyright is not waived or lost because this email has been sent to you by 
> mistake.
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to