Kevin, After changing the pool size to 3, make sure the min_size is set to 1 to allow 2 of the 3 hosts to be offline. http://docs.ceph.com/docs/master/rados/operations/pools/#set-pool-values How many MONs do you have and are they on the same OSD hosts? If you have 3 MONs running on the OSD hosts and two go offline, you will not have a quorum of MONs and I/O will be blocked. I would also check your CRUSH map. I believe you want to make sure your rules have "step chooseleaf firstn 0 type host" and not "... type osd" so that replicas are on different hosts. I have not had to make that change before so you will want to read up on it first. Don't take my word for it. http://docs.ceph.com/docs/master/rados/operations/crush-map/#crush-map-parameters Hope that helps.
Chris
On 2016-11-23 1:32 pm, Kevin Olbrich wrote:
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com