Re: [ceph-users] Modifying Crush map

2016-04-10 Thread Daleep Singh Bais
Thanks a lot Christian!! Regards, Daleep Singh Bais On 04/11/2016 11:04 AM, Christian Balzer wrote: > Hello, > > If you mean 3x replication in total over 2 racks/failure domains. that has > of course come up several times in the past, for example: > --- > https://www.mail-archive.com/ceph-users@l

Re: [ceph-users] Modifying Crush map

2016-04-10 Thread Christian Balzer
Hello, If you mean 3x replication in total over 2 racks/failure domains. that has of course come up several times in the past, for example: --- https://www.mail-archive.com/ceph-users@lists.ceph.com/msg19140.html http://lists.opennebula.org/pipermail/ceph-users-ceph.com/2014-September/043039.html

[ceph-users] Modifying Crush map

2016-04-10 Thread Daleep Singh Bais
Hi All, I am trying to modify a crush map to accommodate replication to two separate racks. I am able to get that done using #*ceph osd crush rule create-simple mytest mycr rack firstn** * To create the replicated pool using modified crush, I use #*ceph osd pool create testpool 64 replicated myt