Hi Sage,
thanks for the info! I will tried at weekend.

Udo

Am 04.03.2014 15:16, schrieb Sage Weil:
> The goal should be to increase the weights in unison, which should prevent 
> any actual data movement (modulo some rounding error, perhaps).  At the 
> moment that can't be done via the CLI, but you can:
>
>  ceph osd getcrusshmap -o /tmp/cm
>  crushtool -i /tmp/cm --reweight-item osd.0 3.5 --reweight-item osd.1 3.5 
> ... -o /tmp/cm2
>  crushtool -d /tmp/cm2  # make sure it looks right
>  ceph osd setcrushmap -i /tmp/cm2
>
>
>

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to