Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Just a general question

Hello,

I am learning CEPH and PetaSAN and just want to confirm something to make sure I am understanding this properly.

In this screenshot of a pool configuration, this tells me that out of the three nodes I have, I can loose one and still be operational? Correct?

Pool Config

Thank you for the help.

Yes

size 3 means you have 3 copies of all objects, you can lose 2 nodes and still have 1 copy of data, so no loss of data

min size 2 means your pool will remain active, serving i/o if you lose 1 mode.

Thank you for the answer.

Can it be changed now? If I have three copies, can I change this to 1 on the fly?

I will be adding more nodes to the cluster before I go full production. I was wanting to have 7 nodes, but  if I have a multiple of 3, should I only do 6 instead of 7?

Thank you for all the help.

bump.

If I have three copies and I want to change the minimum node from 1 to 2, can this be modified on the fly?

Quote from marty.godsey on July 16, 2025, 1:30 am

 

I will be adding more nodes to the cluster before I go full production. I was wanting to have 7 nodes, but  if I have a multiple of 3, should I only do 6 instead of 7?

As I understand it, you need to have 2 copies online at any time when running 3/2, but there are 3 copies of the data. So you probably do want to keep nodes in multiples of 3 for best redundancy.

I do think you could switch to 3/1, but not sure why you would.